Are you sure that there is actually a QMenuBar with a QMenu and a QAction inside it? QMenuBar is just the bar. QMenu is a menu like "FIle" , "Help" , "Settings" ,etc. QAction ins an option inside a QMenu.
Try to do it with Qt Designer, creating a Qt GUI Project based on a QMainWindow class. You double click the menubar and start adding menus and action. 2011/10/11 Erwin Brandenberger <bra...@heag.ch> > I build a qt application and created action for toolbar and menu > > The toolbar ist shown, the menu not. > > What is the problem, that the menu is not shown ? > > I compiled the menu sample from the qt help, but it does not show the menu > either. > > > > _______________________________________________ > Qt-creator mailing list > Qt-creator@qt.nokia.com > http://lists.qt.nokia.com/mailman/listinfo/qt-creator > >
_______________________________________________ Qt-creator mailing list Qt-creator@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-creator