aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtPrintSupport.rst
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-15 08:14:51 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-16 07:59:29 +0100
commit8fb276b5d8436e2ec84e1b9d3f24a77fb2863017 (patch)
tree2edd6065bf1685ee28830ceccccd1feaf78ead83 /sources/pyside6/doc/extras/QtPrintSupport.rst
parent8b79b1ce2cb0353c85919600a1ff269e56a537e6 (diff)
PySide6/Documentation: Add module descriptions
Add module descriptions and a README.md on how to create them. Pick-to: 6.2 Change-Id: I627205843bedd74e625d14da718e42faac0a2c68 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/extras/QtPrintSupport.rst')
-rw-r--r--sources/pyside6/doc/extras/QtPrintSupport.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/sources/pyside6/doc/extras/QtPrintSupport.rst b/sources/pyside6/doc/extras/QtPrintSupport.rst
new file mode 100644
index 000000000..146ef6a9f
--- /dev/null
+++ b/sources/pyside6/doc/extras/QtPrintSupport.rst
@@ -0,0 +1,15 @@
+The Qt Print Support module provides extensive cross-platform support for
+printing. Using the printing systems on each platform, Qt applications can
+print to attached printers and across networks to remote printers. The printing
+system also supports PDF file generation, providing the foundation for basic
+report generation facilities.
+
+Using the Module
+^^^^^^^^^^^^^^^^
+
+To include the definitions of modules classes, use the following
+directive:
+
+::
+
+ import PySide6.QtPrintSupport