aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix designer plugin for macOSCristián Maureira-Fredes2021-05-111-3/+20
| | | | | | | | | Adding the site-packages path for standalone builds, similar to the issue we had for Windows and 3.8 Pick-to: 6.1 6.1.0 Change-Id: Iff4f2c7504d579ca7f00df1c9e07f62a9dd1f1e3 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* PySide6: Use the Python version the plugin is running underFriedemann Kleint2021-05-111-1/+9
| | | | | | | | Pick-to: 6.1 6.1.0 Task-number: PYSIDE-1455 Change-Id: Iba9429d2c42f471661b250829aaf124a4b8b72b2 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
* PySide6: Add a Designer pluginFriedemann Kleint2021-02-164-0/+380
| | | | | | | | | | | | | | Add a convencience class QPyDesignerCustomWidgetCollection to the Qt Designer module, which provides functions for registering widget types or adding QDesignerCustomWidgetInterface instances. A static instance of it is stored as a dynamic property on QCoreApplication, which is retrieved by a Qt Designer plugin, which provides the collection of widgets registered in Python. Task-number: PYSIDE-1455 Change-Id: If4055e6c9db6a03b32016b013a1130051bbd472a Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* CMake: Use CMAKE_AUTOMOCFriedemann Kleint2021-02-101-3/+1
| | | | | | | As a drive by, clean up an old Qt 5 path. Change-Id: I98c357ce6cc09ca1d02b0fb60617652c143c1fc8 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* PySide6: Move the static UiTools plugin into a subdirectoryFriedemann Kleint2021-02-055-0/+0
| | | | | | Task-number: PYSIDE-1455 Change-Id: I5d919f6a1d98cd1c6109b33c7e83b1ce97f50218 Reviewed-by: Christian Tismer <tismer@stackless.com>
* Rename PySide2 to PySide6Friedemann Kleint2020-11-025-0/+384
Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer <tismer@stackless.com>