diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-11-02 16:11:52 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2020-11-02 16:12:04 +0000 |
| commit | 25180730194bec25f915f32ab846ea583fb1493f (patch) | |
| tree | 9a73e0336ecf21e085d99d6a651c5547b9eb99f8 /sources/pyside2/doc/tutorials/index.rst | |
| parent | 6e3e7b9ca0548430aaa5e2555d6e02c64625fa3f (diff) | |
Rename PySide2 to PySide6
Adapt CMake files, build scripts, tests and examples.
Task-number: PYSIDE-904
Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside2/doc/tutorials/index.rst')
| -rw-r--r-- | sources/pyside2/doc/tutorials/index.rst | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/sources/pyside2/doc/tutorials/index.rst b/sources/pyside2/doc/tutorials/index.rst deleted file mode 100644 index a159725a7..000000000 --- a/sources/pyside2/doc/tutorials/index.rst +++ /dev/null @@ -1,42 +0,0 @@ -|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 |
