aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-14 12:35:51 +0100
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-03-14 14:13:28 +0100
commit50f0a7970bc3ab4e2ec5875b820824f959db1bca (patch)
tree8768fe1843c9313ec8404dfc7fc741a81b5ad3d4 /sources/pyside6/doc
parent76b01d1b19c0e218b6e06c6a8a18a8a1ff8cb5e6 (diff)
Docs: Add pyside6-qml
Pick-to: 6.6 Task-number: PYSIDE-2640 Change-Id: I03e42470055448d84899f7a167bd1a3dd3f41efc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/pyside6/doc')
-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
~~~~~~~~~~~~