mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 08:01:32 +08:00
Fixed some typos in MainWindow.cpp
This commit is contained in:
parent
6021ee8094
commit
c33c09eab1
@ -382,14 +382,14 @@ CMainWindow::CMainWindow(QWidget *parent) :
|
|||||||
// not change if the visibility of the close button changes
|
// not change if the visibility of the close button changes
|
||||||
// CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true);
|
// CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true);
|
||||||
|
|
||||||
// uncomment the follwing line if you want to use non opaque undocking and splitter
|
// uncomment the following line if you want to use non opaque undocking and splitter
|
||||||
// movements
|
// movements
|
||||||
// CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig);
|
// CDockManager::setConfigFlags(CDockManager::DefaultNonOpaqueConfig);
|
||||||
|
|
||||||
// Now create the dock manager and its content
|
// Now create the dock manager and its content
|
||||||
d->DockManager = new CDockManager(this);
|
d->DockManager = new CDockManager(this);
|
||||||
|
|
||||||
// Uncomment the following line to have the old style where the dock
|
// uncomment the following line to have the old style where the dock
|
||||||
// area close button closes the active tab
|
// area close button closes the active tab
|
||||||
// CDockManager::setConfigFlags({CDockManager::DockAreaHasCloseButton
|
// CDockManager::setConfigFlags({CDockManager::DockAreaHasCloseButton
|
||||||
// | CDockManager::DockAreaCloseButtonClosesTab});
|
// | CDockManager::DockAreaCloseButtonClosesTab});
|
||||||
|
Loading…
Reference in New Issue
Block a user