qt5base-lts/examples/widgets/widgets
Alessandro Portale 82e266a83b New Qt logo
This patch replaces the old Qt logo with the new, flatter one.

The PNGs were optimized via: optipng  -o7 -strip "all"

Task-number: QTBUG-41685
Change-Id: I51983a45144373bf7aee31a32990ecbb2582f488
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
2014-11-05 08:10:42 +01: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 New Qt logo 2014-11-05 08:10:42 +01: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 includes in mousebuttons example 2014-10-27 15:30:51 +01: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.