qt5base-lts/examples/widgets
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
..
analogclock Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
applicationicon Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
calculator Fix encoding of non-ASCII strings 2012-06-14 05:26:45 +02:00
calendarwidget Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
charactermap Compile fix if QT_NO_CLIPBOARD defined 2012-04-19 16:20:02 +02:00
codeeditor Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
digitalclock Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
elidedlabel Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
groupbox Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
icons Examples: Don't use deprecated methods 2012-04-21 17:29:40 +02:00
imageviewer Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +02:00
lineedits Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mousebuttons Change path for 'mousebuttons' widgets example 2012-06-14 03:03:38 +02:00
movie Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
orientation Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
scribble Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +02:00
shapedclock Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sliders Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
softkeys Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
spinboxes Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
styles Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
stylesheet examples: compile w/QT_NO_CAST_FROM_BYTEARRAY, at least on Unix 2012-03-08 09:58:26 +01:00
tablet Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tetrix Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tooltips Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
validators clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
wiggly Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
windowflags Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
README Remove references to demos from docs. 2011-07-05 19:57:54 +02:00
widgets.pro Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00

Qt comes with a large range of standard widgets that users of modern
applications have come to expect.

You can also develop your own custom widgets and controls, and use them
alongside standard widgets.

It is even possible to provide custom styles and themes for widgets that can
be used to change the appearance of standard widgets and appropriately
written custom widgets.


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