qt5base-lts/examples
Shawn Rutledge e498a1d09d Tablet example: add a menu item to clear the canvas
It's annoying to have to kill the app and start over when it gets too
cluttered.

Change-Id: Ic72e372e5742de4e7c6bb818a3150283498a517b
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2018-08-23 12:57:01 +00:00
..
aggregate
corelib cbordump: Fix build with linux-clang-libc++ 2018-07-12 09:42:28 +00:00
dbus Doc: Add references to QDBusAbstractAdaptor implementation example 2018-06-29 05:16:04 +00:00
embedded Change almost all other uses of qrand() to QRandomGenerator 2017-11-08 09:14:03 +00:00
gui Provide presets for QGradient 2018-05-31 15:50:50 +00:00
network DTLS server - use the proper TLS configuration 2018-08-10 03:46:45 +00:00
opengl Merge remote-tracking branch 'origin/5.11' into dev 2018-07-02 11:23:45 +02:00
qmake
qpa Examples: Replace 'Q_DECL_OVERRIDE' by 'override' 2016-06-15 09:32:30 +00:00
qtconcurrent Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
qtestlib Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-06 15:36:44 +02:00
sql Doc: Add menu bar to Books example 2018-06-21 14:23:27 +00:00
touch qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
vulkan Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
widgets Tablet example: add a menu item to clear the canvas 2018-08-23 12:57:01 +00:00
xml Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +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.