[sendreplydialog] Move focus on tab
Currently pressing tab inserts a tab character. To enable keyboard navigation it should however focus the next item in the focus chain (the send button). Given that this is a simple reply to a text message and not a fully fledged text editor there's probably no need to insert a tab character anyway
CCBUG: 441742
(cherry picked from commit ee85a5d56e
)
This commit is contained in:
parent
80d6283e59
commit
b1310bf1d1
1 changed files with 5 additions and 1 deletions
|
@ -25,7 +25,11 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="SendReplyTextEdit" name="replyEdit"/>
|
||||
<widget class="SendReplyTextEdit" name="replyEdit">
|
||||
<property name="tabChangesFocus">
|
||||
<set>true</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
|
|
Loading…
Reference in a new issue