qt6-bb10/examples/widgets/widgets
Liang Qi e3ed2281c0 Merge remote-tracking branch 'origin/5.11' into dev
Conflicts:
	src/plugins/platforms/cocoa/qnsview.mm
	src/plugins/platforms/cocoa/qnsview_dragging.mm
	src/plugins/platforms/ios/qiosinputcontext.mm
	src/plugins/platforms/xcb/qxcbconnection.cpp
	src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
	src/plugins/platforms/xcb/qxcbwindow.cpp
	src/tools/androiddeployqt/main.cpp
		Was moved from qttools into qtbase in 5.11.
		So re-apply 32398e4d here.
	tests/auto/corelib/global/qlogging/test/test.pro
	tests/auto/corelib/global/qlogging/tst_qlogging.cpp
	tests/auto/corelib/io/qfile/tst_qfile.cpp
	tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp
	tests/auto/corelib/thread/qthreadstorage/test/test.pro
	tests/auto/widgets/itemviews/qheaderview/tst_qheaderview.cpp
	tests/auto/widgets/kernel/qapplication/test/test.pro

Done-with: Gatis Paeglis <gatis.paeglis@qt.io>
Done-with: Mårten Nordheim <marten.nordheim@qt.io>
Done-with: Oliver Wolff <oliver.wolff@qt.io>
Change-Id: Id970486c5315a1718c540f00deb2633533e8fc7b
2018-07-02 11:23:45 +02: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 Doc: update connect syntax digitalclock example 2018-05-16 11:57:51 +00:00
elidedlabel Doc: Update Elided Label example 2018-06-07 14:29:41 +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 Rename the tablet example to avoid triggering a bug in tablet drivers 2018-05-09 15:34:18 +00: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.