forked from qt-creator/qt-creator
Doc: State that Qt Quick Projects cannot be deployed to mobile
...or embedded. Suggest creating an application, instead. Task-number: QTCREATORBUG-17708 Change-Id: I6b5b1f26bde0d281f162bc68d5cb9088e8fc79cd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
@@ -178,8 +178,11 @@
|
|||||||
\li Qt Quick UI
|
\li Qt Quick UI
|
||||||
|
|
||||||
Use a single QML file that contains the main view. You can
|
Use a single QML file that contains the main view. You can
|
||||||
review Qt Quick UI projects in a \l{Previewing QML Files}
|
review \l{Creating Qt Quick UI Projects}{Qt Quick UI projects}
|
||||||
{preview tool} and you need not build them.
|
in a \l{Previewing QML Files}{preview tool} and you need not
|
||||||
|
build them. Qt Quick UI projects cannot be deployed to embedded
|
||||||
|
or mobile target platforms. For those platforms, create a
|
||||||
|
Qt Quick application instead.
|
||||||
|
|
||||||
\li Qt Quick Controls UI
|
\li Qt Quick Controls UI
|
||||||
|
|
||||||
|
|||||||
@@ -63,10 +63,13 @@
|
|||||||
\l{http://threejs.org}{three.js}.
|
\l{http://threejs.org}{three.js}.
|
||||||
|
|
||||||
\li \uicontrol {Qt Quick UI} (in the \uicontrol {Other Project}
|
\li \uicontrol {Qt Quick UI} (in the \uicontrol {Other Project}
|
||||||
category) creates a Qt Quick UI project with a single QML file that
|
category) creates a \l{Creating Qt Quick UI Projects}
|
||||||
|
{Qt Quick UI project} with a single QML file that
|
||||||
contains the main view. You can review Qt Quick UI projects in a
|
contains the main view. You can review Qt Quick UI projects in a
|
||||||
\l{Previewing QML Files}{preview tool} and you need not build them.
|
\l{Previewing QML Files}{preview tool} and you need not build them.
|
||||||
They do not contain any C++ code.
|
Qt Quick UI projects cannot be deployed to embedded or mobile
|
||||||
|
target platforms. For those platforms, create a Qt Quick application
|
||||||
|
instead.
|
||||||
|
|
||||||
\li \uicontrol {Qt Quick Controls UI} is like \uicontrol {Qt Quick UI},
|
\li \uicontrol {Qt Quick Controls UI} is like \uicontrol {Qt Quick UI},
|
||||||
but using Qt Quick Controls.
|
but using Qt Quick Controls.
|
||||||
@@ -124,6 +127,18 @@
|
|||||||
|
|
||||||
\section1 Creating Qt Quick UI Projects
|
\section1 Creating Qt Quick UI Projects
|
||||||
|
|
||||||
|
Qt Quick UI projects are useful for testing or prototyping user interfaces,
|
||||||
|
or for setting up a separate project just for QML editing, for example. You
|
||||||
|
cannot use them for application development, because they do not contain:
|
||||||
|
|
||||||
|
\list
|
||||||
|
\li C++ code
|
||||||
|
\li Resource files (.qrc)
|
||||||
|
\li Code needed for deploying applications to mobile or embedded devices
|
||||||
|
\endlist
|
||||||
|
|
||||||
|
To create a Qt Quick UI project:
|
||||||
|
|
||||||
\list 1
|
\list 1
|
||||||
|
|
||||||
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
\li Select \uicontrol File > \uicontrol {New File or Project} >
|
||||||
|
|||||||
Reference in New Issue
Block a user