Skip to content

Commit

Permalink
BUG: Fix tab order in tracking options dialog ui file
Browse files Browse the repository at this point in the history
  • Loading branch information
NicerNewerCar committed Aug 13, 2024
1 parent 8fe9748 commit d50c679
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions autoscoper/src/ui/ui-files/TrackingOptionsDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,27 @@ QGroupBox::title {
</item>
</layout>
</widget>
<tabstops>
<tabstop>spinBox_FrameStart</tabstop>
<tabstop>spinBox_FrameEnd</tabstop>
<tabstop>checkBox_Reverse</tabstop>
<tabstop>spinBox_FrameSkip</tabstop>
<tabstop>radioButton_CurrentFrame</tabstop>
<tabstop>radioButton_PreviousFrame</tabstop>
<tabstop>radioButton_LinearExtrapolation</tabstop>
<tabstop>radioButton_SplineInterpolation</tabstop>
<tabstop>radioButton_random_search_method</tabstop>
<tabstop>radioButton_downhill_method</tabstop>
<tabstop>spinBox_NumberRefinements</tabstop>
<tabstop>spinBox_min_lim</tabstop>
<tabstop>spinBox_max_lim</tabstop>
<tabstop>spinBox_max_iter</tabstop>
<tabstop>spinBox_stall_max</tabstop>
<tabstop>radioButton_bone_ncc_cf</tabstop>
<tabstop>radioButton_implant_ncc_cf</tabstop>
<tabstop>pushButton_Cancel</tabstop>
<tabstop>pushButton_OK</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit d50c679

Please sign in to comment.