Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Tips & tricks

ColinDuquesnoy edited this page Dec 17, 2014 · 1 revision

Using Qt Designer

Our GUI is designed with Qt Designer. There is a .ui file for each window/dialog/widget. You can find them in the forms directory.

Those files need to be translated to python scripts before we can use them in the application. Each time you make a modification to a .ui file, you have to recompile the corresponding python script. You can do that automatically by running python3 setup.py build_ui. For that command to work, you need to install two additional development packages: pip3 install pyqt-distutils pyqode-uic