summaryrefslogtreecommitdiff
path: root/docs/qtqml.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qtqml.rst')
-rw-r--r--docs/qtqml.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/qtqml.rst b/docs/qtqml.rst
index b5795b4..e7e1ae1 100644
--- a/docs/qtqml.rst
+++ b/docs/qtqml.rst
@@ -7,16 +7,16 @@ The Qt QML Code generator creates a pure QML implementation of the provided QFac
This allows developers to start early with an QML only implementation and later switch to an QtCPP based implementation, without changing the HMI code.
.. note::
-
+
As the HMI is limited to the API there might still be differences in behavior of the two implementations. This is in the nature of APIs and might lead to different result.
For each module the genrator creates a module JS file, which contains the enums and factory methods for the structure. A structure is in the pure QML implementation just a JS object with correct attributes set.
The interfaces are generates as QtObject types and contain the typical properties, operations and signals.
-.. ruby:: Code Generation
+.. rubric:: Code Generation
-.. code-block:: yml
+.. code-block:: yaml
for each module:
- qmldir