forked from qt-creator/qt-creator
Wizard: Fix misspelling
Change-Id: Iabf0655fd9d8690e7d18d0cc2366bcbf43835916 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
\uicontrol {Define Project Details} dialog.
|
\uicontrol {Define Project Details} dialog.
|
||||||
|
|
||||||
\li Select the Qt version to develop with in the
|
\li Select the Qt version to develop with in the
|
||||||
\uicontrol {Minimal required Qt version} field.
|
\uicontrol {Minimum required Qt version} field.
|
||||||
The Qt version determines the Qt Quick imports
|
The Qt version determines the Qt Quick imports
|
||||||
that are used in the QML files.
|
that are used in the QML files.
|
||||||
|
|
||||||
@@ -200,7 +200,7 @@
|
|||||||
\li Select \uicontrol Next (or \uicontrol Continue on \macos) to open
|
\li Select \uicontrol Next (or \uicontrol Continue on \macos) to open
|
||||||
the \uicontrol {Define Project Details} dialog.
|
the \uicontrol {Define Project Details} dialog.
|
||||||
|
|
||||||
\li In the \uicontrol {Minimal required Qt version} field, select the Qt
|
\li In the \uicontrol {Minimum required Qt version} field, select the Qt
|
||||||
version to develop with. The Qt version determines the Qt Quick
|
version to develop with. The Qt version determines the Qt Quick
|
||||||
imports that are used in the QML files.
|
imports that are used in the QML files.
|
||||||
|
|
||||||
|
@@ -56,7 +56,7 @@
|
|||||||
\li Select \uicontrol Next to open the
|
\li Select \uicontrol Next to open the
|
||||||
\uicontrol {Define Project Details} dialog.
|
\uicontrol {Define Project Details} dialog.
|
||||||
|
|
||||||
\li In the \uicontrol {Minimal required Qt version} field, select
|
\li In the \uicontrol {Minimum required Qt version} field, select
|
||||||
Qt 6.2.
|
Qt 6.2.
|
||||||
|
|
||||||
\li Select \uicontrol Next to open the \uicontrol {Translation File}
|
\li Select \uicontrol Next to open the \uicontrol {Translation File}
|
||||||
|
@@ -80,7 +80,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "QtVersion",
|
"name": "QtVersion",
|
||||||
"trDisplayName": "Minimal required Qt version:",
|
"trDisplayName": "Minimum required Qt version:",
|
||||||
"type": "ComboBox",
|
"type": "ComboBox",
|
||||||
"persistenceKey": "QtQuick.minimumQtVersion",
|
"persistenceKey": "QtQuick.minimumQtVersion",
|
||||||
"data":
|
"data":
|
||||||
|
@@ -83,7 +83,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "QtVersion",
|
"name": "QtVersion",
|
||||||
"trDisplayName": "Minimal required Qt version:",
|
"trDisplayName": "Minimum required Qt version:",
|
||||||
"type": "ComboBox",
|
"type": "ComboBox",
|
||||||
"persistenceKey": "QtQuick.minimumQtVersion",
|
"persistenceKey": "QtQuick.minimumQtVersion",
|
||||||
"data":
|
"data":
|
||||||
|
@@ -38,7 +38,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name": "QtVersion",
|
"name": "QtVersion",
|
||||||
"trDisplayName": "Minimal required Qt version:",
|
"trDisplayName": "Minimum required Qt version:",
|
||||||
"type": "ComboBox",
|
"type": "ComboBox",
|
||||||
"data":
|
"data":
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user