qt5base-lts/examples/widgets/widgets
Oswald Buddenhagen 586adeabe4 add and use qtHaveModule() function
this is much more elegant than the so far propagated !isEmpty(QT.foo.name).
also replace feature-specific tests (no-gui and no-widgets) and the
obsolete contains(QT_CONFIG, foo) syntax.

Change-Id: Ia4b3c8febcabf9eeca67b1f9173a523820b1038b
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Tasuku Suzuki <stasuku@gmail.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2012-12-21 19:05:02 +01:00
..
analogclock clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
applicationicon centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
calculator clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
calendarwidget clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
charactermap clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
codeeditor clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
digitalclock clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
elidedlabel centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
groupbox clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
icons clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
imageviewer add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
lineedits clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
mousebuttons Enhance example qtbase/examples/widgets/widgets/mousebuttons 2012-12-14 11:02:47 +01:00
movie clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
orientation centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
scribble add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00
shapedclock clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
sliders clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
spinboxes clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
styles clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
stylesheet clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
tablet clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
tetrix clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
tooltips clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
validators centralize and fixup example sources install targets 2012-11-29 20:21:11 +01:00
wiggly clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
windowflags clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro centralize and fixup example sources install targets 2012-11-29 20:21:11 +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.