Skip to content

Commit

Permalink
Update control tab order
Browse files Browse the repository at this point in the history
Fixes #415
  • Loading branch information
Admiral-Fish committed Aug 19, 2024
1 parent 5692975 commit 4a23b61
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
25 changes: 25 additions & 0 deletions Source/Form/Controls/EggSettings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,31 @@
<header>Form/Controls/ComboBox.hpp</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>spinBoxParentAHP</tabstop>
<tabstop>spinBoxParentAAtk</tabstop>
<tabstop>spinBoxParentADef</tabstop>
<tabstop>spinBoxParentASpA</tabstop>
<tabstop>spinBoxParentASpD</tabstop>
<tabstop>spinBoxParentASpe</tabstop>
<tabstop>spinBoxParentBHP</tabstop>
<tabstop>spinBoxParentBAtk</tabstop>
<tabstop>spinBoxParentBDef</tabstop>
<tabstop>spinBoxParentBSpA</tabstop>
<tabstop>spinBoxParentBSpD</tabstop>
<tabstop>spinBoxParentBSpe</tabstop>
<tabstop>comboBoxParentAAbility</tabstop>
<tabstop>comboBoxParentAGender</tabstop>
<tabstop>comboBoxParentAItem</tabstop>
<tabstop>comboBoxParentANature</tabstop>
<tabstop>comboBoxEggSpecie</tabstop>
<tabstop>comboBoxParentBAbility</tabstop>
<tabstop>comboBoxParentBGender</tabstop>
<tabstop>comboBoxParentBItem</tabstop>
<tabstop>comboBoxParentBNature</tabstop>
<tabstop>checkBoxMasuda</tabstop>
<tabstop>checkBoxShowInheritance</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>
14 changes: 12 additions & 2 deletions Source/Form/Controls/IDsFilter.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>177</width>
<height>208</height>
<width>179</width>
<height>210</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
Expand Down Expand Up @@ -93,6 +93,16 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>radioButtonTID</tabstop>
<tabstop>radioButtonSID</tabstop>
<tabstop>radioButtonTIDSID</tabstop>
<tabstop>radioButtonPID</tabstop>
<tabstop>radioButtonTIDPID</tabstop>
<tabstop>radioButtonTSV</tabstop>
<tabstop>radioButtonDisplayTID</tabstop>
<tabstop>plainTextEdit</tabstop>
</tabstops>
<resources/>
<connections/>
<buttongroups>
Expand Down

0 comments on commit 4a23b61

Please sign in to comment.