Fix the tab order in dialogs

* Torrent options
* Torrent creator
* Preferences

Closes #21387.
PR #21395.
This commit is contained in:
thalieht
2024-10-07 16:51:56 +03:00
committed by GitHub
parent 3ea2be41e7
commit d73201c098
4 changed files with 144 additions and 34 deletions

View File

@@ -208,6 +208,15 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>comboBoxRatioMode</tabstop>
<tabstop>spinBoxRatioValue</tabstop>
<tabstop>comboBoxSeedingTimeMode</tabstop>
<tabstop>spinBoxSeedingTimeValue</tabstop>
<tabstop>comboBoxInactiveSeedingTimeMode</tabstop>
<tabstop>spinBoxInactiveSeedingTimeValue</tabstop>
<tabstop>comboBoxAction</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>