Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
QDockWidgets currently has an isFloating() function which is helpful for when one needs to know that the QDockWidget is floating...
However, it is currently not possible to know if the QDockWidget is tabbed.
Adding QDockWidget::isTabbed() would be very useful.