summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTitta Heikkala <titta.heikkala@theqtcompany.com>2015-05-27 10:05:44 +0300
committerPasi Keränen <pasi.keranen@digia.com>2015-05-27 07:29:56 +0000
commitb6434f4665f3e1f5fc7786494efd1f138ffb3a27 (patch)
treeece6e4b80e5db6433781727de0b3827fcb4d8f46
parent9634dc62651202c2588ff7f531883bbde0ce8992 (diff)
Updated Getting Started documentation
Added section that describes the wizard template provided with the module. Change-Id: Id07f612e7fa2623103f44253fe666b52f160d485 Reviewed-by: Tomi Korpipää <tomi.korpipaa@theqtcompany.com> Reviewed-by: Pasi Keränen <pasi.keranen@digia.com>
-rw-r--r--src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc b/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc
index 3a48b67..4f6c052 100644
--- a/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc
+++ b/src/imports/qtcanvas3d/doc/src/qtcanvas3d.qdoc
@@ -154,6 +154,17 @@
For a simple Canvas3D example, see the \l {Lit and Textured Cube Example}.
For all examples, check out \l {Qt Canvas 3D Examples}.
+
+ \section1 Creating Qt Canvas 3D Project
+
+ For convenience, Qt Canvas 3D comes with a Qt Creator wizard template. The template is
+ provided with the source package and can be found under \e{creatortemplates} folder. The Qt
+ Canvas 3D wizard creates a project that includes QML and JavaScript files. It also has, by
+ default, code that draws a cube.
+
+ In order to use the wizard template it needs to be copied to the correct location. For more
+ details of the correct location, please see
+ \l {http://doc.qt.io/qtcreator/creator-project-wizards.html#locating-wizards}{Locating Wizards}.
*/
/*!