aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/tutorials/qmlintegration/Main
Commit message (Collapse)AuthorAgeFilesLines
* doc: Avoid same name for directory and main qml fileCristián Maureira-Fredes2024-11-112-162/+0
| | | | | | | | | | | | | | | | | | Discovered while testing deployment on macOS, nuitka fails when the directory and file (e.g. Main/Main.qml) have the same name. This might be able to be fixed by other arguments or even upstream in Nuitka, this is a simple change that will encourage people not to use the same name in the meantime Pick-to: 6.8 Fixes: PYSIDE-2919 Task-number: PYSIDE-2910 Change-Id: I596d820e4a30996f9cf934a9f93e6436e51ad0d2 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Documentation: Rewrite 'QML Integration' to use loadFromModule()Friedemann Kleint2024-08-082-0/+162
As a drive-by, change the resource file name to the naming convention used by pyside6-project and fix some snippet lines. Pick-to: 6.7 Task-number: PYSIDE-2833 Change-Id: Id73b0584e45a58f20eb1a53892943119fe4db6a4 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>