aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-14 12:35:51 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-14 14:39:58 +0000
commit56d52e128a3aa23605889fee3e18b64b80cd9639 (patch)
tree674843146d0fdfb28674ef85091bd805c15ccb1b
parent76cbcbcc037a8eeae7b604f34005ef9797b6023b (diff)
Docs: Add pyside6-qml
Task-number: PYSIDE-2640 Change-Id: I03e42470055448d84899f7a167bd1a3dd3f41efc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 50f0a7970bc3ab4e2ec5875b820824f959db1bca) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/gettingstarted/package_details.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/sources/pyside6/doc/gettingstarted/package_details.rst b/sources/pyside6/doc/gettingstarted/package_details.rst
index 5f42a8872..8551cdcd6 100644
--- a/sources/pyside6/doc/gettingstarted/package_details.rst
+++ b/sources/pyside6/doc/gettingstarted/package_details.rst
@@ -160,6 +160,14 @@ QML Development
to compile QML to bytecode at compile time for bundling inside the
binary.
+ .. grid-item-card:: ``pyside6-qml``
+ :link: qml-chapter6-plugins-example
+ :link-type: ref
+
+ to enable quick prototyping with QML files. This tool mimics the capabilities of Qt's
+ ``qml`` runtime utility by directly invoking QQmlEngine/QQuickView. For usage, see
+ :ref:`qml-chapter6-plugins-example`.
+
Translations
~~~~~~~~~~~~