diff options
| author | Jaime Resano <Jaime.Resano-Aisa@qt.io> | 2025-03-10 17:06:36 +0100 |
|---|---|---|
| committer | Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2025-07-29 14:12:10 +0200 |
| commit | efd8944b263a099e901ab588bc2d9357554f6ead (patch) | |
| tree | 17e30db34633188558e5878535f6e8b86d9a7895 /sources/pyside6/doc/tutorials/index.rst | |
| parent | 7ddd042bf3080ac354ea5c673ba244ea0796117e (diff) | |
Add Qt Design Studio tutorial
Add a new Qt Design Studio tutorial to the documentation. The "Drumpad"
example is added to the examples/tutorials folder, with both initial and
final projects.
The required Sounds are in a directory at the same level as both
tutorials in order to reduce space.
Change-Id: I59fdd662775ae48ee04e663d4aa5aa8cb333fcd5
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'sources/pyside6/doc/tutorials/index.rst')
| -rw-r--r-- | sources/pyside6/doc/tutorials/index.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sources/pyside6/doc/tutorials/index.rst b/sources/pyside6/doc/tutorials/index.rst index e9349f0c9..a57aecf6e 100644 --- a/sources/pyside6/doc/tutorials/index.rst +++ b/sources/pyside6/doc/tutorials/index.rst @@ -218,6 +218,25 @@ General Applications expenses/expenses.rst embedded/boot2qt.md +Qt Design Studio +---------------- + +.. grid:: 1 3 3 3 + :gutter: 2 + + .. grid-item-card:: Qt Design Studio integration tutorial + :class-item: cover-img + :link: tutorial_qt_design_studio_integration + :link-type: ref + :img-top: drumpad/resources/drumpad.png + + Export a Qt Design Studio project to create a PySide6 application + +.. toctree:: + :hidden: + + drumpad/index.rst + Qt Overviews ------------ |
