diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 07:34:36 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-07-22 07:34:36 -0700 |
commit | 3ba3de8dafcd6478c762f172ec8c54a77a13c7f6 (patch) | |
tree | fa437c082b25ca16da8132cc36c03764e1b14697 /qt-ui/preferences.ui | |
parent | b28517b9b002bbdaac867d0b720c17ae865cf17d (diff) | |
download | subsurface-3ba3de8dafcd6478c762f172ec8c54a77a13c7f6.tar.gz |
Add UI for cloud password change
This isn't hooked up yet, just the UI elements.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 1b59e77a5..dc0d04a5a 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -1374,6 +1374,13 @@ </property> </widget> </item> + <item row="0" column="3"> + <widget class="QLabel" name="cloud_storage_new_passwd_label"> + <property name="text"> + <string>New password</string> + </property> + </widget> + </item> <item row="1" column="0"> <widget class="QLineEdit" name="cloud_storage_email"> <property name="toolTip"> @@ -1391,6 +1398,10 @@ </property> </widget> </item> + <item row="1" column="3"> + <widget class="QLineEdit" name="cloud_storage_new_passwd"> + </widget> + </item> <item row="2" column="0"> <widget class="QCheckBox" name="cloud_background_sync"> <property name="text"> |