qt5base-lts/examples/mainwindows
Morten Johan Sorvig d725c3ee23 Remove the MacMainWindow example.
setUnifiedTitleAndToolBarOnMac will not be supported
on Qt 5, which removes the point of having this example.

The replacement for setUnifiedTitleAndToolBarOnMac
will be a NSToolBar wrapper in the MacExtras module,
and this example will probably re-appear in some form
there.

Change-Id: I46d5e70a7c45625d9334911bb48059e86f05282d
Reviewed-by: Christoph Schleifenbaum <christoph.schleifenbaum@kdab.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2012-05-30 01:54:45 +02:00
..
application Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
dockwidgets Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindow Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mdi Compile fix if QT_NO_CLIPBOARD defined 2012-04-19 16:20:28 +02:00
menus Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
recentfiles Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sdi Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindows.pro Remove the MacMainWindow example. 2012-05-30 01:54:45 +02:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +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.