QML Responcive
Unsolved
QML and Qt Quick
-
So these are 3 different looks of the same screen under different circumstances (screen orientation & resolution), right?
I think a grid would work here best. You can control how many columns are shown, and then depending on column count you can move or stretch some of the fields.
An alternative, of course, is to keep 3 different looks in a Loader or StackView and just switch between them when screen orientation changes.