qt6-bb10/examples/widgets/widgets
Simon Hausmann ccad00121d Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/dev 2015-06-04 05:56:06 +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 use INSTALLS instead of DEPLOYMENT 2015-06-03 11:26:46 +00:00
imageviewer imageviewer example: support loading images on iOS 2015-06-02 07:46:14 +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 use INSTALLS instead of DEPLOYMENT 2015-06-03 11:26:46 +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.