Profile
Achievement
blackthorne's Recent SnippetsTagged python
- All /
« Prev 1 Next »
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...
1
1083
posted 13 years ago by blackthorne