Details
-
Suggestion
-
Resolution: Fixed
-
P2: Important
-
None
-
6.8.3
-
-
ed90a335f (dev), 883afddd1 (dev)
Description
Allow setting and displaying window icons on QDockWidget tabs when they are docked in a QMainWindow and tabified via QTabBar.
Currently, when multiple QDockWidgets are tabified in a QMainWindow, calling QDockWidget::setWindowIcon() does not propagate the icon to the corresponding tab in the QTabBar. As a result, users cannot visually distinguish dock widgets by icon once they are grouped into tabs.