aboutsummaryrefslogtreecommitdiffstats
path: root/examples/examples.pyproject
Commit message (Collapse)AuthorAgeFilesLines
* example: add qtquickcontrols filesystemexplorerDennis Oberst2023-03-291-1/+2
| | | | | | | | | | This example was ported from the qt/quickcontrols repository Pick-to: 6.5 Task-number: PYSIDE-2224 Change-Id: Id323d21a4ae40f2105fe1e3858a16254aebc04e6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Update the examples project fileFriedemann Kleint2021-03-231-60/+115
| | | | | | | | It is convenient for mass editing. Task-number: PYSIDE-1112 Change-Id: I894ed3c910cf0b10afaef6a6bd9d5f063a593221 Reviewed-by: Christian Tismer <tismer@stackless.com>
* examples.pyproject: Fix syntax errorFriedemann Kleint2019-11-011-1/+1
| | | | | | | Amends 728e94e37d44229d8f31dee4761eaf66f89bf01e. Change-Id: If6b067c2d0c25317f324f7edfb46926946cb680a Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Automatically Test Small Example With PyInstallerChristian Tismer2019-04-081-0/+1
| | | | | | | | | | | | | | | | | | | A simple hello.py script was modified for running in PyInstaller and stopping to execute after 2 seconds. The reason is to test that PyInstaller works correctly together with the embedded mode of the signature extension on all platforms. The script did first not work on Windows. This is now solved, after an import in pyside2_config.py is fixed. Currently, there are several configuration errors in COIN. Errors are therefore skipped in the PyInstaller build. The test tests only if the generated script works. Change-Id: I7a1b1e738d523b83cc3fe5beafa7e2579f9c7f48 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Move the .pyqtc files to .pyproject filesFriedemann Kleint2019-03-011-0/+105
Use the new project file format. Change-Id: I69f488c285343500edd999b746ce244a56504030 Reviewed-by: Christian Tismer <tismer@stackless.com>