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: 7 days ago
JSON representation
Boilerplate to create PyQt5 software
- Host: GitHub
- URL: https://github.com/mte90/pyqt-boilerplate
- Owner: Mte90
- License: gpl-3.0
- Archived: true
- Created: 2013-04-23T23:14:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T15:31:49.000Z (over 1 year ago)
- Last Synced: 2025-02-07T04:42:50.014Z (7 days ago)
- Topics: hacktoberfest, pyqt, python, qt
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
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`.