Some cleanup

This commit is contained in:
Uwe Kindler 2022-11-04 12:10:52 +01:00
parent 35f212a788
commit 3f11f74324

View File

@ -620,7 +620,7 @@ CMainWindow::CMainWindow(QWidget *parent) :
// uncomment the following line if you want to use opaque undocking and // uncomment the following line if you want to use opaque undocking and
// opaque splitter resizing // opaque splitter resizing
//CDockManager::setConfigFlags(CDockManager::DefaultOpaqueConfig); // CDockManager::setConfigFlags(CDockManager::DefaultOpaqueConfig);
// uncomment the following line if you want a fixed tab width that does // uncomment the following line if you want a fixed tab width that does
// not change if the visibility of the close button changes // not change if the visibility of the close button changes
@ -655,7 +655,6 @@ CMainWindow::CMainWindow(QWidget *parent) :
// uncomment the following line to enable focus highlighting of the dock // uncomment the following line to enable focus highlighting of the dock
// widget that has the focus // widget that has the focus
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true); CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
CDockManager::setConfigFlag(CDockManager::AlwaysShowTabs, true);
// uncomment if you would like to enable dock widget auto hiding // uncomment if you would like to enable dock widget auto hiding
CDockManager::setAutoHideConfigFlags(CDockManager::DefaultAutoHideConfig); CDockManager::setAutoHideConfigFlags(CDockManager::DefaultAutoHideConfig);
@ -754,7 +753,7 @@ void CMainWindow::onViewToggled(bool Open)
return; return;
} }
qDebug() << DockWidget->objectName() << " viewToggled(" << Open << ")"; //qDebug() << DockWidget->objectName() << " viewToggled(" << Open << ")";
} }