This change adds the wizards from qtcanvas3d/creatortemplates (a plain
Canvas3d application and a three.js application wizard) in a combined
form as json wizard.
Change-Id: Ieef2fe388bff279b6a158097c094dae212bf89cb
Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
* \uicontrol fixes
* More acurately describe what a custom wizard can do now
* Do not mention class wizards anymore: They got merged into
file wizards
* Remove table summarizing JSON and XML wizards and just recommend
using JSON wizards instead.
* Fix documentation on wizard locations
* Add section with tips for wizard development
Change-Id: I1485aad1a11394035313ca83063572503af73f97
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Consistently use CMake without \c, update examples to current Qt
installers.
Change-Id: I92759c82af150ca6be32ae67bc9d920e2eff7987
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Names have their own field in the UI now, no more need to double-click
in the table. Do some markup-cleanups while at it.
Change-Id: I7f456f8455a54c9ae05ffc8ab73aa8f8f6cc1e22
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Update text to match the template and UI.
Use the \example command instead of \page to have qdoc
generate HTML files from the example files. This requires
also adding the .pro file.
Add an SVG image to the sources and link to it from the
text.
Change-Id: Ib90798386ee082c9ea2a405b33a4f2a5996a9d2a
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
The v8 tab has been removed and QML_DISABLE_OPTIMIZER has been removed
from qtdeclarative a long time ago.
Change-Id: Ifaa20c4d02b5d6aad857d68a1cc5a0654710399d
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
To match the changes in the application templates
and the Qt Quick Designer UI.
Use the \example command to create an HTML of the
example QML file.
Change-Id: I4da7d5f3f14ae7a1e9597204cb9dbcd54c4127cd
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Based on the Qt Quick Controls UI Forms example.
Change-Id: Iec42b7559161f980e4f482c63bfc40a22f5e77f8
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Text is unchanged, but the markup has seen some changes. A couple of \c
were added around code constructs where that was missing and the \uicontrol
cleanups were applied.
Change-Id: I0f9e840f831d777a82665316a7d42b94eb1f8574
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This should not change the text in any substantial way
Change-Id: I837cc628d831636c186958485b8315c8d6895713
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Again no text change, just reformatting it to a width of 80 characters
Change-Id: I3292932e4e672d3502e3f7100433f56e970d8deb
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
No text change, just reformating to a line length of 80 characters
Change-Id: I36c0b2526ce5646f5aeddb3b5e87d8a480d78b39
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
That is a key feature in my opinion.
Change-Id: Ib56818e67c8120ba2aef83723279405b5ed359b3
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
No text change, just adjusting the line length for easier readability
in an text editor.
Change-Id: Id4eff9502eb8dd9d0a2dac8a7136f7ed4ffaa6ae
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Add \c before color code, break one line that was too long
Change-Id: Ic5b2fe86919634969b5e5bc35c73d70d2ceab2fb
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
\uicontrol split up, \key clean-up (but Ctrl++ does look wrong!), but
no other text changes
Change-Id: I4e831d48554bf6abc031a3061e01899b4ca64dc2
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Only add space between \uicontrol and { (as is done almost everywhere
else).
Change-Id: I4e5a1e2c8fb1ccb5048da79ef31c11a5a3a6bba7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Add \c for ".pro" file ending referrenced in the text.
No other text change
Change-Id: I2134432bebc7fb66dfe0ddc6e709946a437af84c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Add a \c, split \uicontrols, but no other text changes
Change-Id: Ieadf1c277875a9617ab633084f122975cf68e661
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Use {} only when several words are grouped together and split up
sequences like "\uicontrol { Tools > Options > ... }" into
\uicontrol Tools > \uicontrol Options > ...
Change-Id: Ia63a987db754d941f8875337c43728d05b5a9f14
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Make \uicontrol usage more consistent with elsewhere, but no text
changes besides that
Change-Id: I8bb6cd73e7270310898ba0ba50e0372b0d6c6f9b
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>