[PyQt] Broken examples in PyQt5

2013-07-25 Thread Dmitry Shachnev
Two examples, namely mainwindows/menus.py and mainwindows/separations.py, fail with AttributeError here (using PyQt 5.0 and Qt 5.0.2): Traceback (most recent call last): File ./mainwindows/menus.py, line 284, in module window = MainWindow() File ./mainwindows/menus.py, line 71, in

[PyQt] returning a value from a sub-dialog

2013-07-25 Thread Hajas, Wayne
I am hoping somebody can point me to a simple example to do the following: After a Dialog is created and filled-in by the user, get the values returned to the rest of the application. I have built applications around a single dialog. Everything gets done under the single dialog-class. I can