Add colons to single-line settings

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-04-15 19:42:54 +01:00
parent 0b3b9debd8
commit fc94bb6af3
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
5 changed files with 57 additions and 27 deletions

View file

@ -41,7 +41,7 @@
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>-356</y> <y>-300</y>
<width>742</width> <width>742</width>
<height>1148</height> <height>1148</height>
</rect> </rect>
@ -208,6 +208,12 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
@ -241,7 +247,7 @@
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="labelJavaDir"> <widget class="QLabel" name="labelJavaDir">
<property name="text"> <property name="text">
<string>&amp;Java</string> <string>&amp;Java:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>javaDirTextBox</cstring> <cstring>javaDirTextBox</cstring>
@ -258,7 +264,7 @@
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="labelSkinsDir"> <widget class="QLabel" name="labelSkinsDir">
<property name="text"> <property name="text">
<string>&amp;Skins</string> <string>&amp;Skins:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>skinsDirTextBox</cstring> <cstring>skinsDirTextBox</cstring>
@ -268,7 +274,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="labelModsDir"> <widget class="QLabel" name="labelModsDir">
<property name="text"> <property name="text">
<string>&amp;Mods</string> <string>&amp;Mods:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>modsDirTextBox</cstring> <cstring>modsDirTextBox</cstring>
@ -285,7 +291,7 @@
<item row="5" column="0"> <item row="5" column="0">
<widget class="QLabel" name="labelDownloadsDir"> <widget class="QLabel" name="labelDownloadsDir">
<property name="text"> <property name="text">
<string>&amp;Downloads</string> <string>&amp;Downloads:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>downloadsDirTextBox</cstring> <cstring>downloadsDirTextBox</cstring>
@ -301,7 +307,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="labelInstDir"> <widget class="QLabel" name="labelInstDir">
<property name="text"> <property name="text">
<string>I&amp;nstances</string> <string>I&amp;nstances:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>instDirTextBox</cstring> <cstring>instDirTextBox</cstring>
@ -341,7 +347,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="labelIconsDir"> <widget class="QLabel" name="labelIconsDir">
<property name="text"> <property name="text">
<string>&amp;Icons</string> <string>&amp;Icons:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>iconsDirTextBox</cstring> <cstring>iconsDirTextBox</cstring>
@ -438,7 +444,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Log History &amp;Limit</string> <string>Log History &amp;Limit:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>lineLimitSpinBox</cstring> <cstring>lineLimitSpinBox</cstring>
@ -546,14 +552,14 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="numberOfManualRetriesLabel"> <widget class="QLabel" name="numberOfManualRetriesLabel">
<property name="text"> <property name="text">
<string>Retry Limit</string> <string>Retry Limit:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="numberOfConcurrentDownloadsLabel"> <widget class="QLabel" name="numberOfConcurrentDownloadsLabel">
<property name="text"> <property name="text">
<string>Concurrent Download Limit</string> <string>Concurrent Download Limit:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -563,7 +569,7 @@
<string>Seconds to wait until the requests are terminated</string> <string>Seconds to wait until the requests are terminated</string>
</property> </property>
<property name="text"> <property name="text">
<string>HTTP Timeout</string> <string>HTTP Timeout:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -589,7 +595,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="numberOfConcurrentTasksLabel"> <widget class="QLabel" name="numberOfConcurrentTasksLabel">
<property name="text"> <property name="text">
<string>Concurrent Task Limit</string> <string>Concurrent Task Limit:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -598,6 +604,12 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
</layout> </layout>

View file

@ -157,7 +157,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="proxyUsernameLabel"> <widget class="QLabel" name="proxyUsernameLabel">
<property name="text"> <property name="text">
<string>&amp;Username</string> <string>&amp;Username:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>proxyUserEdit</cstring> <cstring>proxyUserEdit</cstring>
@ -170,7 +170,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="proxyPasswordLabel"> <widget class="QLabel" name="proxyPasswordLabel">
<property name="text"> <property name="text">
<string>&amp;Password</string> <string>&amp;Password:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>proxyPassEdit</cstring> <cstring>proxyPassEdit</cstring>

View file

@ -61,7 +61,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="catPackLabel"> <widget class="QLabel" name="catPackLabel">
<property name="text"> <property name="text">
<string>&amp;Cat Pack</string> <string>&amp;Cat Pack:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>catPackComboBox</cstring> <cstring>catPackComboBox</cstring>
@ -113,7 +113,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="widgetStyleLabel"> <widget class="QLabel" name="widgetStyleLabel">
<property name="text"> <property name="text">
<string>Theme</string> <string>Theme:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>widgetStyleComboBox</cstring> <cstring>widgetStyleComboBox</cstring>
@ -123,7 +123,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="iconsLabel"> <widget class="QLabel" name="iconsLabel">
<property name="text"> <property name="text">
<string>&amp;Icons</string> <string>&amp;Icons:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>iconsComboBox</cstring> <cstring>iconsComboBox</cstring>
@ -146,7 +146,7 @@
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Console Font</string> <string>Console Font:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -177,6 +177,12 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
@ -264,6 +270,12 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
<item row="3" column="1"> <item row="3" column="1">
@ -526,6 +538,12 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer> </spacer>
</item> </item>
</layout> </layout>

View file

@ -299,7 +299,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_11"> <widget class="QLabel" name="label_11">
<property name="text"> <property name="text">
<string>&amp;PermGen Size</string> <string>&amp;PermGen Size:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>permGenSpinBox</cstring> <cstring>permGenSpinBox</cstring>
@ -316,7 +316,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="labelMaxMem"> <widget class="QLabel" name="labelMaxMem">
<property name="text"> <property name="text">
<string>Ma&amp;ximum Memory</string> <string>Ma&amp;ximum Memory Usage:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>maxMemSpinBox</cstring> <cstring>maxMemSpinBox</cstring>
@ -326,7 +326,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="labelMinMem"> <widget class="QLabel" name="labelMinMem">
<property name="text"> <property name="text">
<string>M&amp;inimum Memory</string> <string>M&amp;inimum Memory Usage:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>minMemSpinBox</cstring> <cstring>minMemSpinBox</cstring>

View file

@ -176,7 +176,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="labelWindowWidth"> <widget class="QLabel" name="labelWindowWidth">
<property name="text"> <property name="text">
<string>&amp;Window Size</string> <string>&amp;Window Size:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>windowWidthSpinBox</cstring> <cstring>windowWidthSpinBox</cstring>
@ -313,7 +313,7 @@
<item> <item>
<widget class="QLabel" name="instanceAccountNameLabel"> <widget class="QLabel" name="instanceAccountNameLabel">
<property name="text"> <property name="text">
<string>Account</string> <string>Account:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -368,14 +368,14 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QRadioButton" name="worldJoinButton"> <widget class="QRadioButton" name="worldJoinButton">
<property name="text"> <property name="text">
<string>Singleplayer world</string> <string>Singleplayer world:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="0"> <item row="0" column="0">
<widget class="QRadioButton" name="serverJoinAddressButton"> <widget class="QRadioButton" name="serverJoinAddressButton">
<property name="text"> <property name="text">
<string>Server address</string> <string>Server address:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -508,7 +508,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="labelGLFWPath"> <widget class="QLabel" name="labelGLFWPath">
<property name="text"> <property name="text">
<string>&amp;GLFW library path</string> <string>&amp;GLFW library path:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>lineEditGLFWPath</cstring> <cstring>lineEditGLFWPath</cstring>
@ -534,7 +534,7 @@
<item row="6" column="0"> <item row="6" column="0">
<widget class="QLabel" name="labelOpenALPath"> <widget class="QLabel" name="labelOpenALPath">
<property name="text"> <property name="text">
<string>&amp;OpenAL library path</string> <string>&amp;OpenAL library path:</string>
</property> </property>
<property name="buddy"> <property name="buddy">
<cstring>lineEditOpenALPath</cstring> <cstring>lineEditOpenALPath</cstring>