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
5cf3c582
Commit
5cf3c582
authored
Aug 03, 2022
by
Ingo Klöcker
Browse files
Initially, give keyboard input focus to the tree view
GnuPG-bug-id: 6101
parent
4df97711
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/selftestdialog.cpp
View file @
5cf3c582
...
...
@@ -257,6 +257,8 @@ public:
connect
(
ui
.
showAllCB
,
&
QAbstractButton
::
toggled
,
&
proxy
,
&
Proxy
::
setShowAll
);
proxy
.
setShowAll
(
ui
.
showAllCB
->
isChecked
());
ui
.
resultsTV
->
setFocus
();
}
private:
...
...
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