cores/gba/src/platform/qt/SettingsView.ui (1,737 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SettingsView</class> <widget class="QWidget" name="SettingsView"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>588</width> <height>488</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="windowTitle"> <string>Settings</string> </property> <layout class="QGridLayout" name="gridLayout"> <property name="sizeConstraint"> <enum>QLayout::SetFixedSize</enum> </property> <item row="1" column="0"> <widget class="QListWidget" name="tabs"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>140</width> <height>16777215</height> </size> </property> <property name="currentRow"> <number>-1</number> </property> <item> <property name="text"> <string>Audio/Video</string> </property> </item> <item> <property name="text"> <string>Interface</string> </property> </item> <item> <property name="text"> <string>Emulation</string> </property> </item> <item> <property name="text"> <string>BIOS</string> </property> </item> <item> <property name="text"> <string>Paths</string> </property> </item> <item> <property name="text"> <string>Game Boy</string> </property> </item> </widget> </item> <item row="2" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> <item row="1" column="1"> <widget class="QStackedWidget" name="stackedWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="av"> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::FieldsStayAtSizeHint</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label_14"> <property name="text"> <string>Audio driver:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="audioDriver"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="audioBufferSizeLabel"> <property name="text"> <string>Audio buffer:</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_11"> <item> <widget class="QComboBox" name="audioBufferSize"> <property name="editable"> <bool>true</bool> </property> <property name="currentText"> <string>1536</string> </property> <property name="currentIndex"> <number>3</number> </property> <item> <property name="text"> <string>512</string> </property> </item> <item> <property name="text"> <string>768</string> </property> </item> <item> <property name="text"> <string>1024</string> </property> </item> <item> <property name="text"> <string>1536</string> </property> </item> <item> <property name="text"> <string>2048</string> </property> </item> <item> <property name="text"> <string>3072</string> </property> </item> <item> <property name="text"> <string>4096</string> </property> </item> </widget> </item> <item> <widget class="QLabel" name="label_16"> <property name="text"> <string>samples</string> </property> </widget> </item> </layout> </item> <item row="2" column="0"> <widget class="QLabel" name="label_19"> <property name="text"> <string>Sample rate:</string> </property> </widget> </item> <item row="2" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_14"> <item> <widget class="QComboBox" name="sampleRate"> <property name="editable"> <bool>true</bool> </property> <property name="currentText"> <string>44100</string> </property> <property name="currentIndex"> <number>2</number> </property> <item> <property name="text"> <string>22050</string> </property> </item> <item> <property name="text"> <string>32000</string> </property> </item> <item> <property name="text"> <string>44100</string> </property> </item> <item> <property name="text"> <string>48000</string> </property> </item> </widget> </item> <item> <widget class="QLabel" name="label_20"> <property name="text"> <string>Hz</string> </property> </widget> </item> </layout> </item> <item row="3" column="0"> <widget class="QLabel" name="label_17"> <property name="text"> <string>Volume:</string> </property> </widget> </item> <item row="3" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QSlider" name="volume"> <property name="minimumSize"> <size> <width>128</width> <height>0</height> </size> </property> <property name="maximum"> <number>256</number> </property> <property name="pageStep"> <number>16</number> </property> <property name="value"> <number>256</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QCheckBox" name="mute"> <property name="text"> <string>Mute</string> </property> </widget> </item> </layout> </item> <item row="4" column="0" colspan="2"> <widget class="Line" name="line_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Display driver:</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QComboBox" name="displayDriver"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_9"> <property name="text"> <string>Frameskip:</string> </property> </widget> </item> <item row="6" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_16"> <item> <widget class="QLabel" name="label_12"> <property name="text"> <string>Skip every</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="frameskip"/> </item> <item> <widget class="QLabel" name="label_13"> <property name="text"> <string>frames</string> </property> </widget> </item> </layout> </item> <item row="7" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>FPS target:</string> </property> </widget> </item> <item row="7" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QDoubleSpinBox" name="fpsTarget"> <property name="minimum"> <double>0.010000000000000</double> </property> <property name="maximum"> <double>240.000000000000000</double> </property> <property name="value"> <double>60.000000000000000</double> </property> </widget> </item> <item> <widget class="QLabel" name="label_11"> <property name="text"> <string>frames per second</string> </property> </widget> </item> </layout> </item> <item row="8" column="0" colspan="2"> <widget class="Line" name="line_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Sync:</string> </property> </widget> </item> <item row="9" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_10"> <item> <widget class="QCheckBox" name="videoSync"> <property name="text"> <string>Video</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="audioSync"> <property name="text"> <string>Audio</string> </property> </widget> </item> </layout> </item> <item row="10" column="1"> <widget class="QCheckBox" name="lockAspectRatio"> <property name="text"> <string>Lock aspect ratio</string> </property> </widget> </item> <item row="12" column="1"> <widget class="QCheckBox" name="resampleVideo"> <property name="text"> <string>Bilinear filtering</string> </property> </widget> </item> <item row="11" column="1"> <widget class="QCheckBox" name="lockIntegerScaling"> <property name="text"> <string>Force integer scaling</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="interface_2"> <layout class="QFormLayout" name="formLayout_4"> <item row="0" column="0"> <widget class="QLabel" name="label_26"> <property name="text"> <string>Language</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="languages"> <item> <property name="text"> <string>English</string> </property> </item> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="Line" name="line_10"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Library:</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="libraryStyle"> <item> <property name="text"> <string>List view</string> </property> </item> <item> <property name="text"> <string>Tree view</string> </property> </item> </widget> </item> <item row="3" column="1"> <widget class="QCheckBox" name="showLibrary"> <property name="text"> <string>Show when no game open</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="4" column="1"> <widget class="QPushButton" name="clearCache"> <property name="text"> <string>Clear cache</string> </property> </widget> </item> <item row="5" column="0" colspan="2"> <widget class="Line" name="line_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="6" column="1"> <widget class="QCheckBox" name="allowOpposingDirections"> <property name="text"> <string>Allow opposing input directions</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QCheckBox" name="suspendScreensaver"> <property name="text"> <string>Suspend screensaver</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="8" column="1"> <widget class="QCheckBox" name="pauseOnFocusLost"> <property name="text"> <string>Pause when inactive</string> </property> </widget> </item> <item row="9" column="1"> <widget class="QCheckBox" name="showFps"> <property name="text"> <string>Show FPS in title bar</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="10" column="0" colspan="2"> <widget class="Line" name="line_13"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="13" column="0" colspan="2"> <widget class="Line" name="line_16"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="14" column="1"> <widget class="QCheckBox" name="cheatAutosave"> <property name="text"> <string>Automatically save cheats</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="15" column="1"> <widget class="QCheckBox" name="cheatAutoload"> <property name="text"> <string>Automatically load cheats</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="11" column="1"> <widget class="QCheckBox" name="autosave"> <property name="text"> <string>Automatically save state</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="12" column="1"> <widget class="QCheckBox" name="autoload"> <property name="text"> <string>Automatically load state</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="emulation"> <layout class="QFormLayout" name="formLayout_2"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::FieldsStayAtSizeHint</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label_18"> <property name="text"> <string>Fast forward speed:</string> </property> </widget> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QDoubleSpinBox" name="fastForwardRatio"> <property name="enabled"> <bool>false</bool> </property> <property name="suffix"> <string>×</string> </property> <property name="minimum"> <double>0.010000000000000</double> </property> <property name="maximum"> <double>20.000000000000000</double> </property> <property name="singleStep"> <double>0.500000000000000</double> </property> <property name="value"> <double>5.000000000000000</double> </property> </widget> </item> <item> <widget class="QCheckBox" name="fastForwardUnbounded"> <property name="text"> <string>Unbounded</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item row="2" column="0" colspan="2"> <widget class="Line" name="line"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="3" column="1"> <widget class="QCheckBox" name="rewind"> <property name="text"> <string>Enable rewind</string> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_8"> <property name="text"> <string>Rewind history:</string> </property> </widget> </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_13"> <item> <widget class="QSpinBox" name="rewindCapacity"> <property name="maximum"> <number>3600</number> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>frames</string> </property> </widget> </item> </layout> </item> <item row="6" column="0" colspan="2"> <widget class="Line" name="line_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_15"> <property name="text"> <string>Idle loops:</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QComboBox" name="idleOptimization"> <item> <property name="text"> <string>Run all</string> </property> </item> <item> <property name="text"> <string>Remove known</string> </property> </item> <item> <property name="text"> <string>Detect and remove</string> </property> </item> </widget> </item> <item row="9" column="0" colspan="2"> <widget class="Line" name="line_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="10" column="0"> <widget class="QLabel" name="label_24"> <property name="text"> <string>Savestate extra data:</string> </property> </widget> </item> <item row="10" column="1"> <widget class="QCheckBox" name="saveStateScreenshot"> <property name="text"> <string>Screenshot</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="11" column="1"> <widget class="QCheckBox" name="saveStateSave"> <property name="text"> <string>Save data</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="12" column="1"> <widget class="QCheckBox" name="saveStateCheats"> <property name="text"> <string>Cheat codes</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="14" column="0"> <widget class="QLabel" name="label_25"> <property name="text"> <string>Load extra data:</string> </property> </widget> </item> <item row="14" column="1"> <widget class="QCheckBox" name="loadStateScreenshot"> <property name="text"> <string>Screenshot</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="15" column="1"> <widget class="QCheckBox" name="loadStateSave"> <property name="text"> <string>Save data</string> </property> </widget> </item> <item row="16" column="1"> <widget class="QCheckBox" name="loadStateCheats"> <property name="text"> <string>Cheat codes</string> </property> </widget> </item> <item row="13" column="0" colspan="2"> <widget class="Line" name="line_9"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="5" column="1"> <widget class="QCheckBox" name="rewindSave"> <property name="text"> <string>Rewind affects save data</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="8" column="1"> <widget class="QCheckBox" name="preload"> <property name="text"> <string>Preload entire ROM into memory</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_31"> <property name="text"> <string>Autofire interval:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QSpinBox" name="autofireThreshold"> <property name="minimum"> <number>1</number> </property> <property name="maximum"> <number>60</number> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="bios"> <layout class="QFormLayout" name="formLayout_5"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>GB BIOS file:</string> </property> </widget> </item> <item row="0" column="1"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="gbBios"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QPushButton" name="gbBiosBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="4" column="1"> <widget class="QCheckBox" name="useBios"> <property name="text"> <string>Use BIOS file if found</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="5" column="1"> <widget class="QCheckBox" name="skipBios"> <property name="text"> <string>Skip BIOS intro</string> </property> </widget> </item> <item row="3" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_8"> <item> <widget class="QLineEdit" name="gbaBios"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QPushButton" name="gbaBiosBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>GBA BIOS file:</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>GBC BIOS file:</string> </property> </widget> </item> <item row="2" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_30"> <item> <widget class="QLineEdit" name="gbcBios"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QPushButton" name="gbcBiosBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="1" column="0"> <widget class="QLabel" name="label_30"> <property name="text"> <string>SGB BIOS file:</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_12"> <item> <widget class="QLineEdit" name="sgbBios"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QPushButton" name="sgbBiosBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="paths"> <layout class="QFormLayout" name="formLayout_3"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::FieldsStayAtSizeHint</enum> </property> <item row="1" column="0"> <widget class="QLabel" name="label_21"> <property name="text"> <string>Save games</string> </property> </widget> </item> <item row="1" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="savegamePath"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="savegameBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="2" column="1"> <widget class="QCheckBox" name="savegameSameDir"> <property name="text"> <string>Same directory as the ROM</string> </property> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="Line" name="line_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_22"> <property name="text"> <string>Save states</string> </property> </widget> </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLineEdit" name="savestatePath"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="savestateBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="5" column="1"> <widget class="QCheckBox" name="savestateSameDir"> <property name="text"> <string>Same directory as the ROM</string> </property> </widget> </item> <item row="6" column="0" colspan="2"> <widget class="Line" name="line_6"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_23"> <property name="text"> <string>Screenshots</string> </property> </widget> </item> <item row="7" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> <widget class="QLineEdit" name="screenshotPath"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="screenshotBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="8" column="1"> <widget class="QCheckBox" name="screenshotSameDir"> <property name="text"> <string>Same directory as the ROM</string> </property> </widget> </item> <item row="9" column="0" colspan="2"> <widget class="Line" name="line_15"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="10" column="0"> <widget class="QLabel" name="label_47"> <property name="text"> <string>Patches</string> </property> </widget> </item> <item row="10" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_26"> <item> <widget class="QLineEdit" name="patchPath"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="patchBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="11" column="1"> <widget class="QCheckBox" name="patchSameDir"> <property name="text"> <string>Same directory as the ROM</string> </property> </widget> </item> <item row="12" column="0" colspan="2"> <widget class="Line" name="line_14"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="13" column="0"> <widget class="QLabel" name="label_48"> <property name="text"> <string>Cheats</string> </property> </widget> </item> <item row="13" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_27"> <item> <widget class="QLineEdit" name="cheatsPath"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>170</width> <height>0</height> </size> </property> </widget> </item> <item> <widget class="QPushButton" name="cheatsBrowse"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item row="14" column="1"> <widget class="QCheckBox" name="cheatsSameDir"> <property name="text"> <string>Same directory as the ROM</string> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="gb"> <layout class="QFormLayout" name="formLayout_1"> <item row="0" column="0"> <widget class="QLabel" name="label_29"> <property name="text"> <string>Game Boy model</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="gbModel"> <item> <property name="text"> <string>Autodetect</string> </property> </item> <item> <property name="text"> <string>Game Boy (DMG)</string> </property> </item> <item> <property name="text"> <string>Super Game Boy (SGB)</string> </property> </item> <item> <property name="text"> <string>Game Boy Color (CGB)</string> </property> </item> <item> <property name="text"> <string>Game Boy Advance (AGB)</string> </property> </item> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_32"> <property name="text"> <string>Super Game Boy model</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QComboBox" name="sgbModel"> <item> <property name="text"> <string>Autodetect</string> </property> </item> <item> <property name="text"> <string>Game Boy (DMG)</string> </property> </item> <item> <property name="text"> <string>Super Game Boy (SGB)</string> </property> </item> <item> <property name="text"> <string>Game Boy Color (CGB)</string> </property> </item> <item> <property name="text"> <string>Game Boy Advance (AGB)</string> </property> </item> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_33"> <property name="text"> <string>Game Boy Color model</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QComboBox" name="cgbModel"> <item> <property name="text"> <string>Autodetect</string> </property> </item> <item> <property name="text"> <string>Game Boy (DMG)</string> </property> </item> <item> <property name="text"> <string>Super Game Boy (SGB)</string> </property> </item> <item> <property name="text"> <string>Game Boy Color (CGB)</string> </property> </item> <item> <property name="text"> <string>Game Boy Advance (AGB)</string> </property> </item> </widget> </item> <item row="3" column="0" colspan="2"> <widget class="Line" name="line_12"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_28"> <property name="text"> <string>Default BG colors:</string> </property> </widget> </item> <item row="4" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> <widget class="QFrame" name="color0"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color1"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color2"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color3"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> </layout> </item> <item row="5" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> <widget class="QFrame" name="color4"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color5"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color6"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color7"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> </layout> </item> <item row="7" column="1"> <widget class="QCheckBox" name="sgbBorders"> <property name="text"> <string>Super Game Boy borders</string> </property> </widget> </item> <item row="8" column="0" colspan="2"> <widget class="Line" name="line_11"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="label_27"> <property name="text"> <string>Camera driver:</string> </property> </widget> </item> <item row="9" column="1"> <widget class="QComboBox" name="cameraDriver"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item row="6" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_37"> <item> <widget class="QFrame" name="color8"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color9"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color10"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> <item> <widget class="QFrame" name="color11"> <property name="minimumSize"> <size> <width>30</width> <height>30</height> </size> </property> <property name="autoFillBackground"> <bool>true</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Raised</enum> </property> </widget> </item> </layout> </item> <item row="5" column="0"> <widget class="QLabel" name="label_69"> <property name="text"> <string>Default sprite colors 1:</string> </property> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_70"> <property name="text"> <string>Default sprite colors 2:</string> </property> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>SettingsView</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>169</x> <y>453</y> </hint> <hint type="destinationlabel"> <x>169</x> <y>236</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>SettingsView</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>169</x> <y>453</y> </hint> <hint type="destinationlabel"> <x>169</x> <y>236</y> </hint> </hints> </connection> <connection> <sender>tabs</sender> <signal>currentRowChanged(int)</signal> <receiver>stackedWidget</receiver> <slot>setCurrentIndex(int)</slot> <hints> <hint type="sourcelabel"> <x>61</x> <y>209</y> </hint> <hint type="destinationlabel"> <x>315</x> <y>209</y> </hint> </hints> </connection> <connection> <sender>savegameSameDir</sender> <signal>toggled(bool)</signal> <receiver>savegamePath</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>392</x> <y>82</y> </hint> <hint type="destinationlabel"> <x>366</x> <y>48</y> </hint> </hints> </connection> <connection> <sender>savestateSameDir</sender> <signal>toggled(bool)</signal> <receiver>savestatePath</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>392</x> <y>161</y> </hint> <hint type="destinationlabel"> <x>366</x> <y>127</y> </hint> </hints> </connection> <connection> <sender>screenshotSameDir</sender> <signal>toggled(bool)</signal> <receiver>screenshotPath</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>392</x> <y>240</y> </hint> <hint type="destinationlabel"> <x>366</x> <y>206</y> </hint> </hints> </connection> <connection> <sender>patchSameDir</sender> <signal>toggled(bool)</signal> <receiver>patchPath</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>345</x> <y>319</y> </hint> <hint type="destinationlabel"> <x>340</x> <y>285</y> </hint> </hints> </connection> <connection> <sender>cheatsSameDir</sender> <signal>toggled(bool)</signal> <receiver>cheatsPath</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>351</x> <y>407</y> </hint> <hint type="destinationlabel"> <x>343</x> <y>372</y> </hint> </hints> </connection> <connection> <sender>fastForwardUnbounded</sender> <signal>toggled(bool)</signal> <receiver>fastForwardRatio</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>445</x> <y>38</y> </hint> <hint type="destinationlabel"> <x>349</x> <y>38</y> </hint> </hints> </connection> </connections> </ui>