Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.27 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.27 KB

ProgressBarPyQT / Splash Screen

Python 3.8 Build Build GitHub

This is the study of an interface with PyQT / Python - Splash Screen - Modern Gui [Qt Designer, PySide2/PyQt5]

Using Qt Designer

Qt Designer is the Qt tool for designing and building graphical user interfaces (GUIs) with Qt Widgets. You can compose and customize your windows or dialogs in a what-you-see-is-what-you-get (WYSIWYG) manner, and test them using different styles and resolutions.

Screenshot Qt Designer: https://doc.qt.io/qt-5/qtdesigner-manual.html

Prints form:

$ python main.py

Process Splash

Screenshot

Process Splash

Screenshot

Form Main

Screenshot

My study reference

Python - Splash Screen - Modern Gui [Qt Designer, PySide2/PyQt5] (Time Lapse Video)