![]() |
2010-03-31
, 09:22
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#2
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2010-03-31
, 09:27
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#3
|
I'm trying to implement a very simple menu in pyqt (for the n900).
It just needs one button that runs a function.
The Following User Says Thank You to krk969 For This Useful Post: | ||
![]() |
2010-03-31
, 09:55
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#4
|
![]() |
2010-03-31
, 10:03
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#5
|
#!/usr/bin/python from PyQt4 import QtCore, QtGui from PyQt4.QtCore import SIGNAL, SLOT import sys appt=QtGui.QApplication(sys.argv) MainWindow = QtGui.QMainWindow() menubar = QtGui.QMenuBar(MainWindow) menubar.setGeometry(QtCore.QRect(0, 0, 800, 21)) menubar.setObjectName("menubar") menuFile = QtGui.QMenu(menubar) menuFile.setObjectName("menuFile") MainWindow.setMenuBar(menubar) actionupdateall = QtGui.QAction(MainWindow) actionupdateall.setObjectName("actionupdateall") actionupdateall.setText("Whee") menuFile.addSeparator() menuFile.addAction(actionupdateall) menubar.addAction(menuFile.menuAction()) menuFile.setTitle(QtGui.QApplication.translate("MainWindow", "File", None, QtGui.QApplication.UnicodeUTF8)) MainWindow.show() sys.exit(appt.exec_())
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2010-03-31
, 10:27
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#6
|
![]() |
Tags |
menu, menubar, pyqt, qmenubar |
|
I'm trying to implement a very simple menu in pyqt (for the n900).
It just needs one button that runs a function.
IMy code probably looks a bit confused by now as i have tried lots of things... i've got to a point with no errors, but also no menu when i click the title bar.
Any help would be greatly appreciated.
----------- Follow me on Twitter here
----------- My Photography Website and Blog is here
----------- Author of the N900 Health Check Application ----------- New Version in Extras Devel (Dec 2010 - 2.9.10)
----------- Are you on the N900 World Map? - http://pininthemap.com/maemo - masterpin: shotgun
----------- What apps do you want to see on the n900 or in MeeGo in the future? -