diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-07 09:54:28 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 17:03:36 -0700 |
commit | a07376b5345fdb398510ac29835493b7ca75ce77 (patch) | |
tree | 57a23b3f6e2bd455a6b615bfe7ac1e197caca037 /qt-ui/preferences.ui | |
parent | 318bf5cccc9a8ac2c8ee18939e3c6c4a4e7a0fb3 (diff) | |
download | subsurface-a07376b5345fdb398510ac29835493b7ca75ce77.tar.gz |
Cloud storage: initial support for confirming the email PIN
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 1692ab069..069255643 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -451,6 +451,20 @@ </property> </widget> </item> + <item row="0" column="2"> + <widget class="QLabel" name="label_16d"> + <property name="text"> + <string>Verification PIN</string> + </property> + </widget> + </item> + <item row="1" column="2"> + <widget class="QLineEdit" name="cloud_storage_pin"> + <property name="toolTip"> + <string extracomment="One time verification PIN for Subsurface cloud storage infrastructure"/> + </property> + </widget> + </item> </layout> </widget> </widget> |