qt5base-lts/examples
Allan Sandfeld Jensen fa9d12f4a2 Merge remote-tracking branch 'origin/5.10' into dev
Conflicts:
	src/plugins/platforms/windows/qwindowsmousehandler.cpp
	src/plugins/platforms/xcb/qxcbimage.cpp
	tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
	tests/manual/qtabletevent/regular_widgets/main.cpp

Done-with: Friedemann Kleint<Friedemann.Kleint@qt.io>
Done-with: Mårten Nordheim<marten.nordheim@qt.io>
Change-Id: I5b2499513a92c590ed0756f7d2e93c35a64b7f30
2017-10-24 13:40:55 +02:00
..
aggregate
corelib Modernize the Local Fortune Client and Server examples 2017-09-22 14:51:48 +00:00
dbus Use qRadiansToDegrees() and qDegreesToRadians() more widely 2017-07-05 10:15:34 +00:00
embedded Merge remote-tracking branch 'origin/5.9' into dev 2017-07-19 09:47:29 +02:00
gui doc: cleanup raster window example 2017-07-03 10:20:37 +00:00
network Merge remote-tracking branch 'origin/5.10' into dev 2017-10-17 10:34:24 +02:00
opengl Merge remote-tracking branch 'origin/5.10' into dev 2017-09-26 16:14:54 +02:00
qmake Unify license header usage. 2016-03-29 10:20:03 +00:00
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Merge remote-tracking branch 'origin/5.9' into 5.10 2017-09-20 11:58:32 +02:00
touch Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
vulkan hellovulkantexture: Fix issues with new validation layer 2017-10-16 08:15:39 +00:00
widgets Merge remote-tracking branch 'origin/5.10' into dev 2017-10-24 13:40:55 +02:00
xml Replace Q_DECL_OVERRIDE with override where possible 2017-09-19 11:53:42 +00:00
examples.pro examples: fix compile without opengl support 2017-08-29 20:30:45 +00:00
README

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.