This repository has been archived on 2020-03-22. You can view files and clone it, but cannot push or open issues/pull-requests.
ThatMinecraftLauncher/main.ui

445 lines
10 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Launcher</class>
<widget class="QWidget" name="Launcher">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>302</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>401</width>
<height>302</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>401</width>
<height>302</height>
</size>
</property>
<property name="windowTitle">
<string>Jans Minecraft Mod Pack Launcher</string>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>251</height>
</rect>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>3</number>
</property>
<widget class="QWidget" name="tabUpdates">
<attribute name="title">
<string>News &amp;&amp; Updates</string>
</attribute>
<widget class="QWebView" name="webUpdates">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>401</width>
<height>221</height>
</rect>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabMods">
<attribute name="title">
<string>Mod Infos &amp;&amp; Credits</string>
</attribute>
<widget class="QWebView" name="webMods">
<property name="geometry">
<rect>
<x>-1</x>
<y>-1</y>
<width>401</width>
<height>221</height>
</rect>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabServer">
<attribute name="title">
<string>Server Info</string>
</attribute>
<widget class="QWebView" name="webServerInfo">
<property name="geometry">
<rect>
<x>-1</x>
<y>0</y>
<width>401</width>
<height>221</height>
</rect>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabPreferences">
<attribute name="title">
<string>Preferences</string>
</attribute>
<widget class="QGroupBox" name="groupLogin">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>381</width>
<height>101</height>
</rect>
</property>
<property name="title">
<string>Login Information</string>
</property>
<widget class="QLineEdit" name="lineUsername">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>381</width>
<height>29</height>
</rect>
</property>
<property name="text">
<string>&lt;previously entered&gt;</string>
</property>
<property name="placeholderText">
<string>e-Mail or username</string>
</property>
</widget>
<widget class="QLineEdit" name="linePassword">
<property name="geometry">
<rect>
<x>0</x>
<y>50</y>
<width>381</width>
<height>29</height>
</rect>
</property>
<property name="text">
<string>You fool!</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="readOnly">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>Password</string>
</property>
</widget>
<widget class="QPushButton" name="buttonSaveUser">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Save!</string>
</property>
</widget>
<widget class="QPushButton" name="buttonLogout">
<property name="geometry">
<rect>
<x>70</x>
<y>80</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Logout :(</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupPerformance">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>381</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Performance Settings</string>
</property>
<widget class="QComboBox" name="dropdownCPU">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>111</width>
<height>25</height>
</rect>
</property>
<item>
<property name="text">
<string>&lt;Type of CPU&gt;</string>
</property>
</item>
<item>
<property name="text">
<string>Daddy's old laptop</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Laptop</string>
</property>
</item>
<item>
<property name="text">
<string>Generic Single Core</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Single Core (Seriously!? Why?)</string>
</property>
</item>
<item>
<property name="text">
<string>Generic Dual Core</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Dual Core or Threaded</string>
</property>
</item>
<item>
<property name="text">
<string>Generic Multi Core</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Multi Core</string>
</property>
</item>
<item>
<property name="text">
<string>Extremely too many cores</string>
</property>
</item>
<item>
<property name="text">
<string>NO LIMITS!</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="dropdownGPU">
<property name="geometry">
<rect>
<x>110</x>
<y>20</y>
<width>111</width>
<height>25</height>
</rect>
</property>
<item>
<property name="text">
<string>&lt;Type of GPU&gt;</string>
</property>
</item>
<item>
<property name="text">
<string>Daddy's old laptop</string>
</property>
</item>
<item>
<property name="text">
<string>Generic laptop dedicated</string>
</property>
</item>
<item>
<property name="text">
<string>Modern laptop integrated</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Laptop dedicated</string>
</property>
</item>
<item>
<property name="text">
<string>Generic Integrated (or low-power office PC graphics card)</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Integrated (or modern office PC ... 1030? I am looking at you.)</string>
</property>
</item>
<item>
<property name="text">
<string>Generic Dedicated</string>
</property>
</item>
<item>
<property name="text">
<string>Modern Dedicated</string>
</property>
</item>
<item>
<property name="text">
<string>GAMING!!!</string>
</property>
</item>
<item>
<property name="text">
<string>When will RayTracing be available?</string>
</property>
</item>
</widget>
<widget class="QComboBox" name="dropdownRAM">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>111</width>
<height>25</height>
</rect>
</property>
<item>
<property name="text">
<string>&lt;Ram available&gt;</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="buttonSavePerformance">
<property name="geometry">
<rect>
<x>0</x>
<y>50</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Save!</string>
</property>
</widget>
<widget class="QPushButton" name="buttonAutoDetectPerformance">
<property name="geometry">
<rect>
<x>70</x>
<y>50</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Try auto-detect</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QLabel" name="labelServerStatus">
<property name="geometry">
<rect>
<x>310</x>
<y>260</y>
<width>81</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Server: Offline</string>
</property>
</widget>
<widget class="QPushButton" name="buttonServerStartup">
<property name="geometry">
<rect>
<x>300</x>
<y>280</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Request Startup</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QProgressBar" name="progressUpdate">
<property name="geometry">
<rect>
<x>0</x>
<y>250</y>
<width>101</width>
<height>51</height>
</rect>
</property>
<property name="value">
<number>24</number>
</property>
<property name="format">
<string>Updating...</string>
</property>
</widget>
<widget class="QPushButton" name="buttonPlay">
<property name="geometry">
<rect>
<x>100</x>
<y>250</y>
<width>201</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>PLAY! :)</string>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKitWidgets/QWebView</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>