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
libkleo
Commits
381f0441
Commit
381f0441
authored
Jul 18, 2022
by
Ingo Klöcker
Browse files
Add accessible names for the lists
GnuPG-bug-id: 6089
parent
809f8d1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/dnattributeorderconfigwidget.cpp
View file @
381f0441
...
...
@@ -63,6 +63,7 @@ Kleo::DNAttributeOrderConfigWidget::DNAttributeOrderConfigWidget(QWidget *parent
glay
->
setRowStretch
(
row
,
1
);
d
->
availableLV
=
new
QTreeWidget
(
this
);
d
->
availableLV
->
setAccessibleName
(
i18n
(
"available attributes"
));
prepare
(
d
->
availableLV
);
d
->
availableLV
->
sortItems
(
0
,
Qt
::
AscendingOrder
);
glay
->
addWidget
(
d
->
availableLV
,
row
,
0
);
...
...
@@ -134,6 +135,7 @@ Kleo::DNAttributeOrderConfigWidget::DNAttributeOrderConfigWidget(QWidget *parent
}
d
->
currentLV
=
new
QTreeWidget
(
this
);
d
->
currentLV
->
setAccessibleName
(
i18n
(
"current attribute order"
));
prepare
(
d
->
currentLV
);
glay
->
addWidget
(
d
->
currentLV
,
row
,
2
);
...
...
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