Non-dockable floating toolbar
Unsolved
General and Desktop
-
I want to be able to create a small toolbar to the lower right on a widget. I don't wish the user to be able to move it, or to dock it. Ideally it should be alpha 50% when the mouse isn't over it, but that's a detail.
Here's what the original Windows code that I'm porting produces:
Can this be done using QToolBar, or do I need to create yet another custom widget to add to my growing zoo?