PyQT-Boilerplate

Boilerplate to create PyQt5 software

GPL-3.0 License

Stars
4

PyQt-Boilerplate

Boilerplate to create PyQt5/PySide6 software. Archived as today there are tons of articles and tutorial on how to start bouilding py qt applications compared when I started.

Source to learn how to do it? Check pythonguis.com.

makepyqt5.sh

This script generate the python version from the .ui generated by QtDesigner. Compatible with PyQt5.

pyqt5-app.py

The boilerplate and require a ui_MainWindow.py file (generated by the script above).

pyqt5(qt5/side2)-app-ui.py

The boilerplate and require a mainwindow.ui.

py(qt5/side2)-app-qml.py

The boilerplate and require a mainwindow.qml.