qt5base-lts/examples/widgets
Friedemann Kleint b1909fe118 qtbase: Add missing example installs and files.
Change-Id: I071fd862e001b766c9fb13106242edf23a608663
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-07-10 22:24:40 +02:00
..
analogclock Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
applicationicon qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02:00
calculator Fix encoding of non-ASCII strings 2012-06-14 05:26:45 +02:00
calendarwidget Make QCalendarWidget use its locale's firstDayOfWeek. 2012-06-28 17:15:17 +02: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 qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02: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 qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02: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.