Hi All,
As I created dialog,which I getting it on action from Mainwindow.Now how can I add Menu to Dialog.As I doing same I did in MainWindow but it giving me error "Undefine identify menuBar()"
Hi All,
As I created dialog,which I getting it on action from Mainwindow.Now how can I add Menu to Dialog.As I doing same I did in MainWindow but it giving me error "Undefine identify menuBar()"
Hi sumanthgwn,
I think menubar() is created by default with mainWindow. For each dialog you should create a new menubar using QMenubar().
Hope this help you.
Regards
Jajal Mehul
Hi,
I tried to use QMenubar and QPopupMenu but it given error Undefine identifier.Added header files qmenubar.h