Connecting to menubar created in designer qt4 from python
General and Desktop
2
Posts
2
Posters
804
Views
1
Watching
-
wrote on 10 Sept 2014, 15:35 last edited by
I created a menubar with an item - File / Exit. Now I would like to access them in my python code. Buttons are simple just type self.buttonB.clicked.connect(self.buttonB_clicked). How do I access the menubar File / Exit to then exit my program/gui
-
wrote on 10 Sept 2014, 23:45 last edited by
"Here":http://zetcode.com/gui/pyqt4/menusandtoolbars/ is an example for PyQt4
2/2