| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CompatDB</class>
- <widget class="QWizard" name="CompatDB">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>600</width>
- <height>482</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>500</width>
- <height>410</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Report Compatibility</string>
- </property>
- <property name="options">
- <set>QWizard::DisabledBackButtonOnLastPage|QWizard::HelpButtonOnRight|QWizard::NoBackButtonOnStartPage</set>
- </property>
- <widget class="QWizardPage" name="wizard_Info">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">0</string>
- </attribute>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="lbl_Spiel">
- <property name="text">
- <string><html><head/><body><p><span style=" font-size:10pt;">Should you choose to submit a test case to the </span><a href="https://yuzu-emu.org/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">yuzu Compatibility List</span></a><span style=" font-size:10pt;">, The following information will be collected and displayed on the site:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hardware Information (CPU / GPU / Operating System)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Which version of yuzu you are running</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The connected yuzu account</li></ul></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- <property name="openExternalLinks">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer_2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_GameBoot">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">1</string>
- </attribute>
- <layout class="QFormLayout" name="formLayout1">
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="lbl_Independent1">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>Does the game boot?</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <spacer name="verticalSpacer1">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="2" column="0">
- <widget class="QRadioButton" name="radioButton_GameBoot_Yes">
- <property name="text">
- <string>Yes The game starts to output video or audio</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QRadioButton" name="radioButton_GameBoot_No">
- <property name="text">
- <string>No The game doesn't get past the "Launching..." screen</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_GamePlay">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">2</string>
- </attribute>
- <layout class="QFormLayout" name="formLayout2">
- <item row="2" column="0">
- <widget class="QRadioButton" name="radioButton_Gameplay_Yes">
- <property name="text">
- <string>Yes The game gets past the intro/menu and into gameplay</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QRadioButton" name="radioButton_Gameplay_No">
- <property name="text">
- <string>No The game crashes or freezes while loading or using the menu</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="lbl_Independent2">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>Does the game reach gameplay?</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <spacer name="verticalSpacer2">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_NoFreeze">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">3</string>
- </attribute>
- <layout class="QFormLayout" name="formLayout3">
- <item row="2" column="0">
- <widget class="QRadioButton" name="radioButton_NoFreeze_Yes">
- <property name="text">
- <string>Yes The game works without crashes</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QRadioButton" name="radioButton_NoFreeze_No">
- <property name="text">
- <string>No The game crashes or freezes during gameplay</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="lbl_Independent3">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>Does the game work without crashing, freezing or locking up during gameplay?</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <spacer name="verticalSpacer3">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_Complete">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">4</string>
- </attribute>
- <layout class="QFormLayout" name="formLayout4">
- <item row="2" column="0">
- <widget class="QRadioButton" name="radioButton_Complete_Yes">
- <property name="text">
- <string>Yes The game can be finished without any workarounds</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QRadioButton" name="radioButton_Complete_No">
- <property name="text">
- <string>No The game can't progress past a certain area</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="lbl_Independent4">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>Is the game completely playable from start to finish?</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <spacer name="verticalSpacer4">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_Graphical">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">5</string>
- </attribute>
- <layout class="QFormLayout" name="formLayout5">
- <item row="2" column="0">
- <widget class="QRadioButton" name="radioButton_Graphical_Major">
- <property name="text">
- <string>Major The game has major graphical errors</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QRadioButton" name="radioButton_Graphical_Minor">
- <property name="text">
- <string>Minor The game has minor graphical errors</string>
- </property>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QRadioButton" name="radioButton_Graphical_No">
- <property name="text">
- <string>None Everything is rendered as it looks on the Nintendo Switch</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="lbl_Independent5">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>Does the game have any graphical glitches?</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <spacer name="verticalSpacer5">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_Audio">
- <property name="title">
- <string>Report Game Compatibility</string>
- </property>
- <attribute name="pageId">
- <string notr="true">6</string>
- </attribute>
- <layout class="QFormLayout" name="formLayout6">
- <item row="2" column="0">
- <widget class="QRadioButton" name="radioButton_Audio_Major">
- <property name="text">
- <string>Major The game has major audio errors</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QRadioButton" name="radioButton_Audio_Minor">
- <property name="text">
- <string>Minor The game has minor audio errors</string>
- </property>
- </widget>
- </item>
- <item row="6" column="0">
- <widget class="QRadioButton" name="radioButton_Audio_No">
- <property name="text">
- <string>None Audio is played perfectly</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" colspan="2">
- <widget class="QLabel" name="lbl_Independent6">
- <property name="font">
- <font>
- <pointsize>10</pointsize>
- </font>
- </property>
- <property name="text">
- <string><html><head/><body><p>Does the game have any audio glitches / missing effects?</p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <spacer name="verticalSpacer6">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <widget class="QWizardPage" name="wizard_ThankYou">
- <property name="title">
- <string>Thank you for your submission!</string>
- </property>
- <attribute name="pageId">
- <string notr="true">7</string>
- </attribute>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|