mirror of https://github.com/PCSX2/pcsx2.git
279 lines
7.6 KiB
Plaintext
279 lines
7.6 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>GameSummaryWidget</class>
|
||
|
<widget class="QWidget" name="GameSummaryWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>692</width>
|
||
|
<height>562</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QFormLayout" name="formLayout">
|
||
|
<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 row="0" column="0">
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="text">
|
||
|
<string>Title:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QLineEdit" name="title">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="0">
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="text">
|
||
|
<string>Path:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="1" column="1">
|
||
|
<widget class="QLineEdit" name="path">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="0">
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="text">
|
||
|
<string>Serial:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QLineEdit" name="serial">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="0">
|
||
|
<widget class="QLabel" name="label_36">
|
||
|
<property name="text">
|
||
|
<string>CRC:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="3" column="1">
|
||
|
<widget class="QLineEdit" name="crc">
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0">
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="text">
|
||
|
<string>Region:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="1">
|
||
|
<widget class="QComboBox" name="region">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>NTSC-U/C (US/Canada)</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/flag-us.png</normaloff>:/icons/flag-us.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>NTSC-J (Japan)</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/flag-jp.png</normaloff>:/icons/flag-jp.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>PAL (Europe/Australia)</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/flag-eu.png</normaloff>:/icons/flag-eu.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Other</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/flag-other.png</normaloff>:/icons/flag-other.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="6" column="0">
|
||
|
<widget class="QLabel" name="label_7">
|
||
|
<property name="text">
|
||
|
<string>Compatibility:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="7" column="1">
|
||
|
<spacer name="verticalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Vertical</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>20</width>
|
||
|
<height>40</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item row="6" column="1">
|
||
|
<widget class="QComboBox" name="compatibility">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Unknown</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/star-0.png</normaloff>:/icons/star-0.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Not Bootable</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/star-1.png</normaloff>:/icons/star-1.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Reaches Intro</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/star-2.png</normaloff>:/icons/star-2.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Reaches Menu</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/star-3.png</normaloff>:/icons/star-3.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>In-Game</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/star-4.png</normaloff>:/icons/star-4.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Perfect</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/star-5.png</normaloff>:/icons/star-5.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="0">
|
||
|
<widget class="QLabel" name="label_5">
|
||
|
<property name="text">
|
||
|
<string>Type:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="4" column="1">
|
||
|
<widget class="QComboBox" name="type">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="editable">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>PS2 Disc</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/media-optical-24.png</normaloff>:/icons/media-optical-24.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>PS1 Disc</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/media-optical-24.png</normaloff>:/icons/media-optical-24.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>ELF (PS2 Executable)</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/applications-system-24.png</normaloff>:/icons/applications-system-24.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Playlist</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../resources/resources.qrc">
|
||
|
<normaloff>:/icons/address-book-new-22.png</normaloff>:/icons/address-book-new-22.png</iconset>
|
||
|
</property>
|
||
|
</item>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../resources/resources.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|