Improve proxy page

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-24 00:36:03 +00:00
parent 2ab08f01b1
commit ad8818a134
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E

View file

@ -54,14 +54,14 @@
<property name="title"> <property name="title">
<string>Type</string> <string>Type</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<widget class="QRadioButton" name="proxyDefaultBtn"> <widget class="QRadioButton" name="proxyDefaultBtn">
<property name="toolTip"> <property name="toolTip">
<string>Uses your system's default proxy settings.</string> <string>Uses your system's default proxy settings.</string>
</property> </property>
<property name="text"> <property name="text">
<string>&amp;Default</string> <string>S&amp;ystem Settings</string>
</property> </property>
<attribute name="buttonGroup"> <attribute name="buttonGroup">
<string notr="true">proxyGroup</string> <string notr="true">proxyGroup</string>
@ -142,6 +142,16 @@
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLineEdit" name="proxyUserEdit"/> <widget class="QLineEdit" name="proxyUserEdit"/>
</item> </item>
<item row="2" column="0" colspan="2">
<widget class="QLabel" name="proxyPlainTextWarningLabel">
<property name="text">
<string>Note: Proxy username and password are stored in plain text inside the launcher's configuration file!</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<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">
@ -152,16 +162,6 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="0">
<widget class="QLabel" name="proxyPasswordLabel">
<property name="text">
<string>&amp;Password:</string>
</property>
<property name="buddy">
<cstring>proxyPassEdit</cstring>
</property>
</widget>
</item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QLineEdit" name="proxyPassEdit"> <widget class="QLineEdit" name="proxyPassEdit">
<property name="echoMode"> <property name="echoMode">
@ -169,13 +169,13 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="2"> <item row="1" column="0">
<widget class="QLabel" name="proxyPlainTextWarningLabel"> <widget class="QLabel" name="proxyPasswordLabel">
<property name="text"> <property name="text">
<string>Note: Proxy username and password are stored in plain text inside the launcher's configuration file!</string> <string>&amp;Password:</string>
</property> </property>
<property name="wordWrap"> <property name="buddy">
<bool>true</bool> <cstring>proxyPassEdit</cstring>
</property> </property>
</widget> </widget>
</item> </item>