aboutsummaryrefslogtreecommitdiffstats
path: root/examples/multimedia/screencapture
Commit message (Collapse)AuthorAgeFilesLines
* Multimedia/capture example: Fix message box flood on errorFriedemann Kleint2024-04-101-4/+15
| | | | | | | | Replace the message box by a status label. Pick-to: 6.7 Change-Id: Ic046e3a7b9c818079760aef90cce3f6a42baf1f0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@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>
* Multimedia screen capture example: Add window captureFriedemann Kleint2023-08-046-53/+171
| | | | | | | | | | Port from qtmultimedia/3edff8e367b9060dd138a2b67cb87d2246a4a3e6. Task-number: PYSIDE-2206 Change-Id: Ia702faf47946a0f656b1546b205dfb442cf2f56a Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
* Port the screencapture exampleFriedemann Kleint2023-04-056-0/+166
Pick-to: 6.5 Task-number: PYSIDE-2206 Change-Id: I31c9a770b51f012d9f9e7c74bf59c88b3ee5a11d Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>