Hi does anyone know of any tutorials on PyQt to do with the basics of a branched menu. I'm after an overall design so that the main menu would include buttons linking to new windows enabling the user to perform a few routine tasks.
How to create a menu using pyqt?
Collapse
X
-
This is a link to some general information on slots and signals, and QtDesigner.
and the Qt wiki has links to tutorials http://wiki.python.org/moin/PyQt4
Comment