blob: ae02153e49d7b1c5800f20edf2b938d31ba3265a (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
|project| Tutorials
====================
A collection of tutorials with walkthrough guides are
provided with |project| to help new users get started.
Some of 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.
Before you start
----------------
If you have not installed PySide yet, remember to check the
`Quick Start <../quickstart.html>`_ section.
.. toctree::
:maxdepth: 1
pretutorial/whatisqt.rst
pretutorial/whichide.rst
pretutorial/whatisshiboken.rst
pretutorial/typesoffiles.rst
pretutorial/distribution.rst
Qt Widgets: Basic tutorials
---------------------------
If you want to see the available widgets in action, you can check the
`Qt Widget Gallery <https://doc.qt.io/qt-6/gallery.html>`_ to learn their
names and how they look like.
.. toctree::
:maxdepth: 1
basictutorial/widgets.rst
basictutorial/clickablebutton.rst
basictutorial/dialog.rst
basictutorial/tablewidget.rst
basictutorial/treewidget.rst
basictutorial/uifiles.rst
basictutorial/qrcfiles.rst
basictutorial/translations.rst
basictutorial/widgetstyling.rst
Quick/QML: Basic tutorials
--------------------------
.. toctree::
:maxdepth: 1
basictutorial/qml.rst
qmlintegration/qmlintegration.rst
Real use-cases applications
---------------------------
.. toctree::
:maxdepth: 1
qmlapp/qmlapplication.rst
qmlsqlintegration/qmlsqlintegration.rst
..
datavisualize/index.rst
..
expenses/expenses.rst
C++ and Python
--------------
.. toctree::
:maxdepth: 1
portingguide/index.rst
|