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.
|
||||
|
||||
\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
|
||||
that are used in the QML files.
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
\li Select \uicontrol Next (or \uicontrol Continue on \macos) to open
|
||||
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
|
||||
imports that are used in the QML files.
|
||||
|
||||
|
@@ -56,7 +56,7 @@
|
||||
\li Select \uicontrol Next to open the
|
||||
\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.
|
||||
|
||||
\li Select \uicontrol Next to open the \uicontrol {Translation File}
|
||||
|
@@ -80,7 +80,7 @@
|
||||
[
|
||||
{
|
||||
"name": "QtVersion",
|
||||
"trDisplayName": "Minimal required Qt version:",
|
||||
"trDisplayName": "Minimum required Qt version:",
|
||||
"type": "ComboBox",
|
||||
"persistenceKey": "QtQuick.minimumQtVersion",
|
||||
"data":
|
||||
|
@@ -83,7 +83,7 @@
|
||||
[
|
||||
{
|
||||
"name": "QtVersion",
|
||||
"trDisplayName": "Minimal required Qt version:",
|
||||
"trDisplayName": "Minimum required Qt version:",
|
||||
"type": "ComboBox",
|
||||
"persistenceKey": "QtQuick.minimumQtVersion",
|
||||
"data":
|
||||
|
@@ -38,7 +38,7 @@
|
||||
[
|
||||
{
|
||||
"name": "QtVersion",
|
||||
"trDisplayName": "Minimal required Qt version:",
|
||||
"trDisplayName": "Minimum required Qt version:",
|
||||
"type": "ComboBox",
|
||||
"data":
|
||||
{
|
||||
|
Reference in New Issue
Block a user