aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted/package_details.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/gettingstarted/package_details.rst')
-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
~~~~~~~~~~~~