diff options
author | Saturneric <[email protected]> | 2022-12-21 08:46:19 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-12-21 08:46:19 +0000 |
commit | f20a5f0b14693a2474e5103a9c375d1287634520 (patch) | |
tree | 2b81ae1f43f5083345517b49f0db3a202df47739 /ui/GeneralSettings.ui | |
parent | feat: upgrade GnuPG Info Tab (diff) | |
download | GpgFrontend-f20a5f0b14693a2474e5103a9c375d1287634520.tar.gz GpgFrontend-f20a5f0b14693a2474e5103a9c375d1287634520.zip |
feat: modify ui files
Diffstat (limited to 'ui/GeneralSettings.ui')
-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> |