Qt 6.11 is out! See what's new in the release
blog
[SOLVED] Hiding File Menu from browser demo
General and Desktop
6
Posts
2
Posters
3.4k
Views
1
Watching
-
I've tried removing the File menu from the Browser demo that comes with qt-everywhere-opensource-src-4.6.4 however every time I do something or another crashes, this is obviously because the handles aren't there any more when something attempts to hook into it.
Is there a sure fire way to remove this menu and the toolbar without messing everything else up?
-
Just stopping it from displaying really, I removed @setupMenu()@ from @browsermainwindow.cpp@ so I assume something else is relying on using the handles @setupMenu()@ creates.
-
Perfect! I completely forgot to check out the default settings since they control the layout as well. Thank you!