aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery
Commit message (Collapse)AuthorAgeFilesLines
* Quick Controls gallery example: Replace the rc file by a zlib-compressed oneFriedemann Kleint2025-10-021-697/+626
| | | | | | | | | | | | For some reason, the zstd-compressed one does not work on ARM64. Amends 5d800060c4b72e4caaceb380952585b5649d3e2b. Task-number: PYSIDE-2206 Pick-to: 6.10 Change-Id: Iae0e8be64b0cb7fd261003b4884eaaefa27f3510 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit 8dea7ef6d3b34cb84278e082a9dc354da0041616) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Documentation: Fix missing files of the Quick Controls gallery exampleFriedemann Kleint2025-09-181-18/+26
| | | | | | | | | Amends 0308f3f51b3c30830f181e9a62c4fe75aecff22c. Task-number: PYSIDE-2206 Pick-to: 6.10 6.9 Change-Id: I2a9655c53425bc604844fcf544f1dbbb3e947b1f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Update gallery example QML filesFriedemann Kleint2025-09-0939-1677/+3320
| | | | | | | | | | | | Adapt to the changes up to qtdeclarative/aa86812fed59516313e561dfa40cdf77956857f4. This adds a number of new controls, new styles and fixes a warning: file::/gallery.qml:48:5: QML Shortcut: Shortcut: Only binding to one of multiple key bindings associated with 1. Use 'sequences: [ <key> ]' to bind to all of them. Pick-to: 6.10 6.9 Change-Id: I05d642f6784424c01ff2abb4d9b30c60ad725b3f Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Delete QQmlApplicationEngine on application exitJaime Resano2024-11-251-1/+3
| | | | | | | | | | | | | | Due to the API limitations, we have to ensure that the engine is deleted before other parts of the application is deleted. Otherwise exposing objects using setInitialProperties() or setContextProperty() for example will cause warnings to be printed. It is a good practice to always delete the engine manually so all the code should be consistent. Task-number: PYSIDE-1612 Pick-to: 6.8 Change-Id: I01f16359e9d90cefd5957708fe12ce489bd7edc0 Reviewed-by: Jaime Resano <Jaime.RESANO-AISA@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
| | | | | | | | Add a future statement to all Python source files. Task-number: PYSIDE-2786 Change-Id: Icd6688c7795a9e16fdcaa829686d57792df27690 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* examples: fix flake8 issues and add exceptionsCristián Maureira-Fredes2024-01-251-1/+1
| | | | | | | | | | Exception for: - qApp and tr not being directly imported: F821 - *rc and qml modules being imported but not used: F401 Pick-to: 6.6 6.5 6.2 Change-Id: I5e40f3f54c1721ef3dc5d7f1e87d5fd8ec771b8e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Examples: Add Android tagShyamnath Premnadh2024-01-121-0/+2
| | | | | | | | | | | | | | | - Examples that work on Android are tagged Android. - Clicking the tag lists all PySide6 examples supported in Android. - sphinx-tags package added to add blog like tags to examples. [ChangeLog][PySide6] Examples supported on Android are tagged `Android` in documentation Pick-to: 6.6 Task-number: PYSIDE-1612 Change-Id: Ic4ea2c63756d060aeea85b0088da9ae248eda24e Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Update example logosFriedemann Kleint2023-03-275-956/+1617
| | | | | | | | | | Remove the unused logo in the animation example. Pick-to: 6.5 Task-number: PYSIDE-2206 Change-Id: I5726651f95b3abeb78b6ea422786b97b7a4aad4b Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Improve the Quick Controls Gallery exampleFriedemann Kleint2023-03-1011-6874/+2833
| | | | | | | | | | | | Take over the changes from the C++ example (qtdeclarative/730c1d16301ba5b3a27700741b7092290ca03279). As a drive-by, remove generated file from the project file. Task-number: PYSIDE-2206 Task-number: QTBUG-110989 Change-Id: I5fef51e2022d44cc05433b18cb79a6f7b3531e7d Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Move examples/quickcontrols2 to examples/quickcontrolsFriedemann Kleint2023-03-0666-0/+9618
Adapt to qtdeclarative/8b100bed5237b1ec864f059d7fb04b94fd874f49. Task-number: PYSIDE-2206 Task-number: QTBUG-95413 Change-Id: I849b4c6130f96e8d41a622f660b182770bdf7882 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>