Commit Graph

3 Commits

Author SHA1 Message Date
Santhosh Kumar 8d3ed392bb Update manual tests and examples for change in default size policy
The size policy of item updated as part of task QTBUG-117597. This
patch update existing examples and manual tests that depends on quick
layout to embrace size policy change.

Task-number: QTBUG-117597
Pick-to: 6.7
Change-Id: I68469a3bba3c4d3e5ed4b6eae0fd765b5206efc0
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
2024-02-21 14:27:54 +01:00
Assam Boudjelthia 4b82ffd988 Android: Add missing manifest for permissions example
And as a pass by, make some minor UI changes to be more mobile
friendly.

Task-number: QTBUG-111001
Pick-to: 6.6
Change-Id: Iab586ba9cd425d1266ca400444405bbd9437d9db
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2023-06-05 20:50:24 +03:00
Timur Pocheptsov bf71206897 Add QML API for application permissions
The API is based on dedicated QML types for each permission type,
where each instance of the permission reports status separately.

Requests for permissions are done imperatively for now, as the
semantics of a declarative request were hard to nail down, and
the user can easily build a declarative flow on top of the
imperative API that fits their needs and semantics.

Task-number: QTBUG-111001
Done-with: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Change-Id: I0ebc99e0fa0d22b0af5aa1d34851c5f0c62357c0
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2023-06-01 14:07:47 +02:00