Toolbar and submenu of a submenu of a submenu
-
I have a Toolbar that I would like to have a series of submenus that originate from the original Toolbar.
I've found sample code that lets me create one submenu (popup) from the original Toolbar, but I'd like to have one that cascades more than just singular submenu example that I've found.I like to cascade the submenu to at least 3 levels, possibly 4.
Is this possible? If so, how? Even better... pointer to an example?
Thanks!
Michael
-
Understood. that more levels aren't going to make it more useful.
My point is that at the (arbitrary) bottom of such a level I would like to place a button
on that menu location (in that overall toolBar). -
I'm not sure I'm following you. Could you share a picture of what you would like to achieve ?
-
The upload feature of the forum is currently broken. Can you use an image sharing site ?
-
@Michael-J-North said in Toolbar and submenu of a submenu of a submenu:
Seems to have worked this time.
It doesn't. Only you can see the image, we can't.
-
The upload itself works and you can see it but not the other users.
-
@SGaist I found a site to post images..... yeah.
-
If I understand correctly, you need QToolBar's with QToolButtons with a menu ? Correct ?
-
Thanks! Have the whole set of this part of the UI working!