Added initial support for transparent undocking

This commit is contained in:
Uwe Kindler
2019-11-26 14:40:56 +01:00
parent 4504457da2
commit e15af4101a
15 changed files with 570 additions and 29 deletions

View File

@@ -50,6 +50,7 @@
#include <QWidgetAction>
#include <QComboBox>
#include <QInputDialog>
#include <QRubberBand>
#include <QMap>
#include <QElapsedTimer>
@@ -321,7 +322,7 @@ CMainWindow::CMainWindow(QWidget *parent) :
// uncomment the following line if you wand a fixed tab width that does
// not change if the visibility of the close button changes
// CDockManager::setConfigFlag(CDockManager::RetainTabSizeWhenCloseButtonHidden, true);
CDockManager::setConfigFlag(CDockManager::OpaqueUndocking, false);
// Now create the dock manager and its content
d->DockManager = new CDockManager(this);