Thread
:
How to do settings in a Qt app?
View Single Post
slobodsky
2010-03-19 , 21:40
Posts: 63 | Thanked: 41 times | Joined on Feb 2010 @ Moscow
#
3
Originally Posted by
krk969
*EDIT* just ensure you do that inside a QMainWindow and not a QWidget.
I'm using QMenuBar in an
application
without QMainWindow at all:
in QWidget's subclass constructor ...
QMenuBar* Menu = new QMenuBar( this );
... Create your QAction ...
Menu->addAction( Action );
... Create and add other actions. It works fine.
__________________
Sorry for bad English. If you can point out mistakes in this post, send me a
private message
.
Quote & Reply
|
The Following User Says Thank You to slobodsky For This Useful Post:
krk969
slobodsky
View Public Profile
Send a private message to slobodsky
Visit slobodsky's homepage!
Find all posts by slobodsky