We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682aaf6 commit 97e3d72Copy full SHA for 97e3d72
demo/MainWindow.cpp
@@ -574,8 +574,9 @@ CMainWindow::CMainWindow(QWidget *parent) :
574
// dock widget.
575
// CDockManager::setConfigFlag(CDockManager::HideSingleCentralWidgetTitleBar, true);
576
577
- //CDockManager::setConfigFlag(CDockManager::AlwaysShowTabs, true);
578
- CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
+ // uncomment the following line to enable focus highlighting of the dock
+ // widget that has the focus
579
+ // CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
580
581
// Now create the dock manager and its content
582
d->DockManager = new CDockManager(this);
0 commit comments