qt5base-lts/examples/widgets/widgets
Friedemann Kleint f9bf737d74 Examples/Doc snippets: Fix single-character string literals.
Use character literals where applicable.

Change-Id: I79fa5018f05735201ae35ee94ba0d356fcad1056
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2015-10-13 16:37:07 +00:00
..
analogclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
calculator Examples/Doc snippets: Fix single-character string literals. 2015-10-13 16:37:07 +00:00
calendarwidget Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
charactermap Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
codeeditor Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
digitalclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
elidedlabel Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
groupbox Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
icons Polish the Icons example. 2015-09-14 19:20:06 +00:00
imageviewer Extend the image viewer example. 2015-08-24 08:26:55 +00:00
lineedits Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
mousebuttons Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
movie Merge remote-tracking branch 'origin/5.5' into dev 2015-07-01 11:05:26 +02:00
scribble Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
shapedclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
sliders Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
spinboxes Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
styles Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
stylesheet Doc: Update obsolete URLs to external documentation 2015-10-02 10:14:47 +00:00
tablet Tablet example: update the cursor according to the tool 2015-07-31 04:33:27 +00:00
tetrix Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tooltips Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
validators Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
wiggly Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
windowflags Updated BSD licensed file headers 2015-02-15 07:41:17 +00: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.