153 lines
4.5 KiB
XML
153 lines
4.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DAboutDialog</class>
|
|
<widget class="QDialog" name="DAboutDialog">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>About Dolphin</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<property name="rightMargin">
|
|
<number>22</number>
|
|
</property>
|
|
<property name="horizontalSpacing">
|
|
<number>18</number>
|
|
</property>
|
|
<property name="verticalSpacing">
|
|
<number>13</number>
|
|
</property>
|
|
<item row="5" column="1">
|
|
<widget class="QLabel" name="lblLicenseAuthorsSupport">
|
|
<property name="text">
|
|
<string><a href="%1">License</a> | <a href="%2">Authors</a> | <a href="%3">Support</a></string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::RichText</enum>
|
|
</property>
|
|
<property name="openExternalLinks">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="1">
|
|
<widget class="QLabel" name="lblGitInfo">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>7</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Branch: %1
|
|
Revision: %2
|
|
Compiled: %3 @ %4</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0" rowspan="6">
|
|
<widget class="QLabel" name="lblLogo">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="margin">
|
|
<number>16</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="1">
|
|
<widget class="QLabel" name="lblChkForUpdates">
|
|
<property name="text">
|
|
<string>Check for updates: <a href="https://dolphin-emu.org/download">dolphin-emu.org/download</a></string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::RichText</enum>
|
|
</property>
|
|
<property name="openExternalLinks">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QLabel" name="lblDolphin">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>31</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dolphin</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="6" column="0" colspan="2">
|
|
<widget class="QLabel" name="lblFinePrint">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>7</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>© 2003-%1 Dolphin Team. “GameCube” and “Wii” are trademarks of Nintendo. Dolphin is not affiliated with Nintendo in any way.</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLabel" name="lblGitRev">
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>9</pointsize>
|
|
<weight>75</weight>
|
|
<italic>false</italic>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string notr="true"><git shortrev></string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="1">
|
|
<widget class="QLabel" name="lblAbout">
|
|
<property name="text">
|
|
<string>Dolphin is a free and open-source GameCube and Wii emulator.
|
|
This software should not be used to play games you do not legally own.</string>
|
|
</property>
|
|
<property name="textFormat">
|
|
<enum>Qt::PlainText</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|