qt5base-lts/examples
Michael Winkelmann ab9f4d5db6 Revamp QtConcurrent examples to C++11
I updated signals and slots and for each loops to the new syntax and
replaced most free functions with std::function.

Task-number: QTBUG-60641
Change-Id: I7693f81f71c7f53fcbe83189a0de2fb76ddf99a8
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2017-11-07 09:42:34 +00:00
..
aggregate
corelib
dbus
embedded Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
gui doc: cleanup raster window example 2017-07-03 10:20:37 +00:00
network Examples: Remove remains of wince 2017-07-14 17:30:51 +00:00
opengl Hello GL2 example: Fix exit crash 2017-09-05 10:55:11 +00:00
qmake
qpa
qtconcurrent Revamp QtConcurrent examples to C++11 2017-11-07 09:42:34 +00:00
qtestlib
sql Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
touch
widgets regularexpression example: Fix compilation with clipboard disabled 2017-09-28 04:14:02 +00:00
xml Examples: Remove remains of wince 2017-07-14 17:30:51 +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.