A QTabWidget / QToolBox hybrid?
-
I want to use a tabbed widget that also supports detaching a tab and positioning in below or above another tab, creating sort of a tool box.
Or in short, something similar to this:
!http://i39.tinypic.com/ivwa34.png(DockableTab)!What I notice is QTabWidget always stays tabbed, it doesn't detach and is not really movable, while QToolBox can only show one page at a time.
Is there a stock widget that supports this or do I have to reinvent the wheel? :)
-
Oh, silly me, I can actually do this with QDockWidget, never mind :)
-
So maybe I should un-solve the thread, hopefully someone will respond, if not I may try to do it myself and contribute it, but if you beat me to it - even better, you do seem to be far more experienced, I am a little over six months in programming :)