Python GUI Digital Clock With Pyside2 | QLCDNumber & QTimer

preview_player
Показать описание
In this Python Video iam going to show you creating of Digital Clock With Pyside2, basically we are using QLCDNumber and QTimer for this tutorial.

Get the source code:
Рекомендации по теме
Комментарии
Автор

Why on your previous video series super() had no arguments, but this has super('NameOfClass', self) and init has parent? When should we need to link a widget to its parent and when is not necessary.

Jzarecta