qt5base-lts/examples
Edward Welbourne 3e0bf04d7b Typo-fix: s/looses/loses/g
When an archer lets go of the bow-string, she looses an arrow; when
the hounds are straining at their leashes and the handler lets go, he
looses the dogs.  It's archaic usage now; we'd normally say "lets
loose", "lets go" or "releases".  In any case what was meant here was
that something got lost; a widget loses focus or a network loses its
connection.

Change-Id: Ic1fbe9e1f76185bcb7caf034d6be97ebfeb2e270
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Martin Smith <martin.smith@qt.io>
2017-06-08 13:36:18 +00:00
..
aggregate
corelib Replace outdated BSD license text 2017-03-03 07:26:11 +00:00
dbus Fix building of various examples and tools with -no-feature-process 2017-03-06 14:16:13 +00:00
embedded examples: remove some unneeded QStringRef::toString() calls 2017-04-07 14:35:04 +00:00
gui examples: fix compile without gui module 2017-05-05 06:54:15 +00:00
network Add some missing breaks in switch statements 2017-05-10 16:09:42 +00:00
opengl Merge remote-tracking branch 'origin/5.9' into dev 2017-03-14 10:52:24 +01: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 prune vestiges of DEPLOYMENT_PLUGIN 2016-12-23 13:25:41 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Typo-fix: s/looses/loses/g 2017-06-08 13:36:18 +00:00
touch Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
vulkan QVulkanWindow: return QMatrix4x4 by value 2017-05-22 09:23:15 +00:00
widgets Merge remote-tracking branch 'origin/5.9' into dev 2017-06-07 14:02:43 +02:00
xml Merge remote-tracking branch 'origin/5.9' into dev 2017-04-20 12:31:27 +02:00
examples.pro Merge remote-tracking branch 'origin/5.9' into dev 2017-03-28 09:28:31 +02: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.