Qt GUI app in python with pyqt (subclassing pyuic4 generated file)


/ Published in: Python
Save to your folder(s)

first design your app and generate a .UI file using Designer (part of Qt Creator), then run pyuic4 to get it to python, like:
pyuic4-2.6 example.ui > example.py

then import the window classes in example.py and make your up by subclassing like you can see in the source

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.