aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/index.rst
blob: ca7ae49638b514336f5b93c2349eb1f5da301839 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|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

    qmlapp/qmlapplication.rst
    qmlintegration/qmlintegration.rst
    qmlsqlintegration/qmlsqlintegration.rst
..
    datavisualize/index.rst
..
    expenses/expenses.rst

C++ and Python
--------------

.. toctree::
    :maxdepth: 1

    portingguide/index.rst