diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 17:16:31 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-09 17:16:31 -0700 |
commit | 8282ed23488b734f126bf58fc18474c4a7db5c23 (patch) | |
tree | 994b4919a16917a71570c47e7bd5bbdb54e5d54d /qt-ui/preferences.ui | |
parent | 9d0f2a6571f541862fd8204c067ea2f5ed2c4091 (diff) | |
parent | 57507cfb93984e520fdd9545c84ea3b921c2914e (diff) | |
download | subsurface-8282ed23488b734f126bf58fc18474c4a7db5c23.tar.gz |
Merge branch 'cloudstorage'
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..54ffb41d0 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="cloud_storage_pin_label"> + <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> |