Allow tab to escape the text box in "Edit trackers" dialog

This commit is contained in:
Christoph Rackwitz 2021-01-17 23:05:34 +01:00 committed by sledgehammer999
commit e645514c8f
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -27,7 +27,11 @@
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="plainTextEdit"/>
<widget class="QPlainTextEdit" name="plainTextEdit">
<attribute name="tabChangesFocus">
<bool>true</bool>
</attribute>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">