mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 23:51:33 +08:00
Removed debug code
This commit is contained in:
parent
f497944d2c
commit
4504457da2
@ -318,10 +318,6 @@ CMainWindow::CMainWindow(QWidget *parent) :
|
|||||||
// uncomment the following line if the tab close button should be
|
// uncomment the following line if the tab close button should be
|
||||||
// a QToolButton instead of a QPushButton
|
// a QToolButton instead of a QPushButton
|
||||||
// CDockManager::setConfigFlags(CDockManager::configFlags() | CDockManager::TabCloseButtonIsToolButton);
|
// CDockManager::setConfigFlags(CDockManager::configFlags() | CDockManager::TabCloseButtonIsToolButton);
|
||||||
auto Flags = CDockManager::configFlags();
|
|
||||||
Flags.setFlag(CDockManager::XmlAutoFormattingEnabled, true);
|
|
||||||
Flags.setFlag(CDockManager::XmlCompressionEnabled, false);
|
|
||||||
CDockManager::setConfigFlags(Flags);
|
|
||||||
|
|
||||||
// uncomment the following line if you wand a fixed tab width that does
|
// uncomment the following line if you wand 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
|
||||||
|
Loading…
Reference in New Issue
Block a user