forked from qt-creator/qt-creator
Doc: Update info on component files and exporting components
- Rename "Qt Quick UI Forms" as "UI Files" - Rename "Exporting QML" as "Exporting Components" Task-number: QDS-3778 Change-Id: I8aa4afbb7391fe04dbcee8f68bcc6407a855b65a Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -36,16 +36,16 @@
|
||||
You will need the following files:
|
||||
|
||||
\list
|
||||
\li Qt Quick file that will specify the API of the UI
|
||||
\li Component file (.qml) that will specify the API of the UI
|
||||
\li JavaScript file that generates mock data for the UI.
|
||||
For more information about using JavaScript, see
|
||||
\l{Integrating QML and JavaScript}.
|
||||
\li Module definition file (\e qmldir) that declares the QML type
|
||||
you specify in the Qt Quick file. For more information, see
|
||||
\li Module definition file (\e qmldir) that declares the component
|
||||
(QML type) you specify in the UI file. For more information, see
|
||||
\l {Module Definition qmldir Files}.
|
||||
\endlist
|
||||
|
||||
Here, you will create a QML type based on the QObject class that will
|
||||
Here, you will create a component based on the QObject class that will
|
||||
be registered as a singleton type. This enables the use of global
|
||||
property values in the UI.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user