aboutsummaryrefslogtreecommitdiff
path: root/data/ui/options_dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'data/ui/options_dialog.ui')
-rw-r--r--data/ui/options_dialog.ui41
1 files changed, 41 insertions, 0 deletions
diff --git a/data/ui/options_dialog.ui b/data/ui/options_dialog.ui
index dbb6171..81f94b7 100644
--- a/data/ui/options_dialog.ui
+++ b/data/ui/options_dialog.ui
@@ -1117,6 +1117,47 @@ Default: 0.</string>
</item>
</layout>
</widget>
+ <widget class="QWidget" name="keyring_tab">
+ <attribute name="title">
+ <string>Keyring</string>
+ </attribute>
+ <layout class="QVBoxLayout" name="verticalLayout_8">
+ <item>
+ <widget class="QLabel" name="keyring_info">
+ <property name="text">
+ <string>Manage key pairs used for server authentication. Keys are encrypted with a passphrase that you specify and are unlocked on demand. Server admin must specify your certificate in your staff profile. Certificates don't need to be kept secret. Name can be anything, it's not tied to a staff profile and provided for convenience. </string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="key_buttons_layout">
+ <item>
+ <widget class="QPushButton" name="key_generate">
+ <property name="text">
+ <string>Generate new key</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="key_delete">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="text">
+ <string>Delete key</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QTableView" name="keyring_table"/>
+ </item>
+ </layout>
+ </widget>
</widget>
</item>
<item>