2017-06-30 22:03:43 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>about_dialog</class>
<widget class="QDialog" name="about_dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2017-09-10 13:03:24 +02:00
<width>880</width>
<height>630</height>
2017-06-30 22:03:43 +02:00
</rect>
</property>
<property name="windowTitle">
<string>About RPCS3</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/rpcs3.ico</normaloff>:/rpcs3.ico</iconset>
</property>
2020-03-04 21:46:39 +01:00
<layout class="QVBoxLayout" name="about_dialog_layout">
2017-09-10 13:03:24 +02:00
<property name="spacing">
2019-05-04 22:56:55 +02:00
<number>6</number>
2017-09-10 13:03:24 +02:00
</property>
2017-07-05 05:31:15 +02:00
<property name="leftMargin">
2017-07-05 03:16:02 +02:00
<number>0</number>
</property>
2017-07-05 05:31:15 +02:00
<property name="topMargin">
<number>0</number>
2017-06-30 22:03:43 +02:00
</property>
2017-07-05 05:31:15 +02:00
<property name="rightMargin">
<number>0</number>
2017-06-30 22:03:43 +02:00
</property>
2017-07-05 05:31:15 +02:00
<property name="bottomMargin">
<number>0</number>
2017-06-30 22:03:43 +02:00
</property>
2017-07-05 05:31:15 +02:00
<item>
2017-08-15 22:04:08 +02:00
<widget class="QWidget" name="header_section" native="true">
2017-09-10 13:03:24 +02:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
2020-03-04 21:46:39 +01:00
<layout class="QHBoxLayout" name="header_section_layout">
2017-07-05 05:31:15 +02:00
<item>
2020-03-04 21:46:39 +01:00
<widget class="QWidget" name="icon_widget" native="true">
<layout class="QVBoxLayout" name="icon_widget_layout">
2017-07-05 05:31:15 +02:00
<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 alignment="Qt::AlignHCenter|Qt::AlignTop">
2017-09-10 13:03:24 +02:00
<widget class="QLabel" name="icon">
2017-07-05 05:31:15 +02:00
<property name="maximumSize">
<size>
<width>50</width>
<height>50</height>
</size>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../resources.qrc">:/Icons/insignia.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
<property name="margin">
<number>0</number>
</property>
</widget>
</item>
<item>
2017-09-10 13:03:24 +02:00
<spacer name="icon_spacer">
2017-07-05 05:31:15 +02:00
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
2017-09-10 13:03:24 +02:00
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
2017-07-05 05:31:15 +02:00
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
2017-09-10 13:03:24 +02:00
<height>0</height>
2017-07-05 05:31:15 +02:00
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
2017-09-10 13:03:24 +02:00
<layout class="QVBoxLayout" name="text_layout">
2017-07-05 05:31:15 +02:00
<item>
2017-09-10 13:03:24 +02:00
<widget class="QLabel" name="title">
2017-07-05 05:31:15 +02:00
<property name="font">
<font>
<family>Arial</family>
<pointsize>14</pointsize>
<weight>50</weight>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>RPCS3 PlayStation 3 Emulator</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
2019-07-21 19:44:47 +02:00
<property name="textInteractionFlags">
2020-05-19 03:11:12 +02:00
<set>Qt::TextSelectableByMouse</set>
2019-07-21 19:44:47 +02:00
</property>
2017-07-05 05:31:15 +02:00
</widget>
</item>
<item>
2017-09-10 13:03:24 +02:00
<widget class="QLabel" name="description">
2017-07-05 05:31:15 +02:00
<property name="font">
<font>
<family>Arial</family>
<kerning>true</kerning>
</font>
</property>
<property name="text">
2017-07-06 11:48:06 +02:00
<string><html><head/><body><p>RPCS3 is an open-source Sony PlayStation 3 emulator and debugger.<br/>It is written in C++ for Windows and Linux funded with <a href="https://www.patreon.com/Nekotekina"><span style=" text-decoration: underline; color:#0000ff;">Patreon</span></a>.<br/>Our developers and contributors are always working hard to ensure this project can be the best that it can be.<br/>There are still plenty of implementations to be made and optimizations to be done.</p></body></html></string>
2017-07-05 05:31:15 +02:00
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
2019-07-21 19:44:47 +02:00
<property name="textInteractionFlags">
2020-05-19 03:11:12 +02:00
<set>Qt::TextBrowserInteraction</set>
2019-07-21 19:44:47 +02:00
</property>
2017-07-05 05:31:15 +02:00
</widget>
</item>
<item>
<widget class="QLabel" name="version">
<property name="font">
<font>
<family>Arial</family>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
2019-07-21 19:44:47 +02:00
<property name="textInteractionFlags">
2020-05-19 03:11:12 +02:00
<set>Qt::TextBrowserInteraction</set>
2019-07-21 19:44:47 +02:00
</property>
2017-07-05 05:31:15 +02:00
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
2017-09-10 13:03:24 +02:00
<widget class="QScrollArea" name="name_section">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
2017-07-05 05:31:15 +02:00
</property>
2017-09-10 13:03:24 +02:00
<property name="minimumSize">
<size>
<width>0</width>
<height>400</height>
</size>
2017-07-05 05:31:15 +02:00
</property>
2017-09-10 13:03:24 +02:00
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
2017-07-05 05:31:15 +02:00
</property>
2017-09-10 13:03:24 +02:00
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
2017-07-05 05:31:15 +02:00
</property>
2017-09-10 13:03:24 +02:00
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="names">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>863</width>
2020-03-04 21:46:39 +01:00
<height>1376</height>
2017-09-10 13:03:24 +02:00
</rect>
</property>
2020-03-04 21:46:39 +01:00
<layout class="QHBoxLayout" name="names_layout" stretch="1,1,1,1">
2017-09-10 13:03:24 +02:00
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
2017-07-05 05:31:15 +02:00
</property>
2017-09-10 13:03:24 +02:00
<property name="leftMargin">
<number>24</number>
2017-07-05 05:31:15 +02:00
</property>
2017-09-10 13:03:24 +02:00
<item>
<widget class="QLabel" name="developers">
<property name="text">
2020-05-14 23:53:39 +02:00
<string><p><b>Developers:</b><br><br>¬DH<br>¬AlexAltea<br>¬Hykem<br>¬Oil<br>Nekotekina<br>¬Bigpet<br>¬gopalsr83<br>¬tambry<br>¬vlj<br>kd-11<br>¬jarveson<br>¬raven02<br>AniLeo<br>cornytrace<br>ssshadow<br>¬Numan<br>hcorion<br>Megamouse<br>¬flash-fire<br>DAGINATSUKO<br>GalCiv<br>eladash</p></string>
2017-09-10 13:03:24 +02:00
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
2019-07-21 19:44:47 +02:00
<property name="textInteractionFlags">
2020-05-19 03:11:12 +02:00
<set>Qt::TextSelectableByMouse</set>
2019-07-21 19:44:47 +02:00
</property>
2017-09-10 13:03:24 +02:00
</widget>
</item>
<item>
<widget class="QLabel" name="contributors">
<property name="text">
2020-05-14 23:59:13 +02:00
<string><p><b>Contributors:</b><br><br>BlackDaemon<br>elisha464<br>Aishou<br>krofna<br>xsacha<br>danilaml<br>unknownbrackets<br>Zangetsu38<br>lioncash<br>achurch<br>darkf<br>Syphurith<br>Blaypeg<br>Survanium90<br>georgemoralis<br>ikki84<br>scribam<br>TGE<br>velocity<br>Farseer<br>Dangles<br>ruipin<br>jbeich<br>CookiePLMonster<br>Whatcookie<br>rajkosto<br>Admiral Thrawn</p></string>
2017-09-10 13:03:24 +02:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
2019-07-21 19:44:47 +02:00
<property name="textInteractionFlags">
2020-05-19 03:11:12 +02:00
<set>Qt::TextSelectableByMouse</set>
2019-07-21 19:44:47 +02:00
</property>
2017-09-10 13:03:24 +02:00
</widget>
</item>
<item>
<widget class="QLabel" name="supporters">
<property name="text">
2021-01-27 12:23:26 +01:00
<string><p><b>Supporters:</b><br><br>Howard Garrison<br>EXPotemkin<br>Marko V.<br>danhp<br>Jake (5315825)<br>Ian Reid<br>Tad Sherlock<br>Tyler Friesen<br>Folzar<br>Payton Williams<br>RedPill Australia<br>yanghong<br>Mohammed El-Serougi<br>Дима ~Ximer13~ Кулин<br>James Reed<br>BaroqueSonata<br>Bonzay0<br>Henrijs Kons<br>eoiz<br>Lena Stöffler<br>Michael Holder<br>Max Bosse<br>Tyler Whisinnand<br>Gato Harvey<br>cain4355<br>Thomas Peltier<br>Loli Co.<br>MapleLoonie<br>Travis McEwen<br>Scott Singratsomboune<br>T.E<br>Lukas Rieger<br>Dane Madsen<br>JMS<br>Jonatan R<br>Luke Johnson<br>Thomas Zaorski<br>MyOwnFan<br>Alexandros Mandravillis<br>Socker Bopper<br>Faris Leonhart<br>Fabien Net<br>Raves<br>Barrowsx<br>kilsuton<br>Max Mason<br>Ethan Condon<br>jfidone<br>iaDRM<br>Kazer2.0<br>Bryce Quintin<br>Yuri Kunde Schlesner<br>Abdulla Altayer<br>Nicolas Jallamion<br>Vorvek<br>Ian Faddis<br>Leon<br>Mohammad Taleb<br>Jokez<br>crashX<br>Raveskirza<br>Grant Deacon<br>michael<br>David Zech<br>Ben Manoochehri<br>Adnan Kovacevic<br>Mighty J<br>Sam Shan Jiang<br>TheAnig<br>Rodney Coleman<br>FiniteAce<br>Kian Soon Alex Chiam<br>yukkuri<br>Justin Chadwick<br>toxic Itzi<br>Templerror<br>Myles Wesley Carlson<br>Max Bosse<br>Ethan Clark<br>LupineDream<br>CheatCodesOfLife<br>Jan Zykmund<br>Francesco Cinquemani<br>Andylg<br>Julia H de Camargos<br>Suvodip Mitra<br>Goh<br>Dmitry<br>Steel Brain<br>VarieZ<br>William Swango<br>Matthew Messersmith<br>Duane Locsin<br>Shuddertrix<br>Loweys Litsman<br>Shuddertrix<br>Mason Ferrie<br>Richard Kaplan<br>Hugues Valois<br>richard(lath..ch@)<br>Johnathan (Virtuous John)<br>eoiz<br>Dany Huguenin<br>doobieashtray<br>dean(mag..94@)<br>Pommier Jean-Philippe<br>Douglas Alan Albino<br>Ryan Mull<br>Thor-Erling Engen<br>Nick Carpenter<br>curryking3<br>Jared Tracton<br>alex(koo..oh@)<br>Jason O'Brien<br>Skeletal Charizard<br>Ace00<br>Brandon Corujo<br>HyperBitHero<br>佳文 李<br>sorryboi
<br>Johnson Bui
<br>itachi1986
<br>Mortano
<br>Xythera
<br>Albert Quinteros
<br>Uzair Sheikh
<br>Ethan Hoppins
<br>optic
<br>Quill Slyver
<br>Averie
<br>StevenCarson
<br>YuriNator557
<br>Deanmaxx
<br>linkQatar G
<br>Jack Collie
</p></string>
2017-09-10 13:03:24 +02:00
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
2019-07-21 19:44:47 +02:00
<property name="textInteractionFlags">
2020-05-19 03:11:12 +02:00
<set>Qt::TextSelectableByMouse</set>
2019-07-21 19:44:47 +02:00
</property>
2017-09-10 13:03:24 +02:00
</widget>
</item>
<item>
<spacer name="names_spacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
2017-07-05 05:31:15 +02:00
</item>
<item>
2017-09-10 13:03:24 +02:00
<layout class="QHBoxLayout" name="button_section">
2017-07-05 05:31:15 +02:00
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item>
<widget class="QPushButton" name="gitHub">
<property name="text">
<string>GitHub</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="website">
<property name="text">
<string>Website</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="forum">
<property name="text">
<string>Forum</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="patreon">
<property name="text">
<string>Patreon</string>
</property>
</widget>
</item>
<item>
2017-09-10 13:03:24 +02:00
<spacer name="button_spacer">
2017-07-05 05:31:15 +02:00
<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="close">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
2017-06-30 22:03:43 +02:00
</widget>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections/>
</ui>