diff options
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> |