Great the new API setNativeMenuBar() for OSX.
I was tricking Qt before to get the same result.
However there is one issue. In API:
void QMenuBarPrivate::handleReparent()
There is:
#ifdef Q_WS_MAC
macDestroyMenuBar();
macCreateMenuBar(newParent);
#endif
And this should not be called for non-native menu bars.
Else when a window with a non-native menu bar is reparented, the main native
menu of the appliation is destroyed.
Philippe
_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback