subsurface/qt-mobile
Dirk Hohndel 164cafe5d3 QML UI: use stackView to show sub windows
QML on Android doesn't support multiple windows, so dialogs that work on
the desktop are not a good solution on Android. A much more natural way to
present sub windows is a stackView.

In order to do this Preferences needs to be an item and the structure of
the ApplicationWindow needs to change a bit.

This also removes the hard coded sizes and instead tries to design this in
a resolution independent manner.

The diff appears larger than the actual change because of an increase of
indentation for the ApplicationWindow content.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-07-12 10:59:33 -07:00
..
DiveList.qml QML UI: start making things resolution independent 2015-07-12 10:52:44 -07:00
main.qml QML UI: use stackView to show sub windows 2015-07-12 10:59:33 -07:00
mobile-resources.qrc QML UI: move the dive list to a separate file 2015-07-10 06:04:01 -07:00
Preferences.qml QML UI: use stackView to show sub windows 2015-07-12 10:59:33 -07:00
qmlmanager.cpp QML UI: whitespace fix 2015-07-10 06:04:18 -07:00
qmlmanager.h QML UI: Load dives from cloud 2015-07-10 06:03:56 -07:00
TextButton.qml Add TextButton.qml file 2015-06-20 14:28:17 -07:00