qt5base-lts/examples/mainwindows
Stephen Kelly dbe4b45f9b Remove some dead code wrapped in Q_WS_QWS.
Change-Id: Ie1ee8c4af603b924abe40145041357981d174445
Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
2012-08-03 11:24:28 +02:00
..
application Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
dockwidgets Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +02:00
mainwindow Remove some dead code wrapped in Q_WS_QWS. 2012-08-03 11:24:28 +02:00
mdi Compile fix if QT_NO_CLIPBOARD defined 2012-04-19 16:20:28 +02:00
menus Correct status tips for Menus example. 2012-07-25 13:46:07 +02: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.