diff options
Diffstat (limited to '')
-rw-r--r-- | ui/GeneralSettings.ui | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/ui/GeneralSettings.ui b/ui/GeneralSettings.ui index 4bfb5f43..4121e762 100644 --- a/ui/GeneralSettings.ui +++ b/ui/GeneralSettings.ui @@ -124,6 +124,46 @@ </widget> </item> <item> + <widget class="QGroupBox" name="gnupgDatabaseBox"> + <property name="title"> + <string>GnuPG Key Database Path</string> + </property> + <layout class="QGridLayout" name="gridLayout_7"> + <item row="0" column="0"> + <layout class="QVBoxLayout" name="verticalLayout_7"> + <item> + <widget class="QCheckBox" name="keyDatabseUseCustomCheckBox"> + <property name="text"> + <string>Use Custom Path</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="currentKeyDatabasePathLabel"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="customKeyDatabasePathSelectButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="text"> + <string>Select Custom Path</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> |