summaryrefslogtreecommitdiffhomepage
path: root/opentrack
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-01-20 13:28:23 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-01-23 14:16:35 +0100
commit847db383cd620b34f609cc661339aa335d74d808 (patch)
treef13e9e5f937737fde52d8c3adbabbc7e2eb45002 /opentrack
parente375fb26770adc415ff063111694125133dfdcda (diff)
opentrack: fix tab order for new ui
Diffstat (limited to 'opentrack')
-rw-r--r--opentrack/main-window.ui15
1 files changed, 13 insertions, 2 deletions
diff --git a/opentrack/main-window.ui b/opentrack/main-window.ui
index bed35593..2452acd1 100644
--- a/opentrack/main-window.ui
+++ b/opentrack/main-window.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>320</width>
- <height>407</height>
+ <height>416</height>
</rect>
</property>
<property name="sizePolicy">
@@ -231,7 +231,7 @@
</font>
</property>
<property name="focusPolicy">
- <enum>Qt::ClickFocus</enum>
+ <enum>Qt::StrongFocus</enum>
</property>
<property name="text">
<string/>
@@ -447,6 +447,17 @@
<header>pose-widget/pose-widget.hpp</header>
</customwidget>
</customwidgets>
+ <tabstops>
+ <tabstop>btnStartTracker</tabstop>
+ <tabstop>btnStopTracker</tabstop>
+ <tabstop>btnShortcuts</tabstop>
+ <tabstop>btnEditCurves</tabstop>
+ <tabstop>iconcomboProtocol</tabstop>
+ <tabstop>btnShowServerControls</tabstop>
+ <tabstop>profile_button</tabstop>
+ <tabstop>iconcomboProfile</tabstop>
+ <tabstop>preview_checkbox</tabstop>
+ </tabstops>
<resources>
<include location="../gui/opentrack-res.qrc"/>
</resources>