Redo tab orderings

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-04-15 19:52:21 +01:00
parent fc94bb6af3
commit 6d3d4d0083
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
5 changed files with 67 additions and 9 deletions

View file

@ -41,7 +41,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>-300</y> <y>-356</y>
<width>742</width> <width>742</width>
<height>1148</height> <height>1148</height>
</rect> </rect>
@ -636,9 +636,35 @@
</widget> </widget>
<tabstops> <tabstops>
<tabstop>scrollArea</tabstop> <tabstop>scrollArea</tabstop>
<tabstop>sortByNameBtn</tabstop>
<tabstop>sortLastLaunchedBtn</tabstop>
<tabstop>renamingBehaviorComboBox</tabstop>
<tabstop>preferMenuBarCheckBox</tabstop>
<tabstop>autoUpdateCheckBox</tabstop> <tabstop>autoUpdateCheckBox</tabstop>
<tabstop>updateIntervalSpinBox</tabstop>
<tabstop>instDirTextBox</tabstop>
<tabstop>instDirBrowseBtn</tabstop>
<tabstop>modsDirTextBox</tabstop>
<tabstop>modsDirBrowseBtn</tabstop>
<tabstop>iconsDirTextBox</tabstop>
<tabstop>iconsDirBrowseBtn</tabstop>
<tabstop>javaDirTextBox</tabstop>
<tabstop>javaDirBrowseBtn</tabstop>
<tabstop>skinsDirTextBox</tabstop>
<tabstop>skinsDirBrowseBtn</tabstop>
<tabstop>downloadsDirTextBox</tabstop>
<tabstop>downloadsDirBrowseBtn</tabstop>
<tabstop>downloadsDirWatchRecursiveCheckBox</tabstop>
<tabstop>downloadsDirMoveCheckBox</tabstop>
<tabstop>metadataEnableBtn</tabstop> <tabstop>metadataEnableBtn</tabstop>
<tabstop>dependenciesEnableBtn</tabstop> <tabstop>dependenciesEnableBtn</tabstop>
<tabstop>modpackUpdatePromptBtn</tabstop>
<tabstop>lineLimitSpinBox</tabstop>
<tabstop>checkStopLogging</tabstop>
<tabstop>numberOfConcurrentTasksSpinBox</tabstop>
<tabstop>numberOfConcurrentDownloadsSpinBox</tabstop>
<tabstop>numberOfManualRetriesSpinBox</tabstop>
<tabstop>timeoutSecondsSpinBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>

View file

@ -212,6 +212,16 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<tabstops>
<tabstop>proxyDefaultBtn</tabstop>
<tabstop>proxyNoneBtn</tabstop>
<tabstop>proxySOCKS5Btn</tabstop>
<tabstop>proxyHTTPBtn</tabstop>
<tabstop>proxyAddrEdit</tabstop>
<tabstop>proxyPortEdit</tabstop>
<tabstop>proxyUserEdit</tabstop>
<tabstop>proxyPassEdit</tabstop>
</tabstops>
<resources/> <resources/>
<connections/> <connections/>
<buttongroups> <buttongroups>

View file

@ -584,7 +584,10 @@
<tabstop>catPackComboBox</tabstop> <tabstop>catPackComboBox</tabstop>
<tabstop>catPackFolder</tabstop> <tabstop>catPackFolder</tabstop>
<tabstop>reloadThemesButton</tabstop> <tabstop>reloadThemesButton</tabstop>
<tabstop>consoleFont</tabstop>
<tabstop>fontSizeBox</tabstop>
<tabstop>catOpacitySlider</tabstop> <tabstop>catOpacitySlider</tabstop>
<tabstop>consolePreview</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>

View file

@ -373,12 +373,18 @@
</layout> </layout>
</widget> </widget>
<tabstops> <tabstops>
<tabstop>javaTestBtn</tabstop> <tabstop>javaPathTextBox</tabstop>
<tabstop>javaDownloadBtn</tabstop> <tabstop>javaDetectBtn</tabstop>
<tabstop>javaBrowseBtn</tabstop>
<tabstop>skipCompatibilityCheckBox</tabstop> <tabstop>skipCompatibilityCheckBox</tabstop>
<tabstop>skipWizardCheckBox</tabstop> <tabstop>skipWizardCheckBox</tabstop>
<tabstop>autodetectJavaCheckBox</tabstop> <tabstop>autodetectJavaCheckBox</tabstop>
<tabstop>autodownloadJavaCheckBox</tabstop> <tabstop>autodownloadJavaCheckBox</tabstop>
<tabstop>javaTestBtn</tabstop>
<tabstop>javaDownloadBtn</tabstop>
<tabstop>minMemSpinBox</tabstop>
<tabstop>maxMemSpinBox</tabstop>
<tabstop>permGenSpinBox</tabstop>
<tabstop>jvmArgsTextBox</tabstop> <tabstop>jvmArgsTextBox</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>

View file

@ -58,7 +58,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>-207</y>
<width>603</width> <width>603</width>
<height>694</height> <height>694</height>
</rect> </rect>
@ -702,24 +702,37 @@
<tabstops> <tabstops>
<tabstop>openGlobalSettingsButton</tabstop> <tabstop>openGlobalSettingsButton</tabstop>
<tabstop>settingsTabs</tabstop> <tabstop>settingsTabs</tabstop>
<tabstop>scrollArea</tabstop>
<tabstop>maximizedCheckBox</tabstop> <tabstop>maximizedCheckBox</tabstop>
<tabstop>windowHeightSpinBox</tabstop>
<tabstop>windowWidthSpinBox</tabstop>
<tabstop>closeAfterLaunchCheck</tabstop>
<tabstop>quitAfterGameStopCheck</tabstop>
<tabstop>showConsoleCheck</tabstop>
<tabstop>showConsoleErrorCheck</tabstop>
<tabstop>autoCloseConsoleCheck</tabstop>
<tabstop>showGameTime</tabstop> <tabstop>showGameTime</tabstop>
<tabstop>recordGameTime</tabstop> <tabstop>recordGameTime</tabstop>
<tabstop>showGlobalGameTime</tabstop> <tabstop>showGlobalGameTime</tabstop>
<tabstop>showGameTimeWithoutDays</tabstop> <tabstop>showGameTimeWithoutDays</tabstop>
<tabstop>showConsoleCheck</tabstop> <tabstop>instanceAccountGroupBox</tabstop>
<tabstop>autoCloseConsoleCheck</tabstop> <tabstop>instanceAccountSelector</tabstop>
<tabstop>serverJoinGroupBox</tabstop>
<tabstop>serverJoinAddressButton</tabstop>
<tabstop>serverJoinAddress</tabstop>
<tabstop>worldJoinButton</tabstop>
<tabstop>worldsCb</tabstop>
<tabstop>javaScrollArea</tabstop> <tabstop>javaScrollArea</tabstop>
<tabstop>scrollArea_2</tabstop> <tabstop>scrollArea_2</tabstop>
<tabstop>onlineFixes</tabstop> <tabstop>onlineFixes</tabstop>
<tabstop>useNativeGLFWCheck</tabstop>
<tabstop>lineEditGLFWPath</tabstop>
<tabstop>useNativeOpenALCheck</tabstop> <tabstop>useNativeOpenALCheck</tabstop>
<tabstop>perfomanceGroupBox</tabstop> <tabstop>lineEditOpenALPath</tabstop>
<tabstop>enableFeralGamemodeCheck</tabstop> <tabstop>enableFeralGamemodeCheck</tabstop>
<tabstop>enableMangoHud</tabstop> <tabstop>enableMangoHud</tabstop>
<tabstop>useDiscreteGpuCheck</tabstop> <tabstop>useDiscreteGpuCheck</tabstop>
<tabstop>useZink</tabstop> <tabstop>useZink</tabstop>
<tabstop>serverJoinAddressButton</tabstop>
<tabstop>worldJoinButton</tabstop>
</tabstops> </tabstops>
<resources/> <resources/>
<connections/> <connections/>