aboutsummaryrefslogtreecommitdiffstats
path: root/examples/multimedia/camera/ui_camera_mobile.py
Commit message (Collapse)AuthorAgeFilesLines
* Update the multimedia/camera exampleFriedemann Kleint2025-09-301-8/+8
| | | | | | | | | | | | Remove the exposure slider, adapting to Adapt to qtmultimedia/c32cd3c02f7eb8f98bc500f0e86c8ce1270eab8e Pick-to: 6.10 Task-number: QTBUG-124562 Task-number: PYSIDE-2206 Change-Id: Ic3af835b87b0c937c98f7e58f8af9fb7ef531ee8 Reviewed-by: Nils Petter Skålerud <nils.petter.skalerud@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Update Qt Widgets Designer formsFriedemann Kleint2024-09-181-6/+6
| | | | | | | | Load and save once so that fully qualified enumerations are used. Task-number: PYSIDE-2846 Change-Id: I544467c1d9254533bf62e1344c26c90c7d17d118 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
* Examples: Update ui_*.py filesFriedemann Kleint2024-04-091-7/+7
| | | | | | | | As a drive-by, fix the resource file name of the PDF viewer example. Pick-to: 6.7 Change-Id: Ie86ee8d7ed538bc2e55018913b547add88f48efa Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
* Example Revamp: CameraShyamnath Premnadh2023-10-021-0/+251
- Changes as per e3c0c190136a55634451024cfa3ac8024c74caa3 - New UI for Android as per the corresponding Qt example - Add the new permission API functions to request and check for Android runtime permissions - Update .pyproject file Task-number: PYSIDE-1612 Task-number: PYSIDE-2206 Pick-to: 6.6 Change-Id: I8b9c41c6cd12388addb5a8a4049c1126b62e098b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>