aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/tutorials/index.rst')
-rw-r--r--sources/pyside6/doc/tutorials/index.rst42
1 files changed, 42 insertions, 0 deletions
diff --git a/sources/pyside6/doc/tutorials/index.rst b/sources/pyside6/doc/tutorials/index.rst
new file mode 100644
index 000000000..a159725a7
--- /dev/null
+++ b/sources/pyside6/doc/tutorials/index.rst
@@ -0,0 +1,42 @@
+|project| Tutorials
+====================
+
+A collection of tutorials with "walkthrough" guides are
+provided with |project| to help new users get started. These
+documents were ported from C++ to Python and cover a range of topics,
+from basic use of widgets to step-by-step tutorials that show how an
+application is put together.
+
+Basic tutorials
+---------------
+
+.. toctree::
+ :maxdepth: 1
+
+ basictutorial/widgets.rst
+ basictutorial/qml.rst
+ basictutorial/clickablebutton.rst
+ basictutorial/dialog.rst
+ basictutorial/uifiles.rst
+ basictutorial/qrcfiles.rst
+ basictutorial/widgetstyling.rst
+
+Real use-cases applications
+---------------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ datavisualize/index.rst
+ expenses/expenses.rst
+ qmlapp/qmlapplication.rst
+ qmlintegration/qmlintegration.rst
+ qmlsqlintegration/qmlsqlintegration.rst
+
+C++ and Python
+--------------
+
+.. toctree::
+ :maxdepth: 1
+
+ portingguide/index.rst