qt5base-lts/examples
Laszlo Agocs 85f127cb04 Revise an incorrect QVulkanWindow doc note
Applying the transformation in question has no effect on the winding
order. Rewrite that section.

While all the examples are correct, clarify the rules for the geometry
they use since the winding order varies. Fix up the triangle example code
to use front=CCW for clarity (even though it does not matter much since
culling is off there).

Change-Id: Icb968c76cc9fa918a5608d3c66b4fccd5668175e
Reviewed-by: Christian Stromme <christian.stromme@qt.io>
2018-09-06 09:17:53 +00:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
corelib Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +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 rasterwindow: End painting on device before ending on backingstore 2018-01-29 11:15:24 +00:00
network Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
opengl Doc: Add Hello GLES3 example 2018-06-26 07:58:39 +00: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 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 Revise an incorrect QVulkanWindow doc note 2018-09-06 09:17:53 +00:00
widgets Examples: Fix minor bug in Tree Model Completer Example 2018-08-30 13:14: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 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.