aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/considerations.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-17 15:28:26 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-17 17:48:09 +0200
commit06d0883fb4758525f198cf848a45a31026ecb56f (patch)
tree53dd6c4e58f478d2f7c4bf34142ada256f5ac283 /sources/pyside6/doc/considerations.rst
parent1fcc2323b7e85ba7f71e81a97eb36567f74b37a9 (diff)
PySide6: Add some information on the tools
Task-number: PYSIDE-1378 Change-Id: I9433fd3b1d4d09c6a7d961d67c103ccd651e5beb Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/considerations.rst')
-rw-r--r--sources/pyside6/doc/considerations.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/pyside6/doc/considerations.rst b/sources/pyside6/doc/considerations.rst
index b52b43aa0..08e53e329 100644
--- a/sources/pyside6/doc/considerations.rst
+++ b/sources/pyside6/doc/considerations.rst
@@ -203,3 +203,22 @@ More about features
-------------------
Detailed info about features can be found here: :ref:`feature-why`
+
+Tools
+-----
+
+|project| ships some Qt tools:
+
+* ``pyside6-rcc``: Qt Resource Compiler. This is a command line tool
+ that compiles ``.qrc`` files containing binary data, for example images,
+ into executable Python code (see :ref:`using_qrc_files`).
+* ``pyside6-uic``: Qt User Interface Compiler. This is a command line tool
+ that compiles ``.ui`` files containing designs of Qt Widget-based forms
+ into executable Python code (see :ref:`using_ui_files`).
+* ``pyside6-assistant``: Qt Help Viewer. This is a graphical tool that can
+ be used to view Qt documentation from Qt Compressed Help files (``.qhc``).
+ Currently, only the binary without documentation sets is shipped to reduce the
+ wheel size. For building the documentation, see :ref:`building_documentation`.
+* ``pyside6-designer``: Qt User Interface Designer. This is a graphical tool
+ to create designs of Qt Widget-based forms and use custom widgets
+ (see :ref:`using_ui_files`, :ref:`designer_custom_widgets`).