qt5base-lts/examples/widgets/widgets
Friedemann Kleint 626283740f Fix building of examples.
- Correct install path of widget examples to contain widgets
  directory in target tree.
- Add missing resources.

Task-number: QTBUG-27977

Change-Id: If4cb117998892b0b165d7678367553d3a7553b91
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2012-11-21 16:36:50 +01:00
..
analogclock Fix building of examples. 2012-11-21 16:36:50 +01:00
applicationicon Fix building of examples. 2012-11-21 16:36:50 +01:00
calculator Fix building of examples. 2012-11-21 16:36:50 +01:00
calendarwidget Fix building of examples. 2012-11-21 16:36:50 +01:00
charactermap Fix building of examples. 2012-11-21 16:36:50 +01:00
codeeditor Fix building of examples. 2012-11-21 16:36:50 +01:00
digitalclock Fix building of examples. 2012-11-21 16:36:50 +01:00
elidedlabel Fix building of examples. 2012-11-21 16:36:50 +01:00
groupbox Fix building of examples. 2012-11-21 16:36:50 +01:00
icons Fix building of examples. 2012-11-21 16:36:50 +01:00
imageviewer Fix building of examples. 2012-11-21 16:36:50 +01:00
lineedits Fix building of examples. 2012-11-21 16:36:50 +01:00
mousebuttons Fix building of examples. 2012-11-21 16:36:50 +01:00
movie Fix building of examples. 2012-11-21 16:36:50 +01:00
orientation Fix building of examples. 2012-11-21 16:36:50 +01:00
scribble Fix building of examples. 2012-11-21 16:36:50 +01:00
shapedclock Fix building of examples. 2012-11-21 16:36:50 +01:00
sliders Fix building of examples. 2012-11-21 16:36:50 +01:00
spinboxes Fix building of examples. 2012-11-21 16:36:50 +01:00
styles Fix building of examples. 2012-11-21 16:36:50 +01:00
stylesheet Fix building of examples. 2012-11-21 16:36:50 +01:00
tablet Fix building of examples. 2012-11-21 16:36:50 +01:00
tetrix Fix building of examples. 2012-11-21 16:36:50 +01:00
tooltips Fix building of examples. 2012-11-21 16:36:50 +01:00
validators Fix building of examples. 2012-11-21 16:36:50 +01:00
wiggly Fix building of examples. 2012-11-21 16:36:50 +01:00
windowflags Fix building of examples. 2012-11-21 16:36:50 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Fix building of examples. 2012-11-21 16:36:50 +01: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.