mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Make tab key switch focus
These fields do not expect tab characters.
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QTextEdit" name="textEditTrackersList">
|
||||
<property name="tabChangesFocus">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="lineWrapMode">
|
||||
<enum>QTextEdit::LineWrapMode::NoWrap</enum>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user