2018-09-16 20:05:51 +02:00
<?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>
2022-10-26 15:03:55 +02:00
<widget class= "QWizardPage" name= "wizard_GameBoot" >
2018-09-16 20:05:51 +02:00
<property name= "title" >
<string > Report Game Compatibility</string>
</property>
<attribute name= "pageId" >
<string notr= "true" > 1</string>
</attribute>
2022-10-26 15:03:55 +02:00
<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>
2018-09-16 20:05:51 +02:00
<item row= "2" column= "0" >
2022-10-26 15:03:55 +02:00
<widget class= "QRadioButton" name= "radioButton_GameBoot_Yes" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > Yes The game starts to output video or audio</string>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<item row= "4" column= "0" >
<widget class= "QRadioButton" name= "radioButton_GameBoot_No" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > No The game doesn't get past the " Launching..." screen</string>
2018-09-16 20:05:51 +02:00
</property>
2022-10-26 15:03:55 +02:00
</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>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
<item row= "4" column= "0" >
2022-10-26 15:03:55 +02:00
<widget class= "QRadioButton" name= "radioButton_Gameplay_No" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > No The game crashes or freezes while loading or using the menu</string>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<item row= "0" column= "0" colspan= "2" >
<widget class= "QLabel" name= "lbl_Independent2" >
<property name= "font" >
<font >
<pointsize > 10</pointsize>
</font>
</property>
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > < html> < head/> < body> < p> Does the game reach gameplay?< /p> < /body> < /html> </string>
2018-09-16 20:05:51 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<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" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > Yes The game works without crashes</string>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<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>
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > < html> < head/> < body> < p> Does the game work without crashing, freezing or locking up during gameplay?< /p> < /body> < /html> </string>
2018-09-16 20:05:51 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<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" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > Yes The game can be finished without any workarounds</string>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<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>
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > < html> < head/> < body> < p> Is the game completely playable from start to finish?< /p> < /body> < /html> </string>
2018-09-16 20:05:51 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<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" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > Minor The game has minor graphical errors</string>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<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>
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > < html> < head/> < body> < p> Does the game have any graphical glitches?< /p> < /body> < /html> </string>
2018-09-16 20:05:51 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<item row= "1" column= "0" colspan= "2" >
<spacer name= "verticalSpacer5" >
<property name= "orientation" >
<enum > Qt::Vertical</enum>
2018-09-16 20:05:51 +02:00
</property>
2022-10-26 15:03:55 +02:00
<property name= "sizeHint" stdset= "0" >
<size >
<width > 20</width>
<height > 0</height>
</size>
2018-09-16 20:05:51 +02:00
</property>
2022-10-26 15:03:55 +02:00
</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>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
2022-10-26 15:03:55 +02:00
<item row= "6" column= "0" >
<widget class= "QRadioButton" name= "radioButton_Audio_No" >
2018-09-16 20:05:51 +02:00
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > None Audio is played perfectly</string>
2018-09-16 20:05:51 +02:00
</property>
</widget>
</item>
<item row= "0" column= "0" colspan= "2" >
2022-10-26 15:03:55 +02:00
<widget class= "QLabel" name= "lbl_Independent6" >
2018-09-16 20:05:51 +02:00
<property name= "font" >
<font >
<pointsize > 10</pointsize>
</font>
</property>
<property name= "text" >
2022-10-26 15:03:55 +02:00
<string > < html> < head/> < body> < p> Does the game have any audio glitches / missing effects?< /p> < /body> < /html> </string>
2018-09-16 20:05:51 +02:00
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</item>
<item row= "1" column= "0" colspan= "2" >
2022-10-26 15:03:55 +02:00
<spacer name= "verticalSpacer6" >
2018-09-16 20:05:51 +02:00
<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" >
2022-10-26 15:03:55 +02:00
<string notr= "true" > 7</string>
2018-09-16 20:05:51 +02:00
</attribute>
</widget>
</widget>
<resources />
<connections />
</ui>