add config flag in ads demo

This commit is contained in:
Syarif Fakhri 2022-09-22 10:40:11 +08:00
parent 8ac8d63b96
commit 880a7f13b5

View File

@ -652,6 +652,9 @@ CMainWindow::CMainWindow(QWidget *parent) :
// widget that has the focus
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
// uncomment if you would like to enable dock widget auto hiding
// CDockManager::setConfigFlag(CDockManager::DefaultAutoHideConfig, true);
// uncomment if you would like to enable an equal distribution of the
// available size of a splitter to all contained dock widgets
// CDockManager::setConfigFlag(CDockManager::EqualSplitOnInsertion, true);