1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 21:14:33 +00:00

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
parent d1aba56096
commit 1fe1fa9eac

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">