I use a Qt-plugin in a non-Qt program on the Mac. When unloading the plugin, the application's menubar is deleted. What's going wrong ?

Unloading the plugin causes Qt to clear the menubar. You can disable Qt’s interaction with the native menubar by calling qt_mac_set_native_menubar() [qt.nokia.com]

In general, most plugins in a non-Qt application don’t need to interact with the menubar anyway.

No comments

Write a comment

Sorry, you must be logged in to post a comment.