Sav22999 / PyQT-Boilerplate

Boilerplate for create PyQt software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyQt-Boilerplate

Boilerplate for create PyQt4/5 software

makepyqt4.py

This UI generate the python files from the ui generate by QtDesigner.
Require Python 2.x and are compatible with PyQt4.

makepyqt5.sh

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

pyqt4/5-app.py

This is the boilerplate and require a ui_MainWindow.py file (generated by the script before) to work.

About

Boilerplate for create PyQt software

License:GNU General Public License v3.0


Languages

Language:Python 99.5%Language:Shell 0.5%