qt5base-lts/examples/widgets/widgets
Friedemann Kleint 858935fa66 Fix executable name of mousebuttons example.
Change-Id: Icf41ade3a4d2d14535e6fd42212b27ac01c5177f
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2014-10-09 08:35:32 +02:00
..
analogclock Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
calculator Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
calendarwidget Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
charactermap Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
codeeditor Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
digitalclock Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
elidedlabel Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
groupbox Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
icons Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
imageviewer Polish the image viewer example. 2014-06-12 14:23:48 +02:00
lineedits expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
mousebuttons Fix executable name of mousebuttons example. 2014-10-09 08:35:32 +02:00
movie Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
scribble Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
shapedclock Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
sliders Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
spinboxes expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
styles Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
stylesheet Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
tablet Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
tetrix Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
tooltips Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
validators Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
wiggly Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
windowflags Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
widgets.pro Fix out-of-tree compilation of widget examples 2014-02-11 12:35:03 +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.