qt5base-lts/examples/mainwindows
Janne Anttila 9fe5139e73 Fix building of qtbase examples when printsupport module is disabled.
Printsupport module is not that interesting in embedded environments,
and it also does not compile at the moment for WEC7. Fixed qtbase
examples to obey the availability of printsupport module.

Change-Id: I960d1b628b9ca82450aa3b0df8dd101b2544ee12
Reviewed-by: Björn Breitmeyer <bjoern.breitmeyer@kdab.com>
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-06-18 09:48:55 +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 "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.