Monday, September 18, 2017

[How To] Convert Qt Designer file.py to Python Code

Assuming input.ui is the file created in Qt Designer, output.py is the python code file name, open Terminal and cd to input.ui folder. Type pyuic4 -x input.ui -o output.py and hit Enter output.py gets...

[How To] Install PyQt4 and Qt Designer for Python 2

For Ubuntu: Below is the command to install PyQt4 and Qt Designer for Python 2 sudo apt-get install pyqt4-dev-tools qt4-designer If you enjoyed this post, make sure you subscribe to my RSS feed! Comments...

Page 1 of 49123»