pollymc/launcher/ui/pages/global/APIPage.ui

245 lines
7.5 KiB
Plaintext
Raw Normal View History

2015-10-02 03:42:53 +05:30
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>APIPage</class>
<widget class="QWidget" name="APIPage">
2015-10-02 03:42:53 +05:30
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
2015-10-02 03:42:53 +05:30
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string notr="true">Tab 1</string>
2015-10-02 03:42:53 +05:30
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox_paste">
2015-10-02 03:42:53 +05:30
<property name="title">
2022-05-27 18:20:06 +05:30
<string>&amp;Pastebin Service</string>
2015-10-02 03:42:53 +05:30
</property>
2022-01-26 06:01:08 +05:30
<layout class="QVBoxLayout" name="verticalLayout_3">
2015-10-02 03:42:53 +05:30
<item>
<widget class="QLabel" name="pasteServiceTypeLabel">
<property name="text">
2022-05-27 18:20:06 +05:30
<string>Paste Service &amp;Type</string>
</property>
<property name="buddy">
<cstring>pasteTypeComboBox</cstring>
2015-10-02 03:42:53 +05:30
</property>
</widget>
</item>
2022-01-26 06:01:08 +05:30
<item>
<widget class="QComboBox" name="pasteTypeComboBox"/>
2022-01-26 06:01:08 +05:30
</item>
2022-01-15 04:50:06 +05:30
<item>
<widget class="QLabel" name="baseURLLabel">
<property name="text">
2022-05-27 18:20:06 +05:30
<string>Base &amp;URL</string>
</property>
<property name="buddy">
<cstring>baseURLEntry</cstring>
</property>
2022-01-15 04:50:06 +05:30
</widget>
</item>
2015-10-02 03:42:53 +05:30
<item>
<widget class="QLineEdit" name="baseURLEntry">
<property name="placeholderText">
<string/>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="baseURLNote">
<property name="text">
<string>Note: you probably want to change or clear the Base URL after changing the paste service type.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
2015-10-02 03:42:53 +05:30
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_msa">
<property name="title">
2022-04-22 03:53:36 +05:30
<string>&amp;Microsoft Authentication</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label_3">
<property name="text">
2022-02-13 01:39:25 +05:30
<string>Note: you probably don't need to set this if logging in via Microsoft Authentication already works.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="msaClientID">
<property name="placeholderText">
<string>(Default)</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="text">
2022-02-13 01:39:25 +05:30
<string>Enter a custom client ID for Microsoft Authentication here. </string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_meta">
<property name="title">
<string>Meta&amp;data Server</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>You can set this to a third-party metadata server to use patched libraries or other hacks.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="metaURL">
<property name="placeholderText">
2022-05-25 12:14:47 +05:30
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="text">
<string>Enter a custom URL for meta here.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
2015-10-02 03:42:53 +05:30
<item>
2022-05-20 23:26:27 +05:30
<widget class="QGroupBox" name="groupBox_curse">
<property name="enabled">
<bool>true</bool>
2015-10-02 03:42:53 +05:30
</property>
2022-05-20 23:26:27 +05:30
<property name="title">
<string>&amp;CurseForge Core API</string>
2015-10-02 03:42:53 +05:30
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
2022-05-20 23:26:27 +05:30
<item>
<widget class="QLabel" name="label_8">
2022-05-20 23:26:27 +05:30
<property name="text">
<string>Note: you probably don't need to set this if CurseForge already works.</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="curseKey">
<property name="enabled">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>(Default)</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_7">
2022-05-20 23:26:27 +05:30
<property name="text">
<string>Enter a custom API Key for CurseForge here. </string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
2015-10-02 03:42:53 +05:30
</item>
2022-05-22 17:11:44 +05:30
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2015-10-02 03:42:53 +05:30
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>