all repos — mgba @ 9dc6dc7e658be648d875d31098a577b58ad73c3a

mGBA Game Boy Advance Emulator

src/platform/qt/SettingsView.ui (view raw)

   1<?xml version="1.0" encoding="UTF-8"?>
   2<ui version="4.0">
   3 <class>SettingsView</class>
   4 <widget class="QWidget" name="SettingsView">
   5  <property name="geometry">
   6   <rect>
   7    <x>0</x>
   8    <y>0</y>
   9    <width>885</width>
  10    <height>797</height>
  11   </rect>
  12  </property>
  13  <property name="sizePolicy">
  14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15    <horstretch>0</horstretch>
  16    <verstretch>0</verstretch>
  17   </sizepolicy>
  18  </property>
  19  <property name="windowTitle">
  20   <string>Settings</string>
  21  </property>
  22  <layout class="QGridLayout" name="gridLayout">
  23   <property name="sizeConstraint">
  24    <enum>QLayout::SetFixedSize</enum>
  25   </property>
  26   <item row="2" column="0" colspan="2">
  27    <widget class="QDialogButtonBox" name="buttonBox">
  28     <property name="standardButtons">
  29      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30     </property>
  31    </widget>
  32   </item>
  33   <item row="1" column="0">
  34    <widget class="QListWidget" name="tabs">
  35     <property name="sizePolicy">
  36      <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  37       <horstretch>0</horstretch>
  38       <verstretch>0</verstretch>
  39      </sizepolicy>
  40     </property>
  41     <property name="maximumSize">
  42      <size>
  43       <width>180</width>
  44       <height>16777215</height>
  45      </size>
  46     </property>
  47     <property name="currentRow">
  48      <number>-1</number>
  49     </property>
  50     <item>
  51      <property name="text">
  52       <string>Audio/Video</string>
  53      </property>
  54     </item>
  55     <item>
  56      <property name="text">
  57       <string>Interface</string>
  58      </property>
  59     </item>
  60     <item>
  61      <property name="text">
  62       <string>Emulation</string>
  63      </property>
  64     </item>
  65     <item>
  66      <property name="text">
  67       <string>Enhancements</string>
  68      </property>
  69     </item>
  70     <item>
  71      <property name="text">
  72       <string>BIOS</string>
  73      </property>
  74     </item>
  75     <item>
  76      <property name="text">
  77       <string>Paths</string>
  78      </property>
  79     </item>
  80     <item>
  81      <property name="text">
  82       <string>Logging</string>
  83      </property>
  84     </item>
  85     <item>
  86      <property name="text">
  87       <string>Game Boy</string>
  88      </property>
  89     </item>
  90    </widget>
  91   </item>
  92   <item row="1" column="1">
  93    <widget class="QStackedWidget" name="stackedWidget">
  94     <property name="currentIndex">
  95      <number>0</number>
  96     </property>
  97     <widget class="QWidget" name="av">
  98      <layout class="QFormLayout" name="formLayout">
  99       <property name="fieldGrowthPolicy">
 100        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 101       </property>
 102       <item row="0" column="0">
 103        <widget class="QLabel" name="label_14">
 104         <property name="text">
 105          <string>Audio driver:</string>
 106         </property>
 107        </widget>
 108       </item>
 109       <item row="0" column="1">
 110        <widget class="QComboBox" name="audioDriver">
 111         <property name="sizePolicy">
 112          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 113           <horstretch>0</horstretch>
 114           <verstretch>0</verstretch>
 115          </sizepolicy>
 116         </property>
 117        </widget>
 118       </item>
 119       <item row="1" column="0">
 120        <widget class="QLabel" name="audioBufferSizeLabel">
 121         <property name="text">
 122          <string>Audio buffer:</string>
 123         </property>
 124        </widget>
 125       </item>
 126       <item row="1" column="1">
 127        <layout class="QHBoxLayout" name="horizontalLayout_11">
 128         <item>
 129          <widget class="QComboBox" name="audioBufferSize">
 130           <property name="editable">
 131            <bool>true</bool>
 132           </property>
 133           <property name="currentText">
 134            <string>1536</string>
 135           </property>
 136           <property name="currentIndex">
 137            <number>3</number>
 138           </property>
 139           <item>
 140            <property name="text">
 141             <string>512</string>
 142            </property>
 143           </item>
 144           <item>
 145            <property name="text">
 146             <string>768</string>
 147            </property>
 148           </item>
 149           <item>
 150            <property name="text">
 151             <string>1024</string>
 152            </property>
 153           </item>
 154           <item>
 155            <property name="text">
 156             <string>1536</string>
 157            </property>
 158           </item>
 159           <item>
 160            <property name="text">
 161             <string>2048</string>
 162            </property>
 163           </item>
 164           <item>
 165            <property name="text">
 166             <string>3072</string>
 167            </property>
 168           </item>
 169           <item>
 170            <property name="text">
 171             <string>4096</string>
 172            </property>
 173           </item>
 174          </widget>
 175         </item>
 176         <item>
 177          <widget class="QLabel" name="label_16">
 178           <property name="text">
 179            <string>samples</string>
 180           </property>
 181          </widget>
 182         </item>
 183        </layout>
 184       </item>
 185       <item row="2" column="0">
 186        <widget class="QLabel" name="label_19">
 187         <property name="text">
 188          <string>Sample rate:</string>
 189         </property>
 190        </widget>
 191       </item>
 192       <item row="2" column="1">
 193        <layout class="QHBoxLayout" name="horizontalLayout_14">
 194         <item>
 195          <widget class="QComboBox" name="sampleRate">
 196           <property name="editable">
 197            <bool>true</bool>
 198           </property>
 199           <property name="currentText">
 200            <string>44100</string>
 201           </property>
 202           <property name="currentIndex">
 203            <number>2</number>
 204           </property>
 205           <item>
 206            <property name="text">
 207             <string>22050</string>
 208            </property>
 209           </item>
 210           <item>
 211            <property name="text">
 212             <string>32000</string>
 213            </property>
 214           </item>
 215           <item>
 216            <property name="text">
 217             <string>44100</string>
 218            </property>
 219           </item>
 220           <item>
 221            <property name="text">
 222             <string>48000</string>
 223            </property>
 224           </item>
 225          </widget>
 226         </item>
 227         <item>
 228          <widget class="QLabel" name="label_20">
 229           <property name="text">
 230            <string>Hz</string>
 231           </property>
 232          </widget>
 233         </item>
 234        </layout>
 235       </item>
 236       <item row="3" column="0">
 237        <widget class="QLabel" name="label_17">
 238         <property name="text">
 239          <string>Volume:</string>
 240         </property>
 241        </widget>
 242       </item>
 243       <item row="3" column="1">
 244        <layout class="QHBoxLayout" name="horizontalLayout_6">
 245         <item>
 246          <widget class="QSlider" name="volume">
 247           <property name="minimumSize">
 248            <size>
 249             <width>128</width>
 250             <height>0</height>
 251            </size>
 252           </property>
 253           <property name="maximum">
 254            <number>256</number>
 255           </property>
 256           <property name="pageStep">
 257            <number>16</number>
 258           </property>
 259           <property name="value">
 260            <number>256</number>
 261           </property>
 262           <property name="orientation">
 263            <enum>Qt::Horizontal</enum>
 264           </property>
 265          </widget>
 266         </item>
 267         <item>
 268          <widget class="QCheckBox" name="mute">
 269           <property name="text">
 270            <string>Mute</string>
 271           </property>
 272          </widget>
 273         </item>
 274        </layout>
 275       </item>
 276       <item row="4" column="0">
 277        <widget class="QLabel" name="label_34">
 278         <property name="text">
 279          <string>Fast forward volume:</string>
 280         </property>
 281        </widget>
 282       </item>
 283       <item row="4" column="1">
 284        <layout class="QHBoxLayout" name="horizontalLayout_17">
 285         <item>
 286          <widget class="QSlider" name="volumeFf">
 287           <property name="minimumSize">
 288            <size>
 289             <width>128</width>
 290             <height>0</height>
 291            </size>
 292           </property>
 293           <property name="maximum">
 294            <number>256</number>
 295           </property>
 296           <property name="pageStep">
 297            <number>16</number>
 298           </property>
 299           <property name="value">
 300            <number>256</number>
 301           </property>
 302           <property name="orientation">
 303            <enum>Qt::Horizontal</enum>
 304           </property>
 305          </widget>
 306         </item>
 307         <item>
 308          <widget class="QCheckBox" name="muteFf">
 309           <property name="text">
 310            <string>Mute</string>
 311           </property>
 312          </widget>
 313         </item>
 314        </layout>
 315       </item>
 316       <item row="5" column="0" colspan="2">
 317        <widget class="Line" name="line_4">
 318         <property name="orientation">
 319          <enum>Qt::Horizontal</enum>
 320         </property>
 321        </widget>
 322       </item>
 323       <item row="6" column="0">
 324        <widget class="QLabel" name="label_10">
 325         <property name="text">
 326          <string>Display driver:</string>
 327         </property>
 328        </widget>
 329       </item>
 330       <item row="6" column="1">
 331        <widget class="QComboBox" name="displayDriver">
 332         <property name="sizePolicy">
 333          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 334           <horstretch>0</horstretch>
 335           <verstretch>0</verstretch>
 336          </sizepolicy>
 337         </property>
 338        </widget>
 339       </item>
 340       <item row="7" column="0">
 341        <widget class="QLabel" name="label_9">
 342         <property name="text">
 343          <string>Frameskip:</string>
 344         </property>
 345        </widget>
 346       </item>
 347       <item row="7" column="1">
 348        <layout class="QHBoxLayout" name="horizontalLayout_16">
 349         <item>
 350          <widget class="QLabel" name="label_12">
 351           <property name="text">
 352            <string>Skip every</string>
 353           </property>
 354          </widget>
 355         </item>
 356         <item>
 357          <widget class="QSpinBox" name="frameskip"/>
 358         </item>
 359         <item>
 360          <widget class="QLabel" name="label_13">
 361           <property name="text">
 362            <string>frames</string>
 363           </property>
 364          </widget>
 365         </item>
 366        </layout>
 367       </item>
 368       <item row="8" column="0">
 369        <widget class="QLabel" name="label_3">
 370         <property name="text">
 371          <string>FPS target:</string>
 372         </property>
 373        </widget>
 374       </item>
 375       <item row="8" column="1">
 376        <layout class="QHBoxLayout" name="horizontalLayout_2">
 377         <item>
 378          <widget class="QDoubleSpinBox" name="fpsTarget">
 379           <property name="decimals">
 380            <number>4</number>
 381           </property>
 382           <property name="minimum">
 383            <double>0.010000000000000</double>
 384           </property>
 385           <property name="maximum">
 386            <double>240.000000000000000</double>
 387           </property>
 388           <property name="value">
 389            <double>60.000000000000000</double>
 390           </property>
 391          </widget>
 392         </item>
 393         <item>
 394          <widget class="QLabel" name="label_11">
 395           <property name="text">
 396            <string>frames per second</string>
 397           </property>
 398          </widget>
 399         </item>
 400        </layout>
 401       </item>
 402       <item row="10" column="0" colspan="2">
 403        <widget class="Line" name="line_5">
 404         <property name="orientation">
 405          <enum>Qt::Horizontal</enum>
 406         </property>
 407        </widget>
 408       </item>
 409       <item row="11" column="0">
 410        <widget class="QLabel" name="label_2">
 411         <property name="text">
 412          <string>Sync:</string>
 413         </property>
 414        </widget>
 415       </item>
 416       <item row="11" column="1">
 417        <layout class="QHBoxLayout" name="horizontalLayout_10">
 418         <item>
 419          <widget class="QCheckBox" name="videoSync">
 420           <property name="text">
 421            <string>Video</string>
 422           </property>
 423          </widget>
 424         </item>
 425         <item>
 426          <widget class="QCheckBox" name="audioSync">
 427           <property name="text">
 428            <string>Audio</string>
 429           </property>
 430          </widget>
 431         </item>
 432        </layout>
 433       </item>
 434       <item row="12" column="1">
 435        <widget class="QCheckBox" name="lockAspectRatio">
 436         <property name="text">
 437          <string>Lock aspect ratio</string>
 438         </property>
 439        </widget>
 440       </item>
 441       <item row="13" column="1">
 442        <widget class="QCheckBox" name="lockIntegerScaling">
 443         <property name="text">
 444          <string>Force integer scaling</string>
 445         </property>
 446        </widget>
 447       </item>
 448       <item row="15" column="1">
 449        <widget class="QCheckBox" name="resampleVideo">
 450         <property name="text">
 451          <string>Bilinear filtering</string>
 452         </property>
 453        </widget>
 454       </item>
 455       <item row="9" column="1">
 456        <widget class="QPushButton" name="nativeGB">
 457         <property name="text">
 458          <string>Native (59.7275)</string>
 459         </property>
 460        </widget>
 461       </item>
 462       <item row="14" column="1">
 463        <widget class="QCheckBox" name="interframeBlending">
 464         <property name="text">
 465          <string>Interframe blending</string>
 466         </property>
 467        </widget>
 468       </item>
 469      </layout>
 470     </widget>
 471     <widget class="QWidget" name="interface_2">
 472      <layout class="QFormLayout" name="formLayout_4">
 473       <item row="0" column="0">
 474        <widget class="QLabel" name="label_26">
 475         <property name="text">
 476          <string>Language</string>
 477         </property>
 478        </widget>
 479       </item>
 480       <item row="0" column="1">
 481        <widget class="QComboBox" name="languages">
 482         <item>
 483          <property name="text">
 484           <string>English</string>
 485          </property>
 486         </item>
 487        </widget>
 488       </item>
 489       <item row="1" column="0" colspan="2">
 490        <widget class="Line" name="line_10">
 491         <property name="orientation">
 492          <enum>Qt::Horizontal</enum>
 493         </property>
 494        </widget>
 495       </item>
 496       <item row="2" column="0">
 497        <widget class="QLabel" name="label_6">
 498         <property name="text">
 499          <string>Library:</string>
 500         </property>
 501        </widget>
 502       </item>
 503       <item row="2" column="1">
 504        <widget class="QComboBox" name="libraryStyle">
 505         <item>
 506          <property name="text">
 507           <string>List view</string>
 508          </property>
 509         </item>
 510         <item>
 511          <property name="text">
 512           <string>Tree view</string>
 513          </property>
 514         </item>
 515        </widget>
 516       </item>
 517       <item row="3" column="1">
 518        <widget class="QCheckBox" name="showLibrary">
 519         <property name="text">
 520          <string>Show when no game open</string>
 521         </property>
 522         <property name="checked">
 523          <bool>true</bool>
 524         </property>
 525        </widget>
 526       </item>
 527       <item row="4" column="1">
 528        <widget class="QPushButton" name="clearCache">
 529         <property name="text">
 530          <string>Clear cache</string>
 531         </property>
 532        </widget>
 533       </item>
 534       <item row="5" column="0" colspan="2">
 535        <widget class="Line" name="line_8">
 536         <property name="orientation">
 537          <enum>Qt::Horizontal</enum>
 538         </property>
 539        </widget>
 540       </item>
 541       <item row="6" column="1">
 542        <widget class="QCheckBox" name="allowOpposingDirections">
 543         <property name="text">
 544          <string>Allow opposing input directions</string>
 545         </property>
 546        </widget>
 547       </item>
 548       <item row="7" column="1">
 549        <widget class="QCheckBox" name="suspendScreensaver">
 550         <property name="text">
 551          <string>Suspend screensaver</string>
 552         </property>
 553         <property name="checked">
 554          <bool>true</bool>
 555         </property>
 556        </widget>
 557       </item>
 558       <item row="8" column="1">
 559        <widget class="QCheckBox" name="pauseOnFocusLost">
 560         <property name="text">
 561          <string>Pause when inactive</string>
 562         </property>
 563        </widget>
 564       </item>
 565       <item row="9" column="1">
 566        <widget class="QCheckBox" name="pauseOnMinimize">
 567         <property name="text">
 568          <string>Pause when minimized</string>
 569         </property>
 570        </widget>
 571       </item>
 572       <item row="10" column="0" colspan="2">
 573        <widget class="Line" name="line_17">
 574         <property name="orientation">
 575          <enum>Qt::Horizontal</enum>
 576         </property>
 577        </widget>
 578       </item>
 579       <item row="11" column="1">
 580        <widget class="QCheckBox" name="showFps">
 581         <property name="text">
 582          <string>Show FPS in title bar</string>
 583         </property>
 584         <property name="checked">
 585          <bool>true</bool>
 586         </property>
 587        </widget>
 588       </item>
 589       <item row="14" column="1">
 590        <widget class="QCheckBox" name="useDiscordPresence">
 591         <property name="text">
 592          <string>Enable Discord Rich Presence</string>
 593         </property>
 594        </widget>
 595       </item>
 596       <item row="15" column="0" colspan="2">
 597        <widget class="Line" name="line_13">
 598         <property name="orientation">
 599          <enum>Qt::Horizontal</enum>
 600         </property>
 601        </widget>
 602       </item>
 603       <item row="16" column="1">
 604        <widget class="QCheckBox" name="autosave">
 605         <property name="text">
 606          <string>Automatically save state</string>
 607         </property>
 608         <property name="checked">
 609          <bool>true</bool>
 610         </property>
 611        </widget>
 612       </item>
 613       <item row="17" column="1">
 614        <widget class="QCheckBox" name="autoload">
 615         <property name="text">
 616          <string>Automatically load state</string>
 617         </property>
 618         <property name="checked">
 619          <bool>true</bool>
 620         </property>
 621        </widget>
 622       </item>
 623       <item row="18" column="0" colspan="2">
 624        <widget class="Line" name="line_16">
 625         <property name="orientation">
 626          <enum>Qt::Horizontal</enum>
 627         </property>
 628        </widget>
 629       </item>
 630       <item row="19" column="1">
 631        <widget class="QCheckBox" name="cheatAutosave">
 632         <property name="text">
 633          <string>Automatically save cheats</string>
 634         </property>
 635         <property name="checked">
 636          <bool>true</bool>
 637         </property>
 638        </widget>
 639       </item>
 640       <item row="20" column="1">
 641        <widget class="QCheckBox" name="cheatAutoload">
 642         <property name="text">
 643          <string>Automatically load cheats</string>
 644         </property>
 645         <property name="checked">
 646          <bool>true</bool>
 647         </property>
 648        </widget>
 649       </item>
 650       <item row="13" column="1">
 651        <widget class="QCheckBox" name="showOSD">
 652         <property name="text">
 653          <string>Show OSD messages</string>
 654         </property>
 655         <property name="checked">
 656          <bool>true</bool>
 657         </property>
 658        </widget>
 659       </item>
 660       <item row="12" column="1">
 661        <widget class="QCheckBox" name="showFilename">
 662         <property name="text">
 663          <string>Show filename instead of ROM name in title bar</string>
 664         </property>
 665         <property name="checked">
 666          <bool>true</bool>
 667         </property>
 668        </widget>
 669       </item>
 670      </layout>
 671     </widget>
 672     <widget class="QWidget" name="emulation">
 673      <layout class="QFormLayout" name="formLayout_2">
 674       <property name="fieldGrowthPolicy">
 675        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 676       </property>
 677       <item row="0" column="0">
 678        <widget class="QLabel" name="label_18">
 679         <property name="text">
 680          <string>Fast forward speed:</string>
 681         </property>
 682        </widget>
 683       </item>
 684       <item row="0" column="1">
 685        <layout class="QHBoxLayout" name="horizontalLayout_5">
 686         <item>
 687          <widget class="QDoubleSpinBox" name="fastForwardRatio">
 688           <property name="enabled">
 689            <bool>false</bool>
 690           </property>
 691           <property name="suffix">
 692            <string>×</string>
 693           </property>
 694           <property name="minimum">
 695            <double>0.010000000000000</double>
 696           </property>
 697           <property name="maximum">
 698            <double>20.000000000000000</double>
 699           </property>
 700           <property name="singleStep">
 701            <double>0.500000000000000</double>
 702           </property>
 703           <property name="value">
 704            <double>5.000000000000000</double>
 705           </property>
 706          </widget>
 707         </item>
 708         <item>
 709          <widget class="QCheckBox" name="fastForwardUnbounded">
 710           <property name="text">
 711            <string>Unbounded</string>
 712           </property>
 713           <property name="checked">
 714            <bool>true</bool>
 715           </property>
 716          </widget>
 717         </item>
 718        </layout>
 719       </item>
 720       <item row="1" column="0">
 721        <widget class="QLabel" name="label_181">
 722         <property name="text">
 723          <string>Fast forward (held) speed:</string>
 724         </property>
 725        </widget>
 726       </item>
 727       <item row="1" column="1">
 728        <layout class="QHBoxLayout" name="horizontalLayout_51">
 729         <item>
 730          <widget class="QDoubleSpinBox" name="fastForwardHeldRatio">
 731           <property name="enabled">
 732            <bool>false</bool>
 733           </property>
 734           <property name="suffix">
 735            <string>×</string>
 736           </property>
 737           <property name="minimum">
 738            <double>0.010000000000000</double>
 739           </property>
 740           <property name="maximum">
 741            <double>20.000000000000000</double>
 742           </property>
 743           <property name="singleStep">
 744            <double>0.500000000000000</double>
 745           </property>
 746           <property name="value">
 747            <double>5.000000000000000</double>
 748           </property>
 749          </widget>
 750         </item>
 751         <item>
 752          <widget class="QCheckBox" name="fastForwardHeldUnbounded">
 753           <property name="text">
 754            <string>Unbounded</string>
 755           </property>
 756           <property name="checked">
 757            <bool>true</bool>
 758           </property>
 759          </widget>
 760         </item>
 761        </layout>
 762       </item>
 763       <item row="2" column="0">
 764        <widget class="QLabel" name="label_31">
 765         <property name="text">
 766          <string>Autofire interval:</string>
 767         </property>
 768        </widget>
 769       </item>
 770       <item row="2" column="1">
 771        <widget class="QSpinBox" name="autofireThreshold">
 772         <property name="minimum">
 773          <number>1</number>
 774         </property>
 775         <property name="maximum">
 776          <number>60</number>
 777         </property>
 778        </widget>
 779       </item>
 780       <item row="3" column="0" colspan="2">
 781        <widget class="Line" name="line">
 782         <property name="orientation">
 783          <enum>Qt::Horizontal</enum>
 784         </property>
 785        </widget>
 786       </item>
 787       <item row="4" column="1">
 788        <widget class="QCheckBox" name="rewind">
 789         <property name="text">
 790          <string>Enable rewind</string>
 791         </property>
 792        </widget>
 793       </item>
 794       <item row="5" column="0">
 795        <widget class="QLabel" name="label_8">
 796         <property name="text">
 797          <string>Rewind history:</string>
 798         </property>
 799        </widget>
 800       </item>
 801       <item row="5" column="1">
 802        <layout class="QHBoxLayout" name="horizontalLayout_13">
 803         <item>
 804          <widget class="QSpinBox" name="rewindCapacity">
 805           <property name="maximum">
 806            <number>3600</number>
 807           </property>
 808          </widget>
 809         </item>
 810         <item>
 811          <widget class="QLabel" name="label_7">
 812           <property name="text">
 813            <string>frames</string>
 814           </property>
 815          </widget>
 816         </item>
 817        </layout>
 818       </item>
 819       <item row="6" column="0" colspan="2">
 820        <widget class="Line" name="line_3">
 821         <property name="orientation">
 822          <enum>Qt::Horizontal</enum>
 823         </property>
 824        </widget>
 825       </item>
 826       <item row="7" column="0">
 827        <widget class="QLabel" name="label_15">
 828         <property name="text">
 829          <string>Idle loops:</string>
 830         </property>
 831        </widget>
 832       </item>
 833       <item row="7" column="1">
 834        <widget class="QComboBox" name="idleOptimization">
 835         <item>
 836          <property name="text">
 837           <string>Run all</string>
 838          </property>
 839         </item>
 840         <item>
 841          <property name="text">
 842           <string>Remove known</string>
 843          </property>
 844         </item>
 845         <item>
 846          <property name="text">
 847           <string>Detect and remove</string>
 848          </property>
 849         </item>
 850        </widget>
 851       </item>
 852       <item row="8" column="1">
 853        <widget class="QCheckBox" name="preload">
 854         <property name="text">
 855          <string>Preload entire ROM into memory</string>
 856         </property>
 857        </widget>
 858       </item>
 859       <item row="9" column="0" colspan="2">
 860        <widget class="Line" name="line_2">
 861         <property name="orientation">
 862          <enum>Qt::Horizontal</enum>
 863         </property>
 864        </widget>
 865       </item>
 866       <item row="10" column="0">
 867        <widget class="QLabel" name="label_24">
 868         <property name="text">
 869          <string>Savestate extra data:</string>
 870         </property>
 871        </widget>
 872       </item>
 873       <item row="10" column="1">
 874        <widget class="QCheckBox" name="saveStateScreenshot">
 875         <property name="text">
 876          <string>Screenshot</string>
 877         </property>
 878         <property name="checked">
 879          <bool>true</bool>
 880         </property>
 881        </widget>
 882       </item>
 883       <item row="11" column="1">
 884        <widget class="QCheckBox" name="saveStateSave">
 885         <property name="text">
 886          <string>Save data</string>
 887         </property>
 888         <property name="checked">
 889          <bool>true</bool>
 890         </property>
 891        </widget>
 892       </item>
 893       <item row="12" column="1">
 894        <widget class="QCheckBox" name="saveStateCheats">
 895         <property name="text">
 896          <string>Cheat codes</string>
 897         </property>
 898         <property name="checked">
 899          <bool>true</bool>
 900         </property>
 901        </widget>
 902       </item>
 903       <item row="13" column="0" colspan="2">
 904        <widget class="Line" name="line_9">
 905         <property name="orientation">
 906          <enum>Qt::Horizontal</enum>
 907         </property>
 908        </widget>
 909       </item>
 910       <item row="14" column="0">
 911        <widget class="QLabel" name="label_25">
 912         <property name="text">
 913          <string>Load extra data:</string>
 914         </property>
 915        </widget>
 916       </item>
 917       <item row="14" column="1">
 918        <widget class="QCheckBox" name="loadStateScreenshot">
 919         <property name="text">
 920          <string>Screenshot</string>
 921         </property>
 922         <property name="checked">
 923          <bool>true</bool>
 924         </property>
 925        </widget>
 926       </item>
 927       <item row="15" column="1">
 928        <widget class="QCheckBox" name="loadStateSave">
 929         <property name="text">
 930          <string>Save data</string>
 931         </property>
 932        </widget>
 933       </item>
 934       <item row="16" column="1">
 935        <widget class="QCheckBox" name="loadStateCheats">
 936         <property name="text">
 937          <string>Cheat codes</string>
 938         </property>
 939        </widget>
 940       </item>
 941      </layout>
 942     </widget>
 943     <widget class="QWidget" name="enhancements">
 944      <layout class="QFormLayout" name="formLayout_6">
 945       <item row="0" column="0">
 946        <widget class="QLabel" name="label_36">
 947         <property name="text">
 948          <string>Video renderer:</string>
 949         </property>
 950        </widget>
 951       </item>
 952       <item row="0" column="1">
 953        <widget class="QComboBox" name="hwaccelVideo">
 954         <item>
 955          <property name="text">
 956           <string>Software</string>
 957          </property>
 958         </item>
 959         <item>
 960          <property name="text">
 961           <string>OpenGL</string>
 962          </property>
 963         </item>
 964        </widget>
 965       </item>
 966       <item row="2" column="0" colspan="2">
 967        <widget class="QGroupBox" name="oglEnahance">
 968         <property name="title">
 969          <string>OpenGL enhancements</string>
 970         </property>
 971         <layout class="QFormLayout" name="formLayout_7">
 972          <item row="0" column="0">
 973           <widget class="QLabel" name="label_37">
 974            <property name="text">
 975             <string>High-resolution scale:</string>
 976            </property>
 977           </widget>
 978          </item>
 979          <item row="0" column="1">
 980           <layout class="QHBoxLayout" name="horizontalLayout_18">
 981            <item>
 982             <widget class="QSpinBox" name="videoScale">
 983              <property name="suffix">
 984               <string>×</string>
 985              </property>
 986              <property name="minimum">
 987               <number>1</number>
 988              </property>
 989              <property name="maximum">
 990               <number>16</number>
 991              </property>
 992             </widget>
 993            </item>
 994            <item>
 995             <spacer name="horizontalSpacer">
 996              <property name="orientation">
 997               <enum>Qt::Horizontal</enum>
 998              </property>
 999              <property name="sizeHint" stdset="0">
1000               <size>
1001                <width>40</width>
1002                <height>20</height>
1003               </size>
1004              </property>
1005             </spacer>
1006            </item>
1007            <item>
1008             <widget class="QLabel" name="videoScaleSize">
1009              <property name="enabled">
1010               <bool>false</bool>
1011              </property>
1012              <property name="text">
1013               <string>(240×160)</string>
1014              </property>
1015             </widget>
1016            </item>
1017            <item>
1018             <spacer name="horizontalSpacer_2">
1019              <property name="orientation">
1020               <enum>Qt::Horizontal</enum>
1021              </property>
1022              <property name="sizeHint" stdset="0">
1023               <size>
1024                <width>40</width>
1025                <height>20</height>
1026               </size>
1027              </property>
1028             </spacer>
1029            </item>
1030           </layout>
1031          </item>
1032         </layout>
1033        </widget>
1034       </item>
1035       <item row="1" column="1">
1036        <widget class="QCheckBox" name="audioHle">
1037         <property name="text">
1038          <string>XQ GBA audio (experimental)</string>
1039         </property>
1040        </widget>
1041       </item>
1042      </layout>
1043     </widget>
1044     <widget class="QWidget" name="bios">
1045      <layout class="QFormLayout" name="formLayout_5">
1046       <item row="0" column="0">
1047        <widget class="QLabel" name="label">
1048         <property name="text">
1049          <string>GB BIOS file:</string>
1050         </property>
1051        </widget>
1052       </item>
1053       <item row="0" column="1">
1054        <layout class="QHBoxLayout" name="horizontalLayout">
1055         <item>
1056          <widget class="QLineEdit" name="gbBios">
1057           <property name="sizePolicy">
1058            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1059             <horstretch>0</horstretch>
1060             <verstretch>0</verstretch>
1061            </sizepolicy>
1062           </property>
1063          </widget>
1064         </item>
1065         <item>
1066          <widget class="QPushButton" name="gbBiosBrowse">
1067           <property name="text">
1068            <string>Browse</string>
1069           </property>
1070          </widget>
1071         </item>
1072        </layout>
1073       </item>
1074       <item row="4" column="1">
1075        <widget class="QCheckBox" name="useBios">
1076         <property name="text">
1077          <string>Use BIOS file if found</string>
1078         </property>
1079         <property name="checked">
1080          <bool>true</bool>
1081         </property>
1082        </widget>
1083       </item>
1084       <item row="5" column="1">
1085        <widget class="QCheckBox" name="skipBios">
1086         <property name="text">
1087          <string>Skip BIOS intro</string>
1088         </property>
1089        </widget>
1090       </item>
1091       <item row="3" column="1">
1092        <layout class="QHBoxLayout" name="horizontalLayout_8">
1093         <item>
1094          <widget class="QLineEdit" name="gbaBios">
1095           <property name="sizePolicy">
1096            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1097             <horstretch>0</horstretch>
1098             <verstretch>0</verstretch>
1099            </sizepolicy>
1100           </property>
1101          </widget>
1102         </item>
1103         <item>
1104          <widget class="QPushButton" name="gbaBiosBrowse">
1105           <property name="text">
1106            <string>Browse</string>
1107           </property>
1108          </widget>
1109         </item>
1110        </layout>
1111       </item>
1112       <item row="3" column="0">
1113        <widget class="QLabel" name="label_4">
1114         <property name="text">
1115          <string>GBA BIOS file:</string>
1116         </property>
1117        </widget>
1118       </item>
1119       <item row="2" column="0">
1120        <widget class="QLabel" name="label_5">
1121         <property name="text">
1122          <string>GBC BIOS file:</string>
1123         </property>
1124        </widget>
1125       </item>
1126       <item row="2" column="1">
1127        <layout class="QHBoxLayout" name="horizontalLayout_30">
1128         <item>
1129          <widget class="QLineEdit" name="gbcBios">
1130           <property name="sizePolicy">
1131            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1132             <horstretch>0</horstretch>
1133             <verstretch>0</verstretch>
1134            </sizepolicy>
1135           </property>
1136          </widget>
1137         </item>
1138         <item>
1139          <widget class="QPushButton" name="gbcBiosBrowse">
1140           <property name="text">
1141            <string>Browse</string>
1142           </property>
1143          </widget>
1144         </item>
1145        </layout>
1146       </item>
1147       <item row="1" column="0">
1148        <widget class="QLabel" name="label_30">
1149         <property name="text">
1150          <string>SGB BIOS file:</string>
1151         </property>
1152        </widget>
1153       </item>
1154       <item row="1" column="1">
1155        <layout class="QHBoxLayout" name="horizontalLayout_12">
1156         <item>
1157          <widget class="QLineEdit" name="sgbBios">
1158           <property name="sizePolicy">
1159            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1160             <horstretch>0</horstretch>
1161             <verstretch>0</verstretch>
1162            </sizepolicy>
1163           </property>
1164          </widget>
1165         </item>
1166         <item>
1167          <widget class="QPushButton" name="sgbBiosBrowse">
1168           <property name="text">
1169            <string>Browse</string>
1170           </property>
1171          </widget>
1172         </item>
1173        </layout>
1174       </item>
1175      </layout>
1176     </widget>
1177     <widget class="QWidget" name="paths">
1178      <layout class="QFormLayout" name="formLayout_3">
1179       <property name="fieldGrowthPolicy">
1180        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1181       </property>
1182       <item row="1" column="0">
1183        <widget class="QLabel" name="label_21">
1184         <property name="text">
1185          <string>Save games</string>
1186         </property>
1187        </widget>
1188       </item>
1189       <item row="1" column="1">
1190        <layout class="QHBoxLayout" name="horizontalLayout_3">
1191         <item>
1192          <widget class="QLineEdit" name="savegamePath">
1193           <property name="sizePolicy">
1194            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1195             <horstretch>0</horstretch>
1196             <verstretch>0</verstretch>
1197            </sizepolicy>
1198           </property>
1199           <property name="minimumSize">
1200            <size>
1201             <width>170</width>
1202             <height>0</height>
1203            </size>
1204           </property>
1205          </widget>
1206         </item>
1207         <item>
1208          <widget class="QPushButton" name="savegameBrowse">
1209           <property name="text">
1210            <string>Browse</string>
1211           </property>
1212          </widget>
1213         </item>
1214        </layout>
1215       </item>
1216       <item row="2" column="1">
1217        <widget class="QCheckBox" name="savegameSameDir">
1218         <property name="text">
1219          <string>Same directory as the ROM</string>
1220         </property>
1221        </widget>
1222       </item>
1223       <item row="3" column="0" colspan="2">
1224        <widget class="Line" name="line_7">
1225         <property name="orientation">
1226          <enum>Qt::Horizontal</enum>
1227         </property>
1228        </widget>
1229       </item>
1230       <item row="4" column="0">
1231        <widget class="QLabel" name="label_22">
1232         <property name="text">
1233          <string>Save states</string>
1234         </property>
1235        </widget>
1236       </item>
1237       <item row="4" column="1">
1238        <layout class="QHBoxLayout" name="horizontalLayout_4">
1239         <item>
1240          <widget class="QLineEdit" name="savestatePath">
1241           <property name="sizePolicy">
1242            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1243             <horstretch>0</horstretch>
1244             <verstretch>0</verstretch>
1245            </sizepolicy>
1246           </property>
1247           <property name="minimumSize">
1248            <size>
1249             <width>170</width>
1250             <height>0</height>
1251            </size>
1252           </property>
1253          </widget>
1254         </item>
1255         <item>
1256          <widget class="QPushButton" name="savestateBrowse">
1257           <property name="text">
1258            <string>Browse</string>
1259           </property>
1260          </widget>
1261         </item>
1262        </layout>
1263       </item>
1264       <item row="5" column="1">
1265        <widget class="QCheckBox" name="savestateSameDir">
1266         <property name="text">
1267          <string>Same directory as the ROM</string>
1268         </property>
1269        </widget>
1270       </item>
1271       <item row="6" column="0" colspan="2">
1272        <widget class="Line" name="line_6">
1273         <property name="orientation">
1274          <enum>Qt::Horizontal</enum>
1275         </property>
1276        </widget>
1277       </item>
1278       <item row="7" column="0">
1279        <widget class="QLabel" name="label_23">
1280         <property name="text">
1281          <string>Screenshots</string>
1282         </property>
1283        </widget>
1284       </item>
1285       <item row="7" column="1">
1286        <layout class="QHBoxLayout" name="horizontalLayout_7">
1287         <item>
1288          <widget class="QLineEdit" name="screenshotPath">
1289           <property name="sizePolicy">
1290            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1291             <horstretch>0</horstretch>
1292             <verstretch>0</verstretch>
1293            </sizepolicy>
1294           </property>
1295           <property name="minimumSize">
1296            <size>
1297             <width>170</width>
1298             <height>0</height>
1299            </size>
1300           </property>
1301          </widget>
1302         </item>
1303         <item>
1304          <widget class="QPushButton" name="screenshotBrowse">
1305           <property name="text">
1306            <string>Browse</string>
1307           </property>
1308          </widget>
1309         </item>
1310        </layout>
1311       </item>
1312       <item row="8" column="1">
1313        <widget class="QCheckBox" name="screenshotSameDir">
1314         <property name="text">
1315          <string>Same directory as the ROM</string>
1316         </property>
1317        </widget>
1318       </item>
1319       <item row="9" column="0" colspan="2">
1320        <widget class="Line" name="line_15">
1321         <property name="orientation">
1322          <enum>Qt::Horizontal</enum>
1323         </property>
1324        </widget>
1325       </item>
1326       <item row="10" column="0">
1327        <widget class="QLabel" name="label_47">
1328         <property name="text">
1329          <string>Patches</string>
1330         </property>
1331        </widget>
1332       </item>
1333       <item row="10" column="1">
1334        <layout class="QHBoxLayout" name="horizontalLayout_26">
1335         <item>
1336          <widget class="QLineEdit" name="patchPath">
1337           <property name="sizePolicy">
1338            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1339             <horstretch>0</horstretch>
1340             <verstretch>0</verstretch>
1341            </sizepolicy>
1342           </property>
1343           <property name="minimumSize">
1344            <size>
1345             <width>170</width>
1346             <height>0</height>
1347            </size>
1348           </property>
1349          </widget>
1350         </item>
1351         <item>
1352          <widget class="QPushButton" name="patchBrowse">
1353           <property name="text">
1354            <string>Browse</string>
1355           </property>
1356          </widget>
1357         </item>
1358        </layout>
1359       </item>
1360       <item row="11" column="1">
1361        <widget class="QCheckBox" name="patchSameDir">
1362         <property name="text">
1363          <string>Same directory as the ROM</string>
1364         </property>
1365        </widget>
1366       </item>
1367       <item row="12" column="0" colspan="2">
1368        <widget class="Line" name="line_14">
1369         <property name="orientation">
1370          <enum>Qt::Horizontal</enum>
1371         </property>
1372        </widget>
1373       </item>
1374       <item row="13" column="0">
1375        <widget class="QLabel" name="label_48">
1376         <property name="text">
1377          <string>Cheats</string>
1378         </property>
1379        </widget>
1380       </item>
1381       <item row="13" column="1">
1382        <layout class="QHBoxLayout" name="horizontalLayout_27">
1383         <item>
1384          <widget class="QLineEdit" name="cheatsPath">
1385           <property name="sizePolicy">
1386            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1387             <horstretch>0</horstretch>
1388             <verstretch>0</verstretch>
1389            </sizepolicy>
1390           </property>
1391           <property name="minimumSize">
1392            <size>
1393             <width>170</width>
1394             <height>0</height>
1395            </size>
1396           </property>
1397          </widget>
1398         </item>
1399         <item>
1400          <widget class="QPushButton" name="cheatsBrowse">
1401           <property name="text">
1402            <string>Browse</string>
1403           </property>
1404          </widget>
1405         </item>
1406        </layout>
1407       </item>
1408       <item row="14" column="1">
1409        <widget class="QCheckBox" name="cheatsSameDir">
1410         <property name="text">
1411          <string>Same directory as the ROM</string>
1412         </property>
1413        </widget>
1414       </item>
1415      </layout>
1416     </widget>
1417     <widget class="QWidget" name="logging">
1418      <layout class="QVBoxLayout" name="verticalLayout">
1419       <item>
1420        <widget class="QTableView" name="loggingView">
1421         <attribute name="horizontalHeaderMinimumSectionSize">
1422          <number>0</number>
1423         </attribute>
1424         <attribute name="horizontalHeaderDefaultSectionSize">
1425          <number>77</number>
1426         </attribute>
1427        </widget>
1428       </item>
1429       <item>
1430        <layout class="QHBoxLayout" name="horizontalLayout_19">
1431         <item>
1432          <widget class="QCheckBox" name="logToFile">
1433           <property name="text">
1434            <string>Log to file</string>
1435           </property>
1436          </widget>
1437         </item>
1438         <item>
1439          <widget class="QCheckBox" name="logToStdout">
1440           <property name="text">
1441            <string>Log to console</string>
1442           </property>
1443          </widget>
1444         </item>
1445        </layout>
1446       </item>
1447       <item>
1448        <layout class="QHBoxLayout" name="horizontalLayout_20">
1449         <item>
1450          <widget class="QLineEdit" name="logFile"/>
1451         </item>
1452         <item>
1453          <widget class="QPushButton" name="logFileBrowse">
1454           <property name="text">
1455            <string>Select Log File</string>
1456           </property>
1457          </widget>
1458         </item>
1459        </layout>
1460       </item>
1461      </layout>
1462     </widget>
1463     <widget class="QWidget" name="gb">
1464      <layout class="QFormLayout" name="formLayout_1">
1465       <item row="0" column="0">
1466        <widget class="QLabel" name="label_29">
1467         <property name="text">
1468          <string>Game Boy-only model:</string>
1469         </property>
1470        </widget>
1471       </item>
1472       <item row="0" column="1">
1473        <widget class="QComboBox" name="gbModel"/>
1474       </item>
1475       <item row="1" column="0">
1476        <widget class="QLabel" name="label_32">
1477         <property name="text">
1478          <string>Super Game Boy model:</string>
1479         </property>
1480        </widget>
1481       </item>
1482       <item row="1" column="1">
1483        <widget class="QComboBox" name="sgbModel"/>
1484       </item>
1485       <item row="2" column="0">
1486        <widget class="QLabel" name="label_33">
1487         <property name="text">
1488          <string>Game Boy Color-only model:</string>
1489         </property>
1490        </widget>
1491       </item>
1492       <item row="2" column="1">
1493        <widget class="QComboBox" name="cgbModel"/>
1494       </item>
1495       <item row="3" column="0">
1496        <widget class="QLabel" name="label_38">
1497         <property name="text">
1498          <string>Game Boy/Game Boy Color model:</string>
1499         </property>
1500        </widget>
1501       </item>
1502       <item row="5" column="0" colspan="2">
1503        <widget class="Line" name="line_12">
1504         <property name="orientation">
1505          <enum>Qt::Horizontal</enum>
1506         </property>
1507        </widget>
1508       </item>
1509       <item row="6" column="0">
1510        <widget class="QLabel" name="label_28">
1511         <property name="text">
1512          <string>Default BG colors:</string>
1513         </property>
1514        </widget>
1515       </item>
1516       <item row="6" column="1">
1517        <layout class="QHBoxLayout" name="horizontalLayout_9">
1518         <item>
1519          <widget class="QFrame" name="color0">
1520           <property name="minimumSize">
1521            <size>
1522             <width>30</width>
1523             <height>30</height>
1524            </size>
1525           </property>
1526           <property name="autoFillBackground">
1527            <bool>true</bool>
1528           </property>
1529           <property name="frameShape">
1530            <enum>QFrame::StyledPanel</enum>
1531           </property>
1532           <property name="frameShadow">
1533            <enum>QFrame::Raised</enum>
1534           </property>
1535          </widget>
1536         </item>
1537         <item>
1538          <widget class="QFrame" name="color1">
1539           <property name="minimumSize">
1540            <size>
1541             <width>30</width>
1542             <height>30</height>
1543            </size>
1544           </property>
1545           <property name="autoFillBackground">
1546            <bool>true</bool>
1547           </property>
1548           <property name="frameShape">
1549            <enum>QFrame::StyledPanel</enum>
1550           </property>
1551           <property name="frameShadow">
1552            <enum>QFrame::Raised</enum>
1553           </property>
1554          </widget>
1555         </item>
1556         <item>
1557          <widget class="QFrame" name="color2">
1558           <property name="minimumSize">
1559            <size>
1560             <width>30</width>
1561             <height>30</height>
1562            </size>
1563           </property>
1564           <property name="autoFillBackground">
1565            <bool>true</bool>
1566           </property>
1567           <property name="frameShape">
1568            <enum>QFrame::StyledPanel</enum>
1569           </property>
1570           <property name="frameShadow">
1571            <enum>QFrame::Raised</enum>
1572           </property>
1573          </widget>
1574         </item>
1575         <item>
1576          <widget class="QFrame" name="color3">
1577           <property name="minimumSize">
1578            <size>
1579             <width>30</width>
1580             <height>30</height>
1581            </size>
1582           </property>
1583           <property name="autoFillBackground">
1584            <bool>true</bool>
1585           </property>
1586           <property name="frameShape">
1587            <enum>QFrame::StyledPanel</enum>
1588           </property>
1589           <property name="frameShadow">
1590            <enum>QFrame::Raised</enum>
1591           </property>
1592          </widget>
1593         </item>
1594        </layout>
1595       </item>
1596       <item row="7" column="0">
1597        <widget class="QLabel" name="label_69">
1598         <property name="text">
1599          <string>Default sprite colors 1:</string>
1600         </property>
1601        </widget>
1602       </item>
1603       <item row="7" column="1">
1604        <layout class="QHBoxLayout" name="horizontalLayout_15">
1605         <item>
1606          <widget class="QFrame" name="color4">
1607           <property name="minimumSize">
1608            <size>
1609             <width>30</width>
1610             <height>30</height>
1611            </size>
1612           </property>
1613           <property name="autoFillBackground">
1614            <bool>true</bool>
1615           </property>
1616           <property name="frameShape">
1617            <enum>QFrame::StyledPanel</enum>
1618           </property>
1619           <property name="frameShadow">
1620            <enum>QFrame::Raised</enum>
1621           </property>
1622          </widget>
1623         </item>
1624         <item>
1625          <widget class="QFrame" name="color5">
1626           <property name="minimumSize">
1627            <size>
1628             <width>30</width>
1629             <height>30</height>
1630            </size>
1631           </property>
1632           <property name="autoFillBackground">
1633            <bool>true</bool>
1634           </property>
1635           <property name="frameShape">
1636            <enum>QFrame::StyledPanel</enum>
1637           </property>
1638           <property name="frameShadow">
1639            <enum>QFrame::Raised</enum>
1640           </property>
1641          </widget>
1642         </item>
1643         <item>
1644          <widget class="QFrame" name="color6">
1645           <property name="minimumSize">
1646            <size>
1647             <width>30</width>
1648             <height>30</height>
1649            </size>
1650           </property>
1651           <property name="autoFillBackground">
1652            <bool>true</bool>
1653           </property>
1654           <property name="frameShape">
1655            <enum>QFrame::StyledPanel</enum>
1656           </property>
1657           <property name="frameShadow">
1658            <enum>QFrame::Raised</enum>
1659           </property>
1660          </widget>
1661         </item>
1662         <item>
1663          <widget class="QFrame" name="color7">
1664           <property name="minimumSize">
1665            <size>
1666             <width>30</width>
1667             <height>30</height>
1668            </size>
1669           </property>
1670           <property name="autoFillBackground">
1671            <bool>true</bool>
1672           </property>
1673           <property name="frameShape">
1674            <enum>QFrame::StyledPanel</enum>
1675           </property>
1676           <property name="frameShadow">
1677            <enum>QFrame::Raised</enum>
1678           </property>
1679          </widget>
1680         </item>
1681        </layout>
1682       </item>
1683       <item row="8" column="0">
1684        <widget class="QLabel" name="label_70">
1685         <property name="text">
1686          <string>Default sprite colors 2:</string>
1687         </property>
1688        </widget>
1689       </item>
1690       <item row="8" column="1">
1691        <layout class="QHBoxLayout" name="horizontalLayout_37">
1692         <item>
1693          <widget class="QFrame" name="color8">
1694           <property name="minimumSize">
1695            <size>
1696             <width>30</width>
1697             <height>30</height>
1698            </size>
1699           </property>
1700           <property name="autoFillBackground">
1701            <bool>true</bool>
1702           </property>
1703           <property name="frameShape">
1704            <enum>QFrame::StyledPanel</enum>
1705           </property>
1706           <property name="frameShadow">
1707            <enum>QFrame::Raised</enum>
1708           </property>
1709          </widget>
1710         </item>
1711         <item>
1712          <widget class="QFrame" name="color9">
1713           <property name="minimumSize">
1714            <size>
1715             <width>30</width>
1716             <height>30</height>
1717            </size>
1718           </property>
1719           <property name="autoFillBackground">
1720            <bool>true</bool>
1721           </property>
1722           <property name="frameShape">
1723            <enum>QFrame::StyledPanel</enum>
1724           </property>
1725           <property name="frameShadow">
1726            <enum>QFrame::Raised</enum>
1727           </property>
1728          </widget>
1729         </item>
1730         <item>
1731          <widget class="QFrame" name="color10">
1732           <property name="minimumSize">
1733            <size>
1734             <width>30</width>
1735             <height>30</height>
1736            </size>
1737           </property>
1738           <property name="autoFillBackground">
1739            <bool>true</bool>
1740           </property>
1741           <property name="frameShape">
1742            <enum>QFrame::StyledPanel</enum>
1743           </property>
1744           <property name="frameShadow">
1745            <enum>QFrame::Raised</enum>
1746           </property>
1747          </widget>
1748         </item>
1749         <item>
1750          <widget class="QFrame" name="color11">
1751           <property name="minimumSize">
1752            <size>
1753             <width>30</width>
1754             <height>30</height>
1755            </size>
1756           </property>
1757           <property name="autoFillBackground">
1758            <bool>true</bool>
1759           </property>
1760           <property name="frameShape">
1761            <enum>QFrame::StyledPanel</enum>
1762           </property>
1763           <property name="frameShadow">
1764            <enum>QFrame::Raised</enum>
1765           </property>
1766          </widget>
1767         </item>
1768        </layout>
1769       </item>
1770       <item row="9" column="1">
1771        <widget class="QCheckBox" name="useCgbColors">
1772         <property name="text">
1773          <string>Use GBC colors in GB games</string>
1774         </property>
1775        </widget>
1776       </item>
1777       <item row="10" column="1">
1778        <widget class="QCheckBox" name="sgbBorders">
1779         <property name="text">
1780          <string>Super Game Boy borders</string>
1781         </property>
1782        </widget>
1783       </item>
1784       <item row="11" column="0" colspan="2">
1785        <widget class="Line" name="line_11">
1786         <property name="orientation">
1787          <enum>Qt::Horizontal</enum>
1788         </property>
1789        </widget>
1790       </item>
1791       <item row="12" column="0">
1792        <widget class="QLabel" name="label_27">
1793         <property name="text">
1794          <string>Camera driver:</string>
1795         </property>
1796        </widget>
1797       </item>
1798       <item row="12" column="1">
1799        <widget class="QComboBox" name="cameraDriver">
1800         <property name="sizePolicy">
1801          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1802           <horstretch>0</horstretch>
1803           <verstretch>0</verstretch>
1804          </sizepolicy>
1805         </property>
1806        </widget>
1807       </item>
1808       <item row="13" column="0">
1809        <widget class="QLabel" name="label_35">
1810         <property name="text">
1811          <string>Camera:</string>
1812         </property>
1813        </widget>
1814       </item>
1815       <item row="13" column="1">
1816        <widget class="QComboBox" name="camera">
1817         <property name="enabled">
1818          <bool>false</bool>
1819         </property>
1820         <property name="sizePolicy">
1821          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1822           <horstretch>0</horstretch>
1823           <verstretch>0</verstretch>
1824          </sizepolicy>
1825         </property>
1826        </widget>
1827       </item>
1828       <item row="3" column="1">
1829        <widget class="QComboBox" name="cgbHybridModel"/>
1830       </item>
1831       <item row="4" column="0">
1832        <widget class="QLabel" name="label_39">
1833         <property name="text">
1834          <string>Super Game Boy/Game Boy Color model:</string>
1835         </property>
1836        </widget>
1837       </item>
1838       <item row="4" column="1">
1839        <widget class="QComboBox" name="cgbSgbModel"/>
1840       </item>
1841      </layout>
1842     </widget>
1843    </widget>
1844   </item>
1845  </layout>
1846 </widget>
1847 <resources/>
1848 <connections>
1849  <connection>
1850   <sender>buttonBox</sender>
1851   <signal>accepted()</signal>
1852   <receiver>SettingsView</receiver>
1853   <slot>close()</slot>
1854   <hints>
1855    <hint type="sourcelabel">
1856     <x>169</x>
1857     <y>453</y>
1858    </hint>
1859    <hint type="destinationlabel">
1860     <x>169</x>
1861     <y>236</y>
1862    </hint>
1863   </hints>
1864  </connection>
1865  <connection>
1866   <sender>buttonBox</sender>
1867   <signal>rejected()</signal>
1868   <receiver>SettingsView</receiver>
1869   <slot>close()</slot>
1870   <hints>
1871    <hint type="sourcelabel">
1872     <x>169</x>
1873     <y>453</y>
1874    </hint>
1875    <hint type="destinationlabel">
1876     <x>169</x>
1877     <y>236</y>
1878    </hint>
1879   </hints>
1880  </connection>
1881  <connection>
1882   <sender>tabs</sender>
1883   <signal>currentRowChanged(int)</signal>
1884   <receiver>stackedWidget</receiver>
1885   <slot>setCurrentIndex(int)</slot>
1886   <hints>
1887    <hint type="sourcelabel">
1888     <x>61</x>
1889     <y>209</y>
1890    </hint>
1891    <hint type="destinationlabel">
1892     <x>315</x>
1893     <y>209</y>
1894    </hint>
1895   </hints>
1896  </connection>
1897  <connection>
1898   <sender>savegameSameDir</sender>
1899   <signal>toggled(bool)</signal>
1900   <receiver>savegamePath</receiver>
1901   <slot>setDisabled(bool)</slot>
1902   <hints>
1903    <hint type="sourcelabel">
1904     <x>392</x>
1905     <y>82</y>
1906    </hint>
1907    <hint type="destinationlabel">
1908     <x>366</x>
1909     <y>48</y>
1910    </hint>
1911   </hints>
1912  </connection>
1913  <connection>
1914   <sender>savestateSameDir</sender>
1915   <signal>toggled(bool)</signal>
1916   <receiver>savestatePath</receiver>
1917   <slot>setDisabled(bool)</slot>
1918   <hints>
1919    <hint type="sourcelabel">
1920     <x>392</x>
1921     <y>161</y>
1922    </hint>
1923    <hint type="destinationlabel">
1924     <x>366</x>
1925     <y>127</y>
1926    </hint>
1927   </hints>
1928  </connection>
1929  <connection>
1930   <sender>screenshotSameDir</sender>
1931   <signal>toggled(bool)</signal>
1932   <receiver>screenshotPath</receiver>
1933   <slot>setDisabled(bool)</slot>
1934   <hints>
1935    <hint type="sourcelabel">
1936     <x>392</x>
1937     <y>240</y>
1938    </hint>
1939    <hint type="destinationlabel">
1940     <x>366</x>
1941     <y>206</y>
1942    </hint>
1943   </hints>
1944  </connection>
1945  <connection>
1946   <sender>patchSameDir</sender>
1947   <signal>toggled(bool)</signal>
1948   <receiver>patchPath</receiver>
1949   <slot>setDisabled(bool)</slot>
1950   <hints>
1951    <hint type="sourcelabel">
1952     <x>345</x>
1953     <y>319</y>
1954    </hint>
1955    <hint type="destinationlabel">
1956     <x>340</x>
1957     <y>285</y>
1958    </hint>
1959   </hints>
1960  </connection>
1961  <connection>
1962   <sender>cheatsSameDir</sender>
1963   <signal>toggled(bool)</signal>
1964   <receiver>cheatsPath</receiver>
1965   <slot>setDisabled(bool)</slot>
1966   <hints>
1967    <hint type="sourcelabel">
1968     <x>351</x>
1969     <y>407</y>
1970    </hint>
1971    <hint type="destinationlabel">
1972     <x>343</x>
1973     <y>372</y>
1974    </hint>
1975   </hints>
1976  </connection>
1977  <connection>
1978   <sender>fastForwardUnbounded</sender>
1979   <signal>toggled(bool)</signal>
1980   <receiver>fastForwardRatio</receiver>
1981   <slot>setDisabled(bool)</slot>
1982   <hints>
1983    <hint type="sourcelabel">
1984     <x>445</x>
1985     <y>38</y>
1986    </hint>
1987    <hint type="destinationlabel">
1988     <x>349</x>
1989     <y>38</y>
1990    </hint>
1991   </hints>
1992  </connection>
1993  <connection>
1994   <sender>fastForwardHeldUnbounded</sender>
1995   <signal>toggled(bool)</signal>
1996   <receiver>fastForwardHeldRatio</receiver>
1997   <slot>setDisabled(bool)</slot>
1998   <hints>
1999    <hint type="sourcelabel">
2000     <x>20</x>
2001     <y>20</y>
2002    </hint>
2003    <hint type="destinationlabel">
2004     <x>20</x>
2005     <y>20</y>
2006    </hint>
2007   </hints>
2008  </connection>
2009 </connections>
2010</ui>