PDA

View Full Version : Menubar sticking to the window in MacOSX?



munna
26th December 2006, 11:21
Hi,

I want the menubar to behave like all the other applications in mac, but the mainwindow is attached to the menubar.

I have looked into the MDI example that comes along with 3.3.6. The only difference between that code and my code is

MDI Example:




file->insertItem("&New",this,SLOT(newDoc()),CTRL+Key_N);



My Application




fileAction->addTo(fileMenuPop);



Any ideas how I can separate them?

Thanks a lot.

munna
26th December 2006, 16:52
Any ideas on this one ?