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>
|
2022-02-05 22:07:11 +01:00
|
|
|
<width>805</width>
|
|
|
|
|
<height>555</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>
|
2022-02-05 22:07:11 +01:00
|
|
|
<layout class="QVBoxLayout" name="about_dialog_layout" stretch="0,1,0">
|
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>
|
2022-02-05 22:07:11 +01:00
|
|
|
<layout class="QHBoxLayout" name="header_section_layout" stretch="0,1">
|
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">
|
2022-02-05 22:07:11 +01:00
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
2020-03-04 21:46:39 +01:00
|
|
|
<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>
|
2021-10-27 23:43:32 +02:00
|
|
|
<item>
|
|
|
|
|
<widget class="QSvgWidget" name="icon" native="true">
|
2017-07-05 05:31:15 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>50</width>
|
|
|
|
|
<height>50</height>
|
|
|
|
|
</size>
|
|
|
|
|
</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">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>Qt::Orientation::Vertical</enum>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
2017-09-10 13:03:24 +02:00
|
|
|
<property name="sizeType">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>QSizePolicy::Policy::MinimumExpanding</enum>
|
2017-09-10 13:03:24 +02:00
|
|
|
</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>
|
|
|
|
|
<bold>false</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>RPCS3 PlayStation 3 Emulator</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
2025-03-20 03:42:15 +01:00
|
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
2019-07-21 19:44:47 +02:00
|
|
|
<property name="textInteractionFlags">
|
2025-03-20 03:42:15 +01:00
|
|
|
<set>Qt::TextInteractionFlag::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="textFormat">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>Qt::TextFormat::RichText</enum>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
2025-03-20 03:42:15 +01:00
|
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
|
2017-07-05 05:31:15 +02:00
|
|
|
</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">
|
2025-03-20 03:42:15 +01:00
|
|
|
<set>Qt::TextInteractionFlag::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">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>Qt::TextFormat::RichText</enum>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
2025-03-20 03:42:15 +01:00
|
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2019-07-21 19:44:47 +02:00
|
|
|
<property name="textInteractionFlags">
|
2025-03-20 03:42:15 +01:00
|
|
|
<set>Qt::TextInteractionFlag::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">
|
2022-02-05 22:07:11 +01:00
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
2017-09-10 13:03:24 +02:00
|
|
|
<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>
|
2022-02-05 22:07:11 +01:00
|
|
|
<height>200</height>
|
2017-09-10 13:03:24 +02:00
|
|
|
</size>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
2017-09-10 13:03:24 +02:00
|
|
|
<property name="frameShape">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
2017-09-10 13:03:24 +02:00
|
|
|
<property name="verticalScrollBarPolicy">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOn</enum>
|
2017-07-05 05:31:15 +02:00
|
|
|
</property>
|
2017-09-10 13:03:24 +02:00
|
|
|
<property name="sizeAdjustPolicy">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>QAbstractScrollArea::SizeAdjustPolicy::AdjustToContents</enum>
|
2017-09-10 13:03:24 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="widgetResizable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="names">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2025-03-20 03:42:15 +01:00
|
|
|
<width>793</width>
|
|
|
|
|
<height>2638</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">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>QLayout::SizeConstraint::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>
|
2025-03-20 03:42:15 +01:00
|
|
|
<layout class="QVBoxLayout" name="developerLayout" stretch="0,1">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>10</number>
|
2017-09-10 13:03:24 +02:00
|
|
|
</property>
|
2025-03-20 03:42:15 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="developersTitle">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Developers:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="developers">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true"><p>¬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>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="scaledContents">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
|
<set>Qt::TextInteractionFlag::TextSelectableByMouse</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2017-09-10 13:03:24 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-03-20 03:42:15 +01:00
|
|
|
<layout class="QVBoxLayout" name="contributorsLayout" stretch="0,1">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>10</number>
|
2019-07-21 19:44:47 +02:00
|
|
|
</property>
|
2025-03-20 03:42:15 +01:00
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="contributorsTitle">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Contributors:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="contributors">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true"><p>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<br>FlexBy<br>Dunastique<br>Jonathan44062<br>yurinator557<br>Satan<br>HoldTheMourning<br>illusion0001</p></string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
|
<set>Qt::TextInteractionFlag::TextSelectableByMouse</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2017-09-10 13:03:24 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
2025-03-20 03:42:15 +01:00
|
|
|
<layout class="QVBoxLayout" name="supportersLayout" stretch="0,1">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>10</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="supportersTitle">
|
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<bold>true</bold>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Supporters:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="supporters">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string notr="true"><p>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
|
2021-01-27 12:23:26 +01:00
|
|
|
<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
|
2021-02-05 21:56:41 +01:00
|
|
|
<br>TAL BERKOVITZ
|
|
|
|
|
<br>cjtk
|
2021-02-22 17:37:42 +01:00
|
|
|
<br>Comexzone
|
2021-03-17 21:53:10 +01:00
|
|
|
<br>mapleglass
|
|
|
|
|
<br>Liquidbings
|
2021-05-19 19:04:16 +02:00
|
|
|
<br>Dormant_Hero@0230
|
|
|
|
|
<br>Theodore Raney
|
|
|
|
|
<br>Morito
|
|
|
|
|
<br>Chaining Ten
|
|
|
|
|
<br>Xeropel
|
2022-05-04 14:47:06 +02:00
|
|
|
<br>Marko Gatzouris
|
|
|
|
|
<br>Steven (...weller@gmail.com)
|
|
|
|
|
<br>Real Gamer
|
|
|
|
|
<br>Spencer Robinson
|
|
|
|
|
<br>naps
|
|
|
|
|
<br>Matthew Stevens
|
|
|
|
|
<br>Orion Clark
|
|
|
|
|
<br>William K. Leung
|
|
|
|
|
<br>Trent M
|
|
|
|
|
<br>Viktor Ni
|
|
|
|
|
<br>Marc Tönsing
|
|
|
|
|
<br>Amogus
|
|
|
|
|
<br>Scott Davis
|
|
|
|
|
<br>秉軒 侯
|
|
|
|
|
<br>Wiktor Tkaczyński
|
|
|
|
|
<br>Vekkar
|
|
|
|
|
<br>Jackson Abney
|
2021-01-27 12:23:26 +01:00
|
|
|
</p></string>
|
2025-03-20 03:42:15 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textInteractionFlags">
|
|
|
|
|
<set>Qt::TextInteractionFlag::TextSelectableByMouse</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2017-09-10 13:03:24 +02:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="names_spacer">
|
|
|
|
|
<property name="orientation">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
2017-09-10 13:03:24 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="sizeType">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>QSizePolicy::Policy::MinimumExpanding</enum>
|
2017-09-10 13:03:24 +02:00
|
|
|
</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>
|
2023-06-23 20:45:58 +02:00
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="discord">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Discord</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="wiki">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Wiki</string>
|
|
|
|
|
</property>
|
2017-07-05 05:31:15 +02:00
|
|
|
</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">
|
2025-03-20 03:42:15 +01:00
|
|
|
<enum>Qt::Orientation::Horizontal</enum>
|
2017-07-05 05:31:15 +02:00
|
|
|
</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>
|
2021-10-27 23:43:32 +02:00
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>QSvgWidget</class>
|
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
|
<header>qsvgwidget.h</header>
|
|
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
2017-06-30 22:03:43 +02:00
|
|
|
<resources>
|
|
|
|
|
<include location="../resources.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|