Details
-
Suggestion
-
Resolution: Out of scope
-
P4: Low
-
4.3.0
-
None
Description
Setting a toolbar to being floating currently involves directly setting window flags on the toolbar.
This is currently achieved by explicitly calling :
QToolBar->setWindowFlags(Qt::Tool | Qt::FramelessWindowHint);