aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/doc/tutorials/index.rst
blob: 5b8fe9361ffcd66ca2e3d2611d7803eea42f38d0 (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
Qt for Python examples and tutorials
*************************************

A collection of examples and 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.

Examples and demos
===================

.. toctree::
   :maxdepth: 1

   examples/tabbedbrowser.rst
   ../pyside-examples/all-pyside-examples.rst

Tutorials
==========

.. toctree::
    :maxdepth: 2

    basictutorial/widgets.rst
    basictutorial/qml.rst
    basictutorial/clickablebutton.rst
    basictutorial/dialog.rst
    basictutorial/uifiles.rst
    datavisualize/index.rst
    expenses/expenses.rst
    qmlapp/qmlapplication.rst
    qmlintegration/qmlintegration.rst
    portingguide/index.rst