Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mte90/pyqt-boilerplate
- Owner: Mte90
- License: gpl-3.0
- Created: 2013-04-23T23:14:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T12:17:44.000Z (over 3 years ago)
- Last Synced: 2023-03-17T19:50:53.406Z (almost 2 years ago)
- Topics: hacktoberfest, pyqt, python, qt
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.