qt5base-lts/examples/widgets/mainwindows/mainwindow
Olivier Goffart ac1b6c0145 Add QMainWindow::GroupedDragging DockOption
If this setting is enabled, the entire group of docked tabs will
be draggable by the title bar of the group and and individual dock
can be dragged by dragging the tab.

When tabs are detached, the docks that are contained are reparented to
a QDockWidgetGroupWindow.

[ChangeLog][QtWidgets][QMainWindow] Added GroupedDragging as a DockOption
which allow users to drag all the tabs together when dragging the
title of a QDockWidget which is tabbed with others.

Change-Id: I5285685b129770498eb3e4fd5f4556e41225a595
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
2015-05-12 10:07:20 +00:00
..
colorswatch.cpp Add QMainWindow::GroupedDragging DockOption 2015-05-12 10:07:20 +00:00
colorswatch.h Add QMainWindow::GroupedDragging DockOption 2015-05-12 10:07:20 +00:00
main.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
mainwindow.cpp Add QMainWindow::GroupedDragging DockOption 2015-05-12 10:07:20 +00:00
mainwindow.h Update copyright headers 2015-02-11 06:49:51 +00:00
mainwindow.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
mainwindow.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
qt.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
titlebarCenter.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
titlebarLeft.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
titlebarRight.png Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
toolbar.cpp Update copyright headers 2015-02-11 06:49:51 +00:00
toolbar.h Update copyright headers 2015-02-11 06:49:51 +00:00