qt5base-lts/examples/widgets/mainwindows
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
..
application Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
dockwidgets Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mainwindow Add QMainWindow::GroupedDragging DockOption 2015-05-12 10:07:20 +00:00
mdi Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
menus Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
recentfiles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
sdi Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mainwindows.pro remove QT+=widgets from SUBDIRS projects 2012-12-17 14:08:17 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

All the standard features of application main windows are provided by Qt.

Main windows can have pull down menus, tool bars, and dock windows. These
separate forms of user input are unified in an integrated action system that
also supports keyboard shortcuts and accelerator keys in menu items.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.