diff options
author | Saturneric <[email protected]> | 2022-01-03 17:25:59 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-03 17:25:59 +0000 |
commit | c20c7b9bb81a09d54b288517092fe356bb808de4 (patch) | |
tree | 625db0ac06fdf95d5e886ab558e9d240f47730d1 /ui/KeyList.ui | |
parent | <fixed, refactor>(ui): Enhanced sending email function. (diff) | |
download | GpgFrontend-c20c7b9bb81a09d54b288517092fe356bb808de4.tar.gz GpgFrontend-c20c7b9bb81a09d54b288517092fe356bb808de4.zip |
<feature, refactor>(core, ui): Key package generate.
1. refactor GpgKeyImportExporter to meet with key package generation.
2. add ExportKeyPackageDialog.
3. add Qt AES ability.
4. refactor Key List to provide menu ability control.
5. add check all and uncheck all ability to key list menu.
Diffstat (limited to 'ui/KeyList.ui')
-rw-r--r-- | ui/KeyList.ui | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/ui/KeyList.ui b/ui/KeyList.ui index 9e41a0d1..d24a2825 100644 --- a/ui/KeyList.ui +++ b/ui/KeyList.ui @@ -46,7 +46,21 @@ <item> <widget class="QPushButton" name="syncButton"> <property name="text"> - <string>Sync With Key Server</string> + <string>Sync Public Key</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="uncheckButton"> + <property name="text"> + <string>Uncheck ALL</string> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="checkALLButton"> + <property name="text"> + <string>Check ALL</string> </property> </widget> </item> |