1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Merge pull request #14237 from crackwitz/master

Allow tab to escape the text box in "Edit trackers" dialog
This commit is contained in:
Mike Tzou 2021-01-20 11:17:28 +08:00 committed by GitHub
commit 198f832c3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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