qt6-bb10/examples/widgets/widgets
Liang Qi 65a97fccc6 Merge remote-tracking branch 'origin/5.10' into dev
Conflicts:
	tests/auto/widgets/itemviews/qtreeview/tst_qtreeview.cpp

Change-Id: If089d5010d15c33b3c1f13912d4386207456c1a9
2018-01-20 22:36:19 +01:00
..
analogclock Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
calculator Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
calendarwidget qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
charactermap Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
codeeditor Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
digitalclock Unify license header usage. 2016-03-29 10:20:03 +00:00
elidedlabel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
groupbox Unify license header usage. 2016-03-29 10:20:03 +00:00
icons Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
imageviewer qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
lineedits qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
mousebuttons Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
movie qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
scribble qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
shapedclock Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
sliders qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spinboxes qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
styles qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
stylesheet qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
tablet Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
tetrix Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
tooltips Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
validators qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
wiggly Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
windowflags Unify license header usage. 2016-03-29 10:20:03 +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.