2013-02-22 00:05:52 +05:30
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2016-11-27 04:23:56 +05:30
<width>783</width>
<height>843</height>
2013-02-22 00:05:52 +05:30
</rect>
</property>
<property name="minimumSize">
<size>
<width>450</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
2013-12-14 06:22:46 +05:30
<string>About MultiMC</string>
2013-02-22 00:05:52 +05:30
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="icon">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="baseSize">
<size>
<width>64</width>
<height>64</height>
</size>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="title">
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
2016-01-03 07:45:12 +05:30
<string notr="true">MultiMC 5</string>
2013-02-22 00:05:52 +05:30
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
2015-10-20 05:20:29 +05:30
<widget class="QTabWidget" name="tabWidget">
2013-12-14 06:22:46 +05:30
<property name="currentIndex">
2014-07-21 03:17:46 +05:30
<number>0</number>
2013-12-14 06:22:46 +05:30
</property>
2015-10-20 05:20:29 +05:30
<widget class="QWidget" name="aboutTab">
<attribute name="title">
2013-02-22 00:05:52 +05:30
<string>About</string>
</attribute>
2015-10-20 05:20:29 +05:30
<layout class="QVBoxLayout" name="verticalLayout_5">
2014-01-08 06:01:31 +05:30
<item>
<widget class="QLabel" name="versionLabel">
<property name="text">
<string>Version:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="platformLabel">
<property name="text">
<string>Platform:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="buildNumLabel">
<property name="text">
<string>Build Number:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="channelLabel">
<property name="text">
<string>Channel:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2013-02-22 00:05:52 +05:30
<item>
<widget class="QLabel" name="aboutLabel">
2013-12-31 23:15:27 +05:30
<property name="enabled">
<bool>true</bool>
</property>
2013-02-22 00:05:52 +05:30
<property name="text">
2013-10-08 00:46:09 +05:30
<string><html><head/><body><p>MultiMC is a custom launcher that makes managing Minecraft easier by allowing you to have multiple instances of Minecraft at once.</p></body></html></string>
2013-02-22 00:05:52 +05:30
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="copyLabel">
<property name="font">
<font>
<pointsize>8</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
2019-01-17 01:44:24 +05:30
<string>© 2012-2019 MultiMC Contributors</string>
2013-02-22 00:05:52 +05:30
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="urlLabel">
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
2018-11-02 17:34:08 +05:30
<string notr="true"><html><head/><body><p><a href="https://github.com/MultiMC/MultiMC5">https://github.com/MultiMC/MultiMC5</a></p></body></html></string>
2013-02-22 00:05:52 +05:30
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
2014-01-08 06:01:31 +05:30
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2015-10-20 05:20:29 +05:30
<height>212</height>
2014-01-08 06:01:31 +05:30
</size>
</property>
</spacer>
</item>
2013-02-22 00:05:52 +05:30
</layout>
</widget>
2015-10-20 05:20:29 +05:30
<widget class="QWidget" name="creditsTab">
<attribute name="title">
2013-02-22 00:05:52 +05:30
<string>Credits</string>
</attribute>
2015-10-20 05:20:29 +05:30
<layout class="QVBoxLayout" name="verticalLayout_2">
2013-02-22 00:05:52 +05:30
<item>
<widget class="QTextEdit" name="creditsText">
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2016-11-27 04:23:56 +05:30
</style></head><body style=" font-family:'Noto Sans'; font-size:12pt; font-weight:400; font-style:normal;">
2014-07-21 03:17:46 +05:30
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:9pt;"><br /></p></body></html></string>
2014-01-02 04:05:59 +05:30
</property>
<property name="textInteractionFlags">
2014-11-16 03:53:02 +05:30
<set>Qt::TextBrowserInteraction</set>
2013-10-11 00:49:31 +05:30
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="translationInfo">
<property name="text">
<string extracomment="Hey, Translator, feel free to put credit to you here">No Language file loaded.</string>
</property>
<property name="readOnly">
<bool>true</bool>
2013-02-22 00:05:52 +05:30
</property>
</widget>
</item>
</layout>
</widget>
2015-10-20 05:20:29 +05:30
<widget class="QWidget" name="licenseTab">
<attribute name="title">
2013-02-22 00:05:52 +05:30
<string>License</string>
</attribute>
2015-10-20 05:20:29 +05:30
<layout class="QVBoxLayout" name="verticalLayout_3">
2013-02-22 00:05:52 +05:30
<item>
<widget class="QTextEdit" name="licenseText">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
2013-12-14 06:22:46 +05:30
<property name="font">
<font>
<family>DejaVu Sans Mono</family>
</font>
</property>
2013-02-22 00:05:52 +05:30
<property name="readOnly">
<bool>true</bool>
</property>
<property name="html">
2016-01-03 07:45:12 +05:30
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2013-02-22 00:05:52 +05:30
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2016-11-27 04:23:56 +05:30
</style></head><body style=" font-family:'DejaVu Sans Mono'; font-size:12pt; font-weight:400; font-style:normal;">
2017-05-06 21:57:47 +05:30
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string>
2013-02-22 00:05:52 +05:30
</property>
2014-11-16 03:53:02 +05:30
<property name="textInteractionFlags">
<set>Qt::TextBrowserInteraction</set>
</property>
2013-02-22 00:05:52 +05:30
</widget>
</item>
</layout>
2013-12-31 20:14:09 +05:30
</widget>
2015-10-20 05:20:29 +05:30
<widget class="QWidget" name="forkingTab">
<attribute name="title">
2013-12-31 20:14:09 +05:30
<string>Forking/Redistribution</string>
</attribute>
2015-10-20 05:20:29 +05:30
<layout class="QVBoxLayout" name="verticalLayout_4">
2013-12-31 20:14:09 +05:30
<item>
<widget class="QTextEdit" name="textEdit">
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
2016-11-27 04:23:56 +05:30
</style></head><body style=" font-family:'Noto Sans'; font-size:12pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans'; font-size:11pt;">We keep MultiMC open source because we think it's important to be able to see the source code for a project like this, and we do so using the Apache license.</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Vera Sans'; font-size:11pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans'; font-size:11pt;">Part of the reason for using the Apache license is we don't want people using the &quot;MultiMC&quot; name when redistributing the project. This means people must take the time to go through the source code and remove all references to &quot;MultiMC&quot;, including but not limited to the project icon and the title of windows, (no *MultiMC-fork* in the title).</span></p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Bitstream Vera Sans'; font-size:11pt;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Bitstream Vera Sans'; font-size:11pt;">The Apache license covers reasonable use for the name - a mention of the project's origins in the About dialog and the license is acceptable. However, it should be abundantly clear that the project is a fork </span><span style=" font-family:'Bitstream Vera Sans'; font-size:11pt; font-weight:600;">without</span><span style=" font-family:'Bitstream Vera Sans'; font-size:11pt;"> implying that you have our blessing.</span></p></body></html></string>
2013-12-31 20:14:09 +05:30
</property>
<property name="textInteractionFlags">
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
</property>
</widget>
</item>
</layout>
2013-02-22 00:05:52 +05:30
</widget>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="aboutQt">
2013-10-08 00:25:49 +05:30
<property name="autoFillBackground">
<bool>false</bool>
</property>
2013-02-22 00:05:52 +05:30
<property name="text">
<string>About Qt</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="closeButton">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
2015-10-20 05:20:29 +05:30
<tabstops>
<tabstop>tabWidget</tabstop>
<tabstop>creditsText</tabstop>
<tabstop>translationInfo</tabstop>
<tabstop>licenseText</tabstop>
<tabstop>textEdit</tabstop>
<tabstop>aboutQt</tabstop>
<tabstop>closeButton</tabstop>
</tabstops>
2013-10-08 00:25:49 +05:30
<resources>
2014-05-01 23:13:55 +05:30
<include location="../../resources/multimc/multimc.qrc"/>
2013-10-08 00:25:49 +05:30
</resources>
2013-02-22 00:05:52 +05:30
<connections/>
</ui>