QML-UI: Split cloud credentials and other preferences

This makes the cloud credential entry page much simpler, separate page. It also
removes the two colums and uses the label of the check box instead of having a
separate label item.

The preferences page of course also gets simpler by doing this. Here I kept the
two columns, though.

Finally the code for the old context menu was removed - not sure why this was
still here.

Next I need to fix the savePreferences() call to do the right thing in each
case.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-12-03 14:06:52 -08:00
parent 9ef475844d
commit 7a94360a6d
5 changed files with 102 additions and 142 deletions

View file

@ -3,6 +3,7 @@
<file>main.qml</file>
<file>TextButton.qml</file>
<file>Preferences.qml</file>
<file>CloudCredentials.qml</file>
<file>DiveList.qml</file>
<file>DiveDetails.qml</file>
<file>DownloadFromDiveComputer.qml</file>