mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-27 14:59:06 +08:00
add config flag in ads demo
This commit is contained in:
parent
8ac8d63b96
commit
880a7f13b5
@ -652,6 +652,9 @@ CMainWindow::CMainWindow(QWidget *parent) :
|
|||||||
// widget that has the focus
|
// widget that has the focus
|
||||||
CDockManager::setConfigFlag(CDockManager::FocusHighlighting, true);
|
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
|
// uncomment if you would like to enable an equal distribution of the
|
||||||
// available size of a splitter to all contained dock widgets
|
// available size of a splitter to all contained dock widgets
|
||||||
// CDockManager::setConfigFlag(CDockManager::EqualSplitOnInsertion, true);
|
// CDockManager::setConfigFlag(CDockManager::EqualSplitOnInsertion, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user