PDA

View Full Version : Multiple QMainWindow with tab



Alundra
14th September 2013, 01:45
Hi !
My question is quite simple, I have multiple QMainWindow who is differents editor on the same main editor app.
This is to have the second editor floatting or tabbed to switch between each editor.
Unreal Editor does the same way and has in the fourth edition of the app an option to dock the QMainWindow in the global app.
You can have a look at this screenshot to see really how it works :
http://www.speedtree.com/images/material_editor.jpg
Look at the top, next to the app icon, this is a dock of app inside the main app, who is just a tab.
Unreal Editor 4 uses wxWidget, does it possible to do the same using Qt5 ?
Thanks