Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 221 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 221 Bytes

PyQtStarter

To get started with a little PyQt app, this comes in handy

Compiling ui

to get updated ui, recompile ui files with pyuic:

cd ui-files/
pyuic5 -o ../pyqtstarter/ui/MainWindow_py.py MainWindow.ui