aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-02-03 15:35:08 +0100
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2023-02-03 15:44:14 +0100
commitd0540035e8610945017d417f823dbe85a173498a (patch)
tree53a25f6fe93254591dd8243fd2cc6529c5c78c74 /examples/quick
parentdb40e3e07932576bc54cd922eecd423c0f675613 (diff)
doc: fix build warnings
Issues were found related to images, indentation level, and old references. Pick-to: 6.4 Change-Id: Idb343d4b3660ec44148fffd2de978ea868c56e90 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/window/doc/window.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/window/doc/window.rst b/examples/quick/window/doc/window.rst
index 8736bb629..6a8f73eed 100644
--- a/examples/quick/window/doc/window.rst
+++ b/examples/quick/window/doc/window.rst
@@ -17,7 +17,7 @@ For the "shared" module approach to work with QML and rcc, you need:
* A module definition *qmldir* file
* A Qt Resource Collection file (.qrc) specifying all the QML files and other
-resources, plus the *qmldir* file
+ resources, plus the *qmldir* file
The .qrc file is the input to rcc. This will generate a Python module (called
*shared_rc* here) that can then be imported from the Python code. At runtime,
@@ -28,7 +28,7 @@ module.
For the example, rcc needs:
* A Qt Resource Collection file (.qrc) specifying all the QML files and other
-resources. There is no qmldir file here because this is not a module.
+ resources. There is no qmldir file here because this is not a module.
This will generate a Python module (called *window_rc* here) that can then be
imported from the Python code. Again, only the Python module is needed at