Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-2/+2
| | | | | | | | | | 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>
* Make Quick window ex. build with pyside6-projectAdrian Herrmann2023-04-281-1/+1
| | | | | | | | | Add window.qrc to window.pyproject, this will make "pyside6-project build" generate the rc_window.py file. Pick-to: 6.5 Change-Id: Ic555297102661ea17889f239f953fbf22b5f643f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Fix dark mode on Windows for Quick window exampleAdrian Herrmann2023-04-281-0/+3
| | | | | | | | | | Qt 6.5 introduced updates to dark mode handling on Windows, which broke the appearance of this example. For an easy fix, switch its style to Fusion. Pick-to: 6.5 Change-Id: I6bb95f481380a5f46c094e8edd9ae6fdad3eea6e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Move examples aroundFriedemann Kleint2022-09-161-0/+37
Change the directory structure to closer match that of Qt. Task-number: PYSIDE-841 Change-Id: I87aca346b6654aafe94dd1fb83c184c182ceb2e6 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>