diff options
author | saturneric <[email protected]> | 2025-04-15 23:19:53 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-15 23:19:53 +0000 |
commit | 73a0f7ddf8a8db0057201374f1518d2063ad9a06 (patch) | |
tree | 4dfdf140fa639f0ab8799433c4d9cf5079a92bf0 /ui/KeyList.ui | |
parent | refactor: code cleanup (diff) | |
download | GpgFrontend-73a0f7ddf8a8db0057201374f1518d2063ad9a06.tar.gz GpgFrontend-73a0f7ddf8a8db0057201374f1518d2063ad9a06.zip |
feat: support key groups
Diffstat (limited to 'ui/KeyList.ui')
-rw-r--r-- | ui/KeyList.ui | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/KeyList.ui b/ui/KeyList.ui index d29bdcb8..ba190954 100644 --- a/ui/KeyList.ui +++ b/ui/KeyList.ui @@ -143,6 +143,17 @@ </widget> </item> <item> + <widget class="QToolButton" name="keyGroupButton"> + <property name="text"> + <string>...</string> + </property> + <property name="icon"> + <iconset resource="../gpgfrontend.qrc"> + <normaloff>:/icons/key-group.png</normaloff>:/icons/key-group.png</iconset> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> |