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:
Leena Miettinen
2021-03-16 10:29:55 +01:00
parent e9bf841dc9
commit a10ee88437
19 changed files with 150 additions and 149 deletions

View File

@@ -477,46 +477,46 @@
\row
\li M220
\li Error
\li This type (type name) is not supported as a root element of a Qt
Quick UI form.
\li This type (type name) is not supported as a root element of a
UI file (.ui.qml).
\li
\row
\li M221
\li Error
\li This type (type name) is not supported in a Qt Quick UI form.
\li This type (type name) is not supported in a UI file (.ui.qml).
\li
\row
\li M222
\li Error
\li Functions are not supported in a Qt Quick UI form.
\li Functions are not supported in a UI file (.ui.qml).
\li For a list of supported JavaScript functions, see
\l{Supported Methods}.
\row
\li M223
\li Error
\li Java Script blocks are not supported in a Qt Quick UI form.
\li Java Script blocks are not supported in a UI file (.ui.qml).
\li
\row
\li M224
\li Error
\li Behavior type is not supported in a Qt Quick UI form.
\li Behavior type is not supported in a UI file (.ui.qml).
\li
\row
\li M225
\li Error
\li States are only supported in the root item in a Qt Quick UI form.
\li States are only supported in the root item in a UI file (.ui.qml).
\li
\row
\li M226
\li Error
\li Referencing the parent of the root item is not supported in a Qt
Quick UI form.
\li Referencing the parent of the root item is not supported in a
UI file (.ui.qml).
\li
\row