<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>EmuSettingsDialog</class> <widget class="QDialog" name="EmuSettingsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>490</width> <height>217</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Emu settings - melonDS</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="sizeConstraint"> <enum>QLayout::SetFixedSize</enum> </property> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>DS mode</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="1"> <widget class="QLineEdit" name="txtBIOS9Path"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>290</width> <height>0</height> </size> </property> <property name="statusTip"> <string/> </property> <property name="whatsThis"> <string><html><head/><body><p>DS-mode ARM9 BIOS</p><p>Size should be 4 KB</p></body></html></string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>DS firmware:</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>DS ARM7 BIOS:</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>DS ARM9 BIOS:</string> </property> </widget> </item> <item row="0" column="2"> <widget class="QPushButton" name="btnBIOS9Browse"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Browse...</string> </property> <property name="autoDefault"> <bool>true</bool> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="txtBIOS7Path"> <property name="whatsThis"> <string><html><head/><body><p>DS-mode ARM7 BIOS</p><p>Size should be 16 KB</p></body></html></string> </property> </widget> </item> <item row="1" column="2"> <widget class="QPushButton" name="btnBIOS7Browse"> <property name="text"> <string>Browse...</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="txtFirmwarePath"> <property name="whatsThis"> <string><html><head/><body><p>DS-mode firmware</p><p><br/></p><p>Possible firmwares:</p><p>* 128 KB: DS-mode firmware from a DSi or 3DS. Not bootable.</p><p>* 256 KB: regular DS firmware.</p><p>* 512 KB: iQue DS firmware.</p></body></html></string> </property> </widget> </item> <item row="2" column="2"> <widget class="QPushButton" name="btnFirmwareBrowse"> <property name="text"> <string>Browse...</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Startup</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="chkDirectBoot"> <property name="whatsThis"> <string><html><head/><body><p>When loading a ROM, completely skip the regular boot process (&quot;Nintendo DS&quot; screen) to boot the ROM directly.</p><p><br/></p><p>Note: if your firmware dump isn't bootable, the ROM will be booted directly regardless of this setting.</p></body></html></string> </property> <property name="text"> <string>Boot game directly</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>EmuSettingsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>EmuSettingsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>