[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
This commit is contained in:
Nicolas Fella 2021-09-22 15:06:34 +02:00
parent 61b2e607b4
commit ee85a5d56e

View file

@ -25,7 +25,11 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="SendReplyTextEdit" name="replyEdit"/> <widget class="SendReplyTextEdit" name="replyEdit">
<property name="tabChangesFocus">
<set>true</set>
</property>
</widget>
</item> </item>
<item> <item>
<widget class="QDialogButtonBox" name="buttonBox"> <widget class="QDialogButtonBox" name="buttonBox">