qt5base-lts/examples/widgets/widgets
Liang Qi 17198e03ab Merge remote-tracking branch 'origin/5.7' into dev
Conflicts:
	qmake/doc/src/qmake-manual.qdoc
	src/corelib/global/qglobal.cpp
	src/corelib/tools/qstring.cpp
	src/network/socket/qabstractsocket.cpp
	src/network/socket/qnativesocketengine_unix.cpp
	src/plugins/platforms/eglfs/api/qeglfsglobal.h

Change-Id: Id5dfdbd30fa996f9b4b66a0b030b7d3b8c0ef288
2016-08-16 07:58:32 +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 Unify license header usage. 2016-03-29 10:20:03 +00:00
charactermap Merge remote-tracking branch 'origin/5.7' into dev 2016-08-09 17:59:51 +02:00
codeeditor Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
digitalclock Unify license header usage. 2016-03-29 10:20:03 +00:00
elidedlabel Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
groupbox Unify license header usage. 2016-03-29 10:20:03 +00:00
icons Merge remote-tracking branch 'origin/5.7' into dev 2016-08-16 07:58:32 +02:00
imageviewer QtWidgets: Remove Windows CE. 2016-04-07 10:24:45 +00:00
lineedits Unify license header usage. 2016-03-29 10:20:03 +00:00
mousebuttons Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
movie QtWidgets: Remove Windows CE. 2016-04-07 10:24:45 +00:00
scribble Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
shapedclock Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
sliders Unify license header usage. 2016-03-29 10:20:03 +00:00
spinboxes Unify license header usage. 2016-03-29 10:20:03 +00:00
styles Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
stylesheet Unify license header usage. 2016-03-29 10:20:03 +00:00
tablet Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
tetrix Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
tooltips Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
validators Unify license header usage. 2016-03-29 10:20:03 +00:00
wiggly Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +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

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.