Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mte90/pyqt-boilerplate

Boilerplate to create PyQt5 software
https://github.com/mte90/pyqt-boilerplate

hacktoberfest pyqt python qt

Last synced: 3 months ago
JSON representation

Boilerplate to create PyQt5 software

Awesome Lists containing this project

README

        

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](https://www.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`.