qt6-bb10/examples/widgets/widgets
Friedemann Kleint 0d81316dcc Use QImageReader::setAutoTransform() in examples.
Change-Id: If80616d680f1aa6c9d5cd1a4080710e5ad67d603
Reviewed-by: Rainer Keller <rainer.keller@theqtcompany.com>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
2015-07-13 20:16:35 +00:00
..
analogclock Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
calculator Use C++ <cmath> instead of <math.h> 2015-02-16 16:21:15 +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 fix usage of wince scope 2015-06-05 10:29:10 +00:00
imageviewer Use QImageReader::setAutoTransform() in examples. 2015-07-13 20:16:35 +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 fix usage of wince scope 2015-06-05 10:29:10 +00: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 Updated BSD licensed file headers 2015-02-15 07:41:17 +00:00
tablet Updated BSD licensed file headers 2015-02-15 07:41:17 +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

README

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.