Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

Mte90/PyQT-Boilerplate

Repository files navigation

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.