Added some QML tutorials to the documentation.
This commit is contained in:
parent
a7263b23e0
commit
610fc659e8
62 changed files with 2925 additions and 1 deletions
10
doc/tutorials/index.rst
Normal file
10
doc/tutorials/index.rst
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
PySide tutorials
|
||||
****************
|
||||
|
||||
A collection of tutorials and "walkthrough" guides are provided with PySide to help new users get started with PySide development. 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.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
qmltutorial/index.rst
|
||||
qmladvancedtutorial/index.rst
|
||||
Loading…
Add table
Add a link
Reference in a new issue