How to create a menu using pyqt?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Derbylad
    New Member
    • May 2010
    • 7

    How to create a menu using pyqt?

    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.
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    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

    Working...