Skip to content

Commit

Permalink
tab order
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Sep 1, 2024
1 parent 7c59af4 commit fb7a241
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/Configurator/configurator.ui
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<item row="5" column="0">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>2</number>
<number>4</number>
</property>
<widget class="QWidget" name="generalTab">
<attribute name="title">
Expand Down Expand Up @@ -765,6 +765,26 @@
</layout>
</widget>
</widget>
<tabstops>
<tabstop>tabWidget</tabstop>
<tabstop>installAudioButton</tabstop>
<tabstop>startupCheckBox</tabstop>
<tabstop>disableAudioCheckBox</tabstop>
<tabstop>disableMonitorCheckBox</tabstop>
<tabstop>gamemodeAudioLineEdit</tabstop>
<tabstop>desktopAudioLineEdit</tabstop>
<tabstop>gamemodeMonitorComboBox</tabstop>
<tabstop>desktopMonitorComboBox</tabstop>
<tabstop>closeDiscordCheckBox</tabstop>
<tabstop>disableNightLightCheckBox</tabstop>
<tabstop>enablePerformancePowerPlan</tabstop>
<tabstop>pauseMediaAction</tabstop>
<tabstop>targetWindowComboBox</tabstop>
<tabstop>customWindowLineEdit</tabstop>
<tabstop>checkrateSpinBox</tabstop>
<tabstop>resetSettingsButton</tabstop>
<tabstop>openSettingsButton</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit fb7a241

Please sign in to comment.