diff options
author | saturneric <[email protected]> | 2025-04-16 22:38:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 22:38:40 +0000 |
commit | 72d98ff183bcedd05c5a996fccaa0544cb4ac309 (patch) | |
tree | eb7ce626d3bf4243c9efe3f23bba6ec830f59a5b /ui/KeyGroupManageDialog.ui | |
parent | fix: solve CI build dependencies (diff) | |
download | GpgFrontend-72d98ff183bcedd05c5a996fccaa0544cb4ac309.tar.gz GpgFrontend-72d98ff183bcedd05c5a996fccaa0544cb4ac309.zip |
feat: switch text-based model to workspace-based model
Diffstat (limited to 'ui/KeyGroupManageDialog.ui')
-rw-r--r-- | ui/KeyGroupManageDialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/KeyGroupManageDialog.ui b/ui/KeyGroupManageDialog.ui index ea0225e3..a2b17212 100644 --- a/ui/KeyGroupManageDialog.ui +++ b/ui/KeyGroupManageDialog.ui @@ -17,9 +17,9 @@ <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="keyGroupTipLabel"> <property name="text"> - <string>Key(s) in Key Group:</string> + <string>Key(s) in Key Group: </string> </property> </widget> </item> @@ -88,7 +88,7 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QLabel" name="label_2"> + <widget class="QLabel" name="keyDBTipLabel"> <property name="text"> <string>Key(s) in Key Dayabase: </string> </property> |