The pyqt4 tag has no wiki summary.
6
votes
3answers
257 views
QT-C++ vs Generic C++ and STL
Been brushing up on my C++ lately, on Ubuntu QQ. I love the Qt framework for everything, especially building GUI's. I became quite familiar with it when using PyQt over the last few years.
When ...
0
votes
0answers
14 views
single model connected to multiple views on multiple dialogs, not updating [migrated]
two independent forms that are connected to the same model. as i understand how model view is suppose to work, that all views connected to the model should present the data in the model. but this is ...
2
votes
1answer
319 views
PyQt application architecture
I'm trying to give a sound structure to a PyQt application that implements a card game. So far I have the following classes:
Ui_Game: this describes the ui of course and is responsible of
reacting ...
0
votes
1answer
234 views
What are the external dependencies of a Python executable?
I guess there is a tool called Py2Exe to convert a Python application into an executable file. Since I am also using PyQt4 for GUI apps., what are the external dependencies for such an executable? ...
5
votes
3answers
4k views
Which Python GUI library is easiest to use? [closed]
Among the GUI libraries for Python, which is more easier to work with: PyQt4, wxPython or any other? I just wrote few lines of PyQt4 code, it seems things are not that easy with Qt.
Are there any ...