Fix tab order

pull/10/head
michal.szwaj 2018-02-12 16:16:19 +01:00
parent b699020df7
commit f057b57fad
2 changed files with 44 additions and 0 deletions

View File

@ -202,6 +202,10 @@ color: rgb(238, 238, 236);</string>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<tabstops>
<tabstop>pushButtonExit</tabstop>
<tabstop>pushButtonSettings</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

View File

@ -763,6 +763,46 @@ color: rgb(238, 238, 236);</string>
</property>
</widget>
</widget>
<tabstops>
<tabstop>pushButtonCancel</tabstop>
<tabstop>pushButtonResetToDefaults</tabstop>
<tabstop>pushButtonSave</tabstop>
<tabstop>radioButtonLeftHandDrive</tabstop>
<tabstop>radioButtonRightHandDrive</tabstop>
<tabstop>checkBoxShowClock</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>radioButton30FPS</tabstop>
<tabstop>radioButton60FPS</tabstop>
<tabstop>radioButton480p</tabstop>
<tabstop>radioButton720p</tabstop>
<tabstop>radioButton1080p</tabstop>
<tabstop>horizontalSliderScreenDPI</tabstop>
<tabstop>checkBoxEnableTouchscreen</tabstop>
<tabstop>listWidgetButtons</tabstop>
<tabstop>checkBoxPlayButton</tabstop>
<tabstop>checkBoxPauseButton</tabstop>
<tabstop>checkBoxTogglePlayButton</tabstop>
<tabstop>checkBoxNextTrackButton</tabstop>
<tabstop>checkBoxPreviousTrackButton</tabstop>
<tabstop>checkBoxHomeButton</tabstop>
<tabstop>checkBoxPhoneButton</tabstop>
<tabstop>checkBoxCallEndButton</tabstop>
<tabstop>checkBoxVoiceCommandButton</tabstop>
<tabstop>checkBoxLeftButton</tabstop>
<tabstop>checkBoxRightButton</tabstop>
<tabstop>checkBoxUpButton</tabstop>
<tabstop>checkBoxDownButton</tabstop>
<tabstop>checkBoxScrollWheelButton</tabstop>
<tabstop>checkBoxBackButton</tabstop>
<tabstop>checkBoxEnterButton</tabstop>
<tabstop>pushButtonSelectAll</tabstop>
<tabstop>pushButtonClearSelection</tabstop>
<tabstop>pushButtonShowBindings</tabstop>
<tabstop>radioButtonDisableBluetooth</tabstop>
<tabstop>radioButtonUseLocalBluetoothAdapter</tabstop>
<tabstop>radioButtonUseExternalBluetoothAdapter</tabstop>
<tabstop>lineEditExternalBluetoothAdapterAddress</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>