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>
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>
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>