Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
10119dd6
Commit
10119dd6
authored
Aug 01, 2022
by
Ingo Klöcker
Browse files
Set accessible name for the user ID and certifications tree
GnuPG-bug-id: 6102
parent
f7c4c2d0
Pipeline
#211471
passed with stage
in 4 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/weboftrustwidget.cpp
View file @
10119dd6
...
...
@@ -52,6 +52,7 @@ public:
certificationsModel
.
enableRemarks
(
Tags
::
tagsEnabled
());
certificationsTV
=
new
NavigatableTreeView
{
q
};
certificationsTV
->
setAccessibleName
(
i18n
(
"User IDs and certifications"
));
certificationsTV
->
setModel
(
&
certificationsModel
);
certificationsTV
->
setAllColumnsShowFocus
(
false
);
certificationsTV
->
setSelectionMode
(
QAbstractItemView
::
ExtendedSelection
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment