diff options
-rw-r--r-- | opentrack/main-window.ui | 15 |
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> |