Hello!
I have a problem with uic.loadUi on windows.
I have this code:
...
uic.loadUi("mainwindow.ui", self)
...
which connects an action "actionQuit" with:
def on_actionQuit_activated(self):
QtGui.QApplication.quit()
the problem is, it doesn't.
I'm using PyQt-Py2.5-gpl-4.3.1-1.exe.
The same code works on linux.
Is there a way to debug the behaviour of uic.loadUi?
Regards
Juan Pablo
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt