aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tools
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/tools')
-rw-r--r--sources/pyside6/doc/tools/index.rst6
-rw-r--r--sources/pyside6/doc/tools/pyside6-svgtoqml.rst16
2 files changed, 22 insertions, 0 deletions
diff --git a/sources/pyside6/doc/tools/index.rst b/sources/pyside6/doc/tools/index.rst
index 41d4697db..d2ac04e32 100644
--- a/sources/pyside6/doc/tools/index.rst
+++ b/sources/pyside6/doc/tools/index.rst
@@ -99,6 +99,12 @@ QML Development
the capabilities of Qt's ``QML`` runtime utility by
directly invoking QQmlEngine/QQuickView.
+ .. grid-item-card:: ``pyside6-svgtoqml``
+ :link: pyside6-svgtoqml
+ :link-type: ref
+
+ to convert SVG files to QML files.
+
Translations
~~~~~~~~~~~~
diff --git a/sources/pyside6/doc/tools/pyside6-svgtoqml.rst b/sources/pyside6/doc/tools/pyside6-svgtoqml.rst
new file mode 100644
index 000000000..3abf221d1
--- /dev/null
+++ b/sources/pyside6/doc/tools/pyside6-svgtoqml.rst
@@ -0,0 +1,16 @@
+.. _pyside6-svgtoqml:
+
+pyside6-svgtoqml
+================
+
+``pyside6-svgtoqml`` is a command line tool that converts SVG files to
+QML files. This QML file can then be used as a component in Qt Quick
+applications.
+
+.. note::
+
+ This tool is a wrapper around the Qt `svgtoqml <SVGtoQML Manual_>`_
+ tool. For more information on how to use this tool, refer to the
+ `svgtoqml <SVGtoQML Manual_>`_ manual.
+
+.. _`SVGtoQML Manual`: https://doc.qt.io/qt-6/qtqml-tooling-svgtoqml.html