Doc: Update info about available project wizard templates

The Qt Quick Application wizard template was simplified.

Change-Id: I716d8d03aa508b6f8204b028c5e11691e1e469c3
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Leena Miettinen
2021-10-07 12:14:17 +02:00
parent a95ee64fed
commit ac2906cd60
4 changed files with 31 additions and 72 deletions

View File

@@ -119,7 +119,8 @@
select \uicontrol {REPL Import File}. To also import all functions from
the file, select \uicontrol {REPL Import *}.
Open the .ui file in the Design mode to create a widget-based UI in \QD.
Open the .ui file in the \uicontrol Design mode to create a widget-based UI
in \QD.
The \uicontrol Window wizard adds similar code to the source file, without
the UI bits.
@@ -188,7 +189,8 @@
sys.exit(app.exec_())
\endcode
Open the .qml file in the Design mode to design a Qt Quick UI in \QMLD.
Open the .qml file in the \uicontrol Edit mode to design a Qt Quick UI, or
use \QDS.
//! [python qml project wizards]
*/