diff options
author | Grace Karanja <gracie.karanja89@gmail.com> | 2015-07-10 10:48:28 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-10 06:03:36 -0700 |
commit | 956336ae1a6e4bdb42e2e863cb9f28501c2e841f (patch) | |
tree | 59d2bc816e03f48d7d0126f0153b0e86f8497ecb /qt-mobile/mobile-resources.qrc | |
parent | 5791f580df8cbd827b38cc536a9795be3a40a052 (diff) | |
download | subsurface-956336ae1a6e4bdb42e2e863cb9f28501c2e841f.tar.gz |
QML UI: add QML Preferences Dialog
This will allow the user to edit and save their Subsurface cloud
credentials.
Signed-off-by: Grace Karanja <gracie.karanja89@gmail.com>
Diffstat (limited to 'qt-mobile/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/mobile-resources.qrc b/qt-mobile/mobile-resources.qrc index 2cee85143..b1882b17d 100644 --- a/qt-mobile/mobile-resources.qrc +++ b/qt-mobile/mobile-resources.qrc @@ -2,5 +2,6 @@ <qresource prefix="/qml"> <file>main.qml</file> <file>TextButton.qml</file> + <file>Preferences.qml</file> </qresource> </RCC> |