Stacking toolbars?
Unsolved
General and Desktop
-
wrote on 26 Jun 2019, 21:48 last edited by
Hey
Does qt allow a way of stacking toolbars? I would imagine it would look like stacked QDockWidgets with tab cards above/side for the user to click to activate given widget.
TIA
-
Hi,
AFAIK, no there's not. What kind of interface are you looking for ?
-
wrote on 4 Jul 2019, 03:19 last edited by
@SGaist said in Stacking toolbars?:
Hi,
AFAIK, no there's not. What kind of interface are you looking for ?
Hey
Woah this one slipped my fingers...
I think it would look like QTabWidget with only QToolbars as its children, each toolbar being 1 other widget. But with difference that that the QTab"ToolBar" would be a toolbar so I could place it like toolbar widget... ?Perhaps I will need to somehow extend QToolbar with QTabBar and somehow make it work mhmm