Prepared XDG icon theme in :/icons/multimc. will only be usefull as soon as Qt decides to support custom fallback themes. use the resources directly for now.
		
			
				
	
	
		
			289 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			289 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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>
 | 
						|
    <width>450</width>
 | 
						|
    <height>400</height>
 | 
						|
   </rect>
 | 
						|
  </property>
 | 
						|
  <property name="minimumSize">
 | 
						|
   <size>
 | 
						|
    <width>450</width>
 | 
						|
    <height>400</height>
 | 
						|
   </size>
 | 
						|
  </property>
 | 
						|
  <property name="windowTitle">
 | 
						|
   <string>Dialog</string>
 | 
						|
  </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">
 | 
						|
      <string>MultiMC</string>
 | 
						|
     </property>
 | 
						|
     <property name="alignment">
 | 
						|
      <set>Qt::AlignCenter</set>
 | 
						|
     </property>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <widget class="QToolBox" name="toolBox">
 | 
						|
     <property name="currentIndex">
 | 
						|
      <number>0</number>
 | 
						|
     </property>
 | 
						|
     <widget class="QWidget" name="aboutPage">
 | 
						|
      <property name="geometry">
 | 
						|
       <rect>
 | 
						|
        <x>0</x>
 | 
						|
        <y>0</y>
 | 
						|
        <width>432</width>
 | 
						|
        <height>153</height>
 | 
						|
       </rect>
 | 
						|
      </property>
 | 
						|
      <attribute name="label">
 | 
						|
       <string>About</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_2">
 | 
						|
       <item>
 | 
						|
        <widget class="QLabel" name="aboutLabel">
 | 
						|
         <property name="text">
 | 
						|
          <string>MultiMC is a custom launcher that makes managing Minecraft easier by allowing you to have multiple installations of Minecraft at once.</string>
 | 
						|
         </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">
 | 
						|
          <string>© 2013 MultiMC Contributors</string>
 | 
						|
         </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">
 | 
						|
          <string><html><head/><body><p><a href="http://github.com/Forkk/MultiMC5"><span style=" text-decoration: underline; color:#0000ff;">http://github.com/Forkk/MultiMC5</span></a></p></body></html></string>
 | 
						|
         </property>
 | 
						|
         <property name="alignment">
 | 
						|
          <set>Qt::AlignCenter</set>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="creditsPage">
 | 
						|
      <property name="geometry">
 | 
						|
       <rect>
 | 
						|
        <x>0</x>
 | 
						|
        <y>0</y>
 | 
						|
        <width>432</width>
 | 
						|
        <height>153</height>
 | 
						|
       </rect>
 | 
						|
      </property>
 | 
						|
      <attribute name="label">
 | 
						|
       <string>Credits</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_3">
 | 
						|
       <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; }
 | 
						|
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; 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;">Andrew Okin &lt;<a href="mailto:forkk@forkk.net"><span style=" text-decoration: underline; color:#0000ff;">forkk@forkk.net</span></a>&gt;</p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Petr Mrázek &lt;<a href="mailto:peterix@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">peterix@gmail.com</span></a>&gt;</p>
 | 
						|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Orochimarufan &lt;<a href="mailto:orochimarufan.x3@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">orochimarufan.x3@gmail.com</span></a>&gt;</p></body></html></string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
     <widget class="QWidget" name="licensePage">
 | 
						|
      <attribute name="label">
 | 
						|
       <string>License</string>
 | 
						|
      </attribute>
 | 
						|
      <layout class="QVBoxLayout" name="verticalLayout_4">
 | 
						|
       <item>
 | 
						|
        <widget class="QTextEdit" name="licenseText">
 | 
						|
         <property name="minimumSize">
 | 
						|
          <size>
 | 
						|
           <width>0</width>
 | 
						|
           <height>0</height>
 | 
						|
          </size>
 | 
						|
         </property>
 | 
						|
         <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; }
 | 
						|
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; 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-size:10pt;">Copyright 2012 MultiMC Contributors</span></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-size:10pt;">Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span></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-size:10pt;">you may not use this file except in compliance with the License.</span></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-size:10pt;">You may obtain a copy of the License at</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-size:10pt;"><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-size:10pt;">	http://www.apache.org/licenses/LICENSE-2.0</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-size:10pt;"><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-size:10pt;">Unless required by applicable law or agreed to in writing, software</span></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-size:10pt;">distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></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-size:10pt;">WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></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-size:10pt;">See the License for the specific language governing permissions and</span></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-size:10pt;">limitations under the 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-size:10pt;"><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-size:10pt;">MultiMC uses bspatch, </span></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-size:10pt;">Copyright 2003-2005 Colin Percival</span></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-size:10pt;">All rights reserved</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-size:10pt;"><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-size:10pt;">Redistribution and use in source and binary forms, with or without</span></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-size:10pt;">modification, are permitted providing that the following conditions</span></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-size:10pt;">are met: </span></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-size:10pt;">1. Redistributions of source code must retain the above copyright</span></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-size:10pt;">   notice, this list of conditions and the following disclaimer.</span></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-size:10pt;">2. Redistributions in binary form must reproduce the above copyright</span></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-size:10pt;">   notice, this list of conditions and the following disclaimer in the</span></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-size:10pt;">   documentation and/or other materials provided with the distribution.</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-size:10pt;"><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-size:10pt;">THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR</span></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-size:10pt;">IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED</span></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-size:10pt;">WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></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-size:10pt;">ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY</span></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-size:10pt;">DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL</span></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-size:10pt;">DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS</span></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-size:10pt;">OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)</span></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-size:10pt;">HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,</span></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-size:10pt;">STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING</span></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-size:10pt;">IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE</span></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-size:10pt;">POSSIBILITY OF SUCH DAMAGE.</span></p></body></html></string>
 | 
						|
         </property>
 | 
						|
        </widget>
 | 
						|
       </item>
 | 
						|
      </layout>
 | 
						|
     </widget>
 | 
						|
    </widget>
 | 
						|
   </item>
 | 
						|
   <item>
 | 
						|
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 | 
						|
     <item>
 | 
						|
      <widget class="QPushButton" name="aboutQt">
 | 
						|
       <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>
 | 
						|
 <resources/>
 | 
						|
 <connections/>
 | 
						|
</ui>
 |