qt5base-lts/examples
Friedemann Kleint c0701f3789 Polish the image gestures example.
- Add a command line parser to properly evaluate help option and
  directory argument, add options to disable gestures.
- Add logging category so that the user can actually see what is
  happening.
- Scale large images.
- Use qreal instead of float.
- Minor polishing: set window title, position file dialog at
  pictures location.

Task-number: QTBUG-37759
Task-number: QTBUG-37203

Change-Id: Ibaf54a13034b150386a8aee476f83a9eba298298
Reviewed-by: Indrajit Tapadar <indrajit.tapadar@digia.com>
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
2014-03-28 12:59:13 +01:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
dbus Doc: Remove empty and duplicated file 2014-03-27 08:21:06 +01:00
embedded expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
gui Fix compiler warning in example 2014-03-20 10:36:34 +01:00
ipc Doc: Move IPC example documentation 2014-03-27 15:16:20 +01:00
json Add json/savegame example. 2013-08-22 19:14:03 +02:00
network Use QCommandLineParser in example dnslookup. 2014-03-15 10:44:41 +01:00
opengl contextinfo: Make it more responsive and improve error handling 2014-03-14 18:21:02 +01:00
qmake Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qpa skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02:00
qtconcurrent remove remaining non-concurrent branches from concurrent samples 2013-10-29 15:37:30 +01:00
qtestlib Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sql Doc: Moved Books SQL Example documentation 2013-12-05 14:56:29 +01:00
threads Doc: corrected link/example errors 2014-01-31 16:18:07 +01:00
tools Doc: Fix broken links 2013-11-05 00:29:01 +01:00
touch expand tabs and related whitespace fixes in *.{cpp,h,qdoc} 2014-01-13 22:46:50 +01:00
webkit/webkit-guide Changed digia contact details to */legal, updated licenses 2013-07-20 11:21:46 +02:00
widgets Polish the image gestures example. 2014-03-28 12:59:13 +01:00
xml Doc: Move XML example documentation to correct location 2013-12-20 10:37:43 +01:00
examples.pro Doc: corrected link/example errors 2014-01-31 16:18:07 +01:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

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.