all repos — mgba @ 659b929f3e58d50762f3054ba634877e458cdb4c

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="dynamicTitle">
 581         <property name="text">
 582          <string>Dynamically update window title</string>
 583         </property>
 584         <property name="checked">
 585          <bool>true</bool>
 586         </property>
 587        </widget>
 588       </item>
 589       <item row="13" column="1">
 590        <widget class="QCheckBox" name="showFilename">
 591         <property name="text">
 592          <string>Show filename instead of ROM name in title bar</string>
 593         </property>
 594         <property name="checked">
 595          <bool>true</bool>
 596         </property>
 597        </widget>
 598       </item>
 599       <item row="15" column="1">
 600        <widget class="QCheckBox" name="showOSD">
 601         <property name="text">
 602          <string>Show OSD messages</string>
 603         </property>
 604         <property name="checked">
 605          <bool>true</bool>
 606         </property>
 607        </widget>
 608       </item>
 609       <item row="16" column="1">
 610        <widget class="QCheckBox" name="useDiscordPresence">
 611         <property name="text">
 612          <string>Enable Discord Rich Presence</string>
 613         </property>
 614        </widget>
 615       </item>
 616       <item row="17" column="0" colspan="2">
 617        <widget class="Line" name="line_13">
 618         <property name="orientation">
 619          <enum>Qt::Horizontal</enum>
 620         </property>
 621        </widget>
 622       </item>
 623       <item row="18" column="1">
 624        <widget class="QCheckBox" name="autosave">
 625         <property name="text">
 626          <string>Automatically save state</string>
 627         </property>
 628         <property name="checked">
 629          <bool>true</bool>
 630         </property>
 631        </widget>
 632       </item>
 633       <item row="19" column="1">
 634        <widget class="QCheckBox" name="autoload">
 635         <property name="text">
 636          <string>Automatically load state</string>
 637         </property>
 638         <property name="checked">
 639          <bool>true</bool>
 640         </property>
 641        </widget>
 642       </item>
 643       <item row="20" column="0" colspan="2">
 644        <widget class="Line" name="line_16">
 645         <property name="orientation">
 646          <enum>Qt::Horizontal</enum>
 647         </property>
 648        </widget>
 649       </item>
 650       <item row="21" column="1">
 651        <widget class="QCheckBox" name="cheatAutosave">
 652         <property name="text">
 653          <string>Automatically save cheats</string>
 654         </property>
 655         <property name="checked">
 656          <bool>true</bool>
 657         </property>
 658        </widget>
 659       </item>
 660       <item row="22" column="1">
 661        <widget class="QCheckBox" name="cheatAutoload">
 662         <property name="text">
 663          <string>Automatically load cheats</string>
 664         </property>
 665         <property name="checked">
 666          <bool>true</bool>
 667         </property>
 668        </widget>
 669       </item>
 670       <item row="12" column="1">
 671        <widget class="QCheckBox" name="showFps">
 672         <property name="text">
 673          <string>Show FPS in title bar</string>
 674         </property>
 675         <property name="checked">
 676          <bool>true</bool>
 677         </property>
 678        </widget>
 679       </item>
 680       <item row="14" column="0" colspan="2">
 681        <widget class="Line" name="line_18">
 682         <property name="orientation">
 683          <enum>Qt::Horizontal</enum>
 684         </property>
 685        </widget>
 686       </item>
 687      </layout>
 688     </widget>
 689     <widget class="QWidget" name="emulation">
 690      <layout class="QFormLayout" name="formLayout_2">
 691       <property name="fieldGrowthPolicy">
 692        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 693       </property>
 694       <item row="0" column="0">
 695        <widget class="QLabel" name="label_18">
 696         <property name="text">
 697          <string>Fast forward speed:</string>
 698         </property>
 699        </widget>
 700       </item>
 701       <item row="0" column="1">
 702        <layout class="QHBoxLayout" name="horizontalLayout_5">
 703         <item>
 704          <widget class="QDoubleSpinBox" name="fastForwardRatio">
 705           <property name="enabled">
 706            <bool>false</bool>
 707           </property>
 708           <property name="suffix">
 709            <string>×</string>
 710           </property>
 711           <property name="minimum">
 712            <double>0.010000000000000</double>
 713           </property>
 714           <property name="maximum">
 715            <double>20.000000000000000</double>
 716           </property>
 717           <property name="singleStep">
 718            <double>0.500000000000000</double>
 719           </property>
 720           <property name="value">
 721            <double>5.000000000000000</double>
 722           </property>
 723          </widget>
 724         </item>
 725         <item>
 726          <widget class="QCheckBox" name="fastForwardUnbounded">
 727           <property name="text">
 728            <string>Unbounded</string>
 729           </property>
 730           <property name="checked">
 731            <bool>true</bool>
 732           </property>
 733          </widget>
 734         </item>
 735        </layout>
 736       </item>
 737       <item row="1" column="0">
 738        <widget class="QLabel" name="label_181">
 739         <property name="text">
 740          <string>Fast forward (held) speed:</string>
 741         </property>
 742        </widget>
 743       </item>
 744       <item row="1" column="1">
 745        <layout class="QHBoxLayout" name="horizontalLayout_51">
 746         <item>
 747          <widget class="QDoubleSpinBox" name="fastForwardHeldRatio">
 748           <property name="enabled">
 749            <bool>false</bool>
 750           </property>
 751           <property name="suffix">
 752            <string>×</string>
 753           </property>
 754           <property name="minimum">
 755            <double>0.010000000000000</double>
 756           </property>
 757           <property name="maximum">
 758            <double>20.000000000000000</double>
 759           </property>
 760           <property name="singleStep">
 761            <double>0.500000000000000</double>
 762           </property>
 763           <property name="value">
 764            <double>5.000000000000000</double>
 765           </property>
 766          </widget>
 767         </item>
 768         <item>
 769          <widget class="QCheckBox" name="fastForwardHeldUnbounded">
 770           <property name="text">
 771            <string>Unbounded</string>
 772           </property>
 773           <property name="checked">
 774            <bool>true</bool>
 775           </property>
 776          </widget>
 777         </item>
 778        </layout>
 779       </item>
 780       <item row="2" column="0">
 781        <widget class="QLabel" name="label_31">
 782         <property name="text">
 783          <string>Autofire interval:</string>
 784         </property>
 785        </widget>
 786       </item>
 787       <item row="2" column="1">
 788        <widget class="QSpinBox" name="autofireThreshold">
 789         <property name="minimum">
 790          <number>1</number>
 791         </property>
 792         <property name="maximum">
 793          <number>60</number>
 794         </property>
 795        </widget>
 796       </item>
 797       <item row="3" column="0" colspan="2">
 798        <widget class="Line" name="line">
 799         <property name="orientation">
 800          <enum>Qt::Horizontal</enum>
 801         </property>
 802        </widget>
 803       </item>
 804       <item row="4" column="1">
 805        <widget class="QCheckBox" name="rewind">
 806         <property name="text">
 807          <string>Enable rewind</string>
 808         </property>
 809        </widget>
 810       </item>
 811       <item row="5" column="0">
 812        <widget class="QLabel" name="label_8">
 813         <property name="text">
 814          <string>Rewind history:</string>
 815         </property>
 816        </widget>
 817       </item>
 818       <item row="5" column="1">
 819        <layout class="QHBoxLayout" name="horizontalLayout_13">
 820         <item>
 821          <widget class="QSpinBox" name="rewindCapacity">
 822           <property name="maximum">
 823            <number>3600</number>
 824           </property>
 825          </widget>
 826         </item>
 827         <item>
 828          <widget class="QLabel" name="label_7">
 829           <property name="text">
 830            <string>frames</string>
 831           </property>
 832          </widget>
 833         </item>
 834        </layout>
 835       </item>
 836       <item row="6" column="0" colspan="2">
 837        <widget class="Line" name="line_3">
 838         <property name="orientation">
 839          <enum>Qt::Horizontal</enum>
 840         </property>
 841        </widget>
 842       </item>
 843       <item row="7" column="0">
 844        <widget class="QLabel" name="label_15">
 845         <property name="text">
 846          <string>Idle loops:</string>
 847         </property>
 848        </widget>
 849       </item>
 850       <item row="7" column="1">
 851        <widget class="QComboBox" name="idleOptimization">
 852         <item>
 853          <property name="text">
 854           <string>Run all</string>
 855          </property>
 856         </item>
 857         <item>
 858          <property name="text">
 859           <string>Remove known</string>
 860          </property>
 861         </item>
 862         <item>
 863          <property name="text">
 864           <string>Detect and remove</string>
 865          </property>
 866         </item>
 867        </widget>
 868       </item>
 869       <item row="8" column="1">
 870        <widget class="QCheckBox" name="preload">
 871         <property name="text">
 872          <string>Preload entire ROM into memory</string>
 873         </property>
 874        </widget>
 875       </item>
 876       <item row="9" column="0" colspan="2">
 877        <widget class="Line" name="line_2">
 878         <property name="orientation">
 879          <enum>Qt::Horizontal</enum>
 880         </property>
 881        </widget>
 882       </item>
 883       <item row="10" column="0">
 884        <widget class="QLabel" name="label_24">
 885         <property name="text">
 886          <string>Savestate extra data:</string>
 887         </property>
 888        </widget>
 889       </item>
 890       <item row="10" column="1">
 891        <widget class="QCheckBox" name="saveStateScreenshot">
 892         <property name="text">
 893          <string>Screenshot</string>
 894         </property>
 895         <property name="checked">
 896          <bool>true</bool>
 897         </property>
 898        </widget>
 899       </item>
 900       <item row="11" column="1">
 901        <widget class="QCheckBox" name="saveStateSave">
 902         <property name="text">
 903          <string>Save data</string>
 904         </property>
 905         <property name="checked">
 906          <bool>true</bool>
 907         </property>
 908        </widget>
 909       </item>
 910       <item row="12" column="1">
 911        <widget class="QCheckBox" name="saveStateCheats">
 912         <property name="text">
 913          <string>Cheat codes</string>
 914         </property>
 915         <property name="checked">
 916          <bool>true</bool>
 917         </property>
 918        </widget>
 919       </item>
 920       <item row="13" column="0" colspan="2">
 921        <widget class="Line" name="line_9">
 922         <property name="orientation">
 923          <enum>Qt::Horizontal</enum>
 924         </property>
 925        </widget>
 926       </item>
 927       <item row="14" column="0">
 928        <widget class="QLabel" name="label_25">
 929         <property name="text">
 930          <string>Load extra data:</string>
 931         </property>
 932        </widget>
 933       </item>
 934       <item row="14" column="1">
 935        <widget class="QCheckBox" name="loadStateScreenshot">
 936         <property name="text">
 937          <string>Screenshot</string>
 938         </property>
 939         <property name="checked">
 940          <bool>true</bool>
 941         </property>
 942        </widget>
 943       </item>
 944       <item row="15" column="1">
 945        <widget class="QCheckBox" name="loadStateSave">
 946         <property name="text">
 947          <string>Save data</string>
 948         </property>
 949        </widget>
 950       </item>
 951       <item row="16" column="1">
 952        <widget class="QCheckBox" name="loadStateCheats">
 953         <property name="text">
 954          <string>Cheat codes</string>
 955         </property>
 956        </widget>
 957       </item>
 958      </layout>
 959     </widget>
 960     <widget class="QWidget" name="enhancements">
 961      <layout class="QFormLayout" name="formLayout_6">
 962       <item row="0" column="0">
 963        <widget class="QLabel" name="label_36">
 964         <property name="text">
 965          <string>Video renderer:</string>
 966         </property>
 967        </widget>
 968       </item>
 969       <item row="0" column="1">
 970        <widget class="QComboBox" name="hwaccelVideo">
 971         <item>
 972          <property name="text">
 973           <string>Software</string>
 974          </property>
 975         </item>
 976         <item>
 977          <property name="text">
 978           <string>OpenGL</string>
 979          </property>
 980         </item>
 981        </widget>
 982       </item>
 983       <item row="2" column="0" colspan="2">
 984        <widget class="QGroupBox" name="oglEnahance">
 985         <property name="title">
 986          <string>OpenGL enhancements</string>
 987         </property>
 988         <layout class="QFormLayout" name="formLayout_7">
 989          <item row="0" column="0">
 990           <widget class="QLabel" name="label_37">
 991            <property name="text">
 992             <string>High-resolution scale:</string>
 993            </property>
 994           </widget>
 995          </item>
 996          <item row="0" column="1">
 997           <layout class="QHBoxLayout" name="horizontalLayout_18">
 998            <item>
 999             <widget class="QSpinBox" name="videoScale">
1000              <property name="suffix">
1001               <string>×</string>
1002              </property>
1003              <property name="minimum">
1004               <number>1</number>
1005              </property>
1006              <property name="maximum">
1007               <number>16</number>
1008              </property>
1009             </widget>
1010            </item>
1011            <item>
1012             <spacer name="horizontalSpacer">
1013              <property name="orientation">
1014               <enum>Qt::Horizontal</enum>
1015              </property>
1016              <property name="sizeHint" stdset="0">
1017               <size>
1018                <width>40</width>
1019                <height>20</height>
1020               </size>
1021              </property>
1022             </spacer>
1023            </item>
1024            <item>
1025             <widget class="QLabel" name="videoScaleSize">
1026              <property name="enabled">
1027               <bool>false</bool>
1028              </property>
1029              <property name="text">
1030               <string>(240×160)</string>
1031              </property>
1032             </widget>
1033            </item>
1034            <item>
1035             <spacer name="horizontalSpacer_2">
1036              <property name="orientation">
1037               <enum>Qt::Horizontal</enum>
1038              </property>
1039              <property name="sizeHint" stdset="0">
1040               <size>
1041                <width>40</width>
1042                <height>20</height>
1043               </size>
1044              </property>
1045             </spacer>
1046            </item>
1047           </layout>
1048          </item>
1049         </layout>
1050        </widget>
1051       </item>
1052       <item row="1" column="1">
1053        <widget class="QCheckBox" name="audioHle">
1054         <property name="text">
1055          <string>XQ GBA audio (experimental)</string>
1056         </property>
1057        </widget>
1058       </item>
1059      </layout>
1060     </widget>
1061     <widget class="QWidget" name="bios">
1062      <layout class="QFormLayout" name="formLayout_5">
1063       <item row="0" column="0">
1064        <widget class="QLabel" name="label">
1065         <property name="text">
1066          <string>GB BIOS file:</string>
1067         </property>
1068        </widget>
1069       </item>
1070       <item row="0" column="1">
1071        <layout class="QHBoxLayout" name="horizontalLayout">
1072         <item>
1073          <widget class="QLineEdit" name="gbBios">
1074           <property name="sizePolicy">
1075            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1076             <horstretch>0</horstretch>
1077             <verstretch>0</verstretch>
1078            </sizepolicy>
1079           </property>
1080          </widget>
1081         </item>
1082         <item>
1083          <widget class="QPushButton" name="gbBiosBrowse">
1084           <property name="text">
1085            <string>Browse</string>
1086           </property>
1087          </widget>
1088         </item>
1089        </layout>
1090       </item>
1091       <item row="4" column="1">
1092        <widget class="QCheckBox" name="useBios">
1093         <property name="text">
1094          <string>Use BIOS file if found</string>
1095         </property>
1096         <property name="checked">
1097          <bool>true</bool>
1098         </property>
1099        </widget>
1100       </item>
1101       <item row="5" column="1">
1102        <widget class="QCheckBox" name="skipBios">
1103         <property name="text">
1104          <string>Skip BIOS intro</string>
1105         </property>
1106        </widget>
1107       </item>
1108       <item row="3" column="1">
1109        <layout class="QHBoxLayout" name="horizontalLayout_8">
1110         <item>
1111          <widget class="QLineEdit" name="gbaBios">
1112           <property name="sizePolicy">
1113            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1114             <horstretch>0</horstretch>
1115             <verstretch>0</verstretch>
1116            </sizepolicy>
1117           </property>
1118          </widget>
1119         </item>
1120         <item>
1121          <widget class="QPushButton" name="gbaBiosBrowse">
1122           <property name="text">
1123            <string>Browse</string>
1124           </property>
1125          </widget>
1126         </item>
1127        </layout>
1128       </item>
1129       <item row="3" column="0">
1130        <widget class="QLabel" name="label_4">
1131         <property name="text">
1132          <string>GBA BIOS file:</string>
1133         </property>
1134        </widget>
1135       </item>
1136       <item row="2" column="0">
1137        <widget class="QLabel" name="label_5">
1138         <property name="text">
1139          <string>GBC BIOS file:</string>
1140         </property>
1141        </widget>
1142       </item>
1143       <item row="2" column="1">
1144        <layout class="QHBoxLayout" name="horizontalLayout_30">
1145         <item>
1146          <widget class="QLineEdit" name="gbcBios">
1147           <property name="sizePolicy">
1148            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1149             <horstretch>0</horstretch>
1150             <verstretch>0</verstretch>
1151            </sizepolicy>
1152           </property>
1153          </widget>
1154         </item>
1155         <item>
1156          <widget class="QPushButton" name="gbcBiosBrowse">
1157           <property name="text">
1158            <string>Browse</string>
1159           </property>
1160          </widget>
1161         </item>
1162        </layout>
1163       </item>
1164       <item row="1" column="0">
1165        <widget class="QLabel" name="label_30">
1166         <property name="text">
1167          <string>SGB BIOS file:</string>
1168         </property>
1169        </widget>
1170       </item>
1171       <item row="1" column="1">
1172        <layout class="QHBoxLayout" name="horizontalLayout_12">
1173         <item>
1174          <widget class="QLineEdit" name="sgbBios">
1175           <property name="sizePolicy">
1176            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1177             <horstretch>0</horstretch>
1178             <verstretch>0</verstretch>
1179            </sizepolicy>
1180           </property>
1181          </widget>
1182         </item>
1183         <item>
1184          <widget class="QPushButton" name="sgbBiosBrowse">
1185           <property name="text">
1186            <string>Browse</string>
1187           </property>
1188          </widget>
1189         </item>
1190        </layout>
1191       </item>
1192      </layout>
1193     </widget>
1194     <widget class="QWidget" name="paths">
1195      <layout class="QFormLayout" name="formLayout_3">
1196       <property name="fieldGrowthPolicy">
1197        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1198       </property>
1199       <item row="1" column="0">
1200        <widget class="QLabel" name="label_21">
1201         <property name="text">
1202          <string>Save games</string>
1203         </property>
1204        </widget>
1205       </item>
1206       <item row="1" column="1">
1207        <layout class="QHBoxLayout" name="horizontalLayout_3">
1208         <item>
1209          <widget class="QLineEdit" name="savegamePath">
1210           <property name="sizePolicy">
1211            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1212             <horstretch>0</horstretch>
1213             <verstretch>0</verstretch>
1214            </sizepolicy>
1215           </property>
1216           <property name="minimumSize">
1217            <size>
1218             <width>170</width>
1219             <height>0</height>
1220            </size>
1221           </property>
1222          </widget>
1223         </item>
1224         <item>
1225          <widget class="QPushButton" name="savegameBrowse">
1226           <property name="text">
1227            <string>Browse</string>
1228           </property>
1229          </widget>
1230         </item>
1231        </layout>
1232       </item>
1233       <item row="2" column="1">
1234        <widget class="QCheckBox" name="savegameSameDir">
1235         <property name="text">
1236          <string>Same directory as the ROM</string>
1237         </property>
1238        </widget>
1239       </item>
1240       <item row="3" column="0" colspan="2">
1241        <widget class="Line" name="line_7">
1242         <property name="orientation">
1243          <enum>Qt::Horizontal</enum>
1244         </property>
1245        </widget>
1246       </item>
1247       <item row="4" column="0">
1248        <widget class="QLabel" name="label_22">
1249         <property name="text">
1250          <string>Save states</string>
1251         </property>
1252        </widget>
1253       </item>
1254       <item row="4" column="1">
1255        <layout class="QHBoxLayout" name="horizontalLayout_4">
1256         <item>
1257          <widget class="QLineEdit" name="savestatePath">
1258           <property name="sizePolicy">
1259            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1260             <horstretch>0</horstretch>
1261             <verstretch>0</verstretch>
1262            </sizepolicy>
1263           </property>
1264           <property name="minimumSize">
1265            <size>
1266             <width>170</width>
1267             <height>0</height>
1268            </size>
1269           </property>
1270          </widget>
1271         </item>
1272         <item>
1273          <widget class="QPushButton" name="savestateBrowse">
1274           <property name="text">
1275            <string>Browse</string>
1276           </property>
1277          </widget>
1278         </item>
1279        </layout>
1280       </item>
1281       <item row="5" column="1">
1282        <widget class="QCheckBox" name="savestateSameDir">
1283         <property name="text">
1284          <string>Same directory as the ROM</string>
1285         </property>
1286        </widget>
1287       </item>
1288       <item row="6" column="0" colspan="2">
1289        <widget class="Line" name="line_6">
1290         <property name="orientation">
1291          <enum>Qt::Horizontal</enum>
1292         </property>
1293        </widget>
1294       </item>
1295       <item row="7" column="0">
1296        <widget class="QLabel" name="label_23">
1297         <property name="text">
1298          <string>Screenshots</string>
1299         </property>
1300        </widget>
1301       </item>
1302       <item row="7" column="1">
1303        <layout class="QHBoxLayout" name="horizontalLayout_7">
1304         <item>
1305          <widget class="QLineEdit" name="screenshotPath">
1306           <property name="sizePolicy">
1307            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1308             <horstretch>0</horstretch>
1309             <verstretch>0</verstretch>
1310            </sizepolicy>
1311           </property>
1312           <property name="minimumSize">
1313            <size>
1314             <width>170</width>
1315             <height>0</height>
1316            </size>
1317           </property>
1318          </widget>
1319         </item>
1320         <item>
1321          <widget class="QPushButton" name="screenshotBrowse">
1322           <property name="text">
1323            <string>Browse</string>
1324           </property>
1325          </widget>
1326         </item>
1327        </layout>
1328       </item>
1329       <item row="8" column="1">
1330        <widget class="QCheckBox" name="screenshotSameDir">
1331         <property name="text">
1332          <string>Same directory as the ROM</string>
1333         </property>
1334        </widget>
1335       </item>
1336       <item row="9" column="0" colspan="2">
1337        <widget class="Line" name="line_15">
1338         <property name="orientation">
1339          <enum>Qt::Horizontal</enum>
1340         </property>
1341        </widget>
1342       </item>
1343       <item row="10" column="0">
1344        <widget class="QLabel" name="label_47">
1345         <property name="text">
1346          <string>Patches</string>
1347         </property>
1348        </widget>
1349       </item>
1350       <item row="10" column="1">
1351        <layout class="QHBoxLayout" name="horizontalLayout_26">
1352         <item>
1353          <widget class="QLineEdit" name="patchPath">
1354           <property name="sizePolicy">
1355            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1356             <horstretch>0</horstretch>
1357             <verstretch>0</verstretch>
1358            </sizepolicy>
1359           </property>
1360           <property name="minimumSize">
1361            <size>
1362             <width>170</width>
1363             <height>0</height>
1364            </size>
1365           </property>
1366          </widget>
1367         </item>
1368         <item>
1369          <widget class="QPushButton" name="patchBrowse">
1370           <property name="text">
1371            <string>Browse</string>
1372           </property>
1373          </widget>
1374         </item>
1375        </layout>
1376       </item>
1377       <item row="11" column="1">
1378        <widget class="QCheckBox" name="patchSameDir">
1379         <property name="text">
1380          <string>Same directory as the ROM</string>
1381         </property>
1382        </widget>
1383       </item>
1384       <item row="12" column="0" colspan="2">
1385        <widget class="Line" name="line_14">
1386         <property name="orientation">
1387          <enum>Qt::Horizontal</enum>
1388         </property>
1389        </widget>
1390       </item>
1391       <item row="13" column="0">
1392        <widget class="QLabel" name="label_48">
1393         <property name="text">
1394          <string>Cheats</string>
1395         </property>
1396        </widget>
1397       </item>
1398       <item row="13" column="1">
1399        <layout class="QHBoxLayout" name="horizontalLayout_27">
1400         <item>
1401          <widget class="QLineEdit" name="cheatsPath">
1402           <property name="sizePolicy">
1403            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1404             <horstretch>0</horstretch>
1405             <verstretch>0</verstretch>
1406            </sizepolicy>
1407           </property>
1408           <property name="minimumSize">
1409            <size>
1410             <width>170</width>
1411             <height>0</height>
1412            </size>
1413           </property>
1414          </widget>
1415         </item>
1416         <item>
1417          <widget class="QPushButton" name="cheatsBrowse">
1418           <property name="text">
1419            <string>Browse</string>
1420           </property>
1421          </widget>
1422         </item>
1423        </layout>
1424       </item>
1425       <item row="14" column="1">
1426        <widget class="QCheckBox" name="cheatsSameDir">
1427         <property name="text">
1428          <string>Same directory as the ROM</string>
1429         </property>
1430        </widget>
1431       </item>
1432      </layout>
1433     </widget>
1434     <widget class="QWidget" name="logging">
1435      <layout class="QVBoxLayout" name="verticalLayout">
1436       <item>
1437        <widget class="QTableView" name="loggingView">
1438         <attribute name="horizontalHeaderMinimumSectionSize">
1439          <number>0</number>
1440         </attribute>
1441         <attribute name="horizontalHeaderDefaultSectionSize">
1442          <number>77</number>
1443         </attribute>
1444        </widget>
1445       </item>
1446       <item>
1447        <layout class="QHBoxLayout" name="horizontalLayout_19">
1448         <item>
1449          <widget class="QCheckBox" name="logToFile">
1450           <property name="text">
1451            <string>Log to file</string>
1452           </property>
1453          </widget>
1454         </item>
1455         <item>
1456          <widget class="QCheckBox" name="logToStdout">
1457           <property name="text">
1458            <string>Log to console</string>
1459           </property>
1460          </widget>
1461         </item>
1462        </layout>
1463       </item>
1464       <item>
1465        <layout class="QHBoxLayout" name="horizontalLayout_20">
1466         <item>
1467          <widget class="QLineEdit" name="logFile"/>
1468         </item>
1469         <item>
1470          <widget class="QPushButton" name="logFileBrowse">
1471           <property name="text">
1472            <string>Select Log File</string>
1473           </property>
1474          </widget>
1475         </item>
1476        </layout>
1477       </item>
1478      </layout>
1479     </widget>
1480     <widget class="QWidget" name="gb">
1481      <layout class="QFormLayout" name="formLayout_1">
1482       <item row="0" column="0">
1483        <widget class="QLabel" name="label_29">
1484         <property name="text">
1485          <string>Game Boy-only model:</string>
1486         </property>
1487        </widget>
1488       </item>
1489       <item row="0" column="1">
1490        <widget class="QComboBox" name="gbModel"/>
1491       </item>
1492       <item row="1" column="0">
1493        <widget class="QLabel" name="label_32">
1494         <property name="text">
1495          <string>Super Game Boy model:</string>
1496         </property>
1497        </widget>
1498       </item>
1499       <item row="1" column="1">
1500        <widget class="QComboBox" name="sgbModel"/>
1501       </item>
1502       <item row="2" column="0">
1503        <widget class="QLabel" name="label_33">
1504         <property name="text">
1505          <string>Game Boy Color-only model:</string>
1506         </property>
1507        </widget>
1508       </item>
1509       <item row="2" column="1">
1510        <widget class="QComboBox" name="cgbModel"/>
1511       </item>
1512       <item row="3" column="0">
1513        <widget class="QLabel" name="label_38">
1514         <property name="text">
1515          <string>Game Boy/Game Boy Color model:</string>
1516         </property>
1517        </widget>
1518       </item>
1519       <item row="5" column="0" colspan="2">
1520        <widget class="Line" name="line_12">
1521         <property name="orientation">
1522          <enum>Qt::Horizontal</enum>
1523         </property>
1524        </widget>
1525       </item>
1526       <item row="6" column="0">
1527        <widget class="QLabel" name="label_28">
1528         <property name="text">
1529          <string>Default BG colors:</string>
1530         </property>
1531        </widget>
1532       </item>
1533       <item row="6" column="1">
1534        <layout class="QHBoxLayout" name="horizontalLayout_9">
1535         <item>
1536          <widget class="QFrame" name="color0">
1537           <property name="minimumSize">
1538            <size>
1539             <width>30</width>
1540             <height>30</height>
1541            </size>
1542           </property>
1543           <property name="autoFillBackground">
1544            <bool>true</bool>
1545           </property>
1546           <property name="frameShape">
1547            <enum>QFrame::StyledPanel</enum>
1548           </property>
1549           <property name="frameShadow">
1550            <enum>QFrame::Raised</enum>
1551           </property>
1552          </widget>
1553         </item>
1554         <item>
1555          <widget class="QFrame" name="color1">
1556           <property name="minimumSize">
1557            <size>
1558             <width>30</width>
1559             <height>30</height>
1560            </size>
1561           </property>
1562           <property name="autoFillBackground">
1563            <bool>true</bool>
1564           </property>
1565           <property name="frameShape">
1566            <enum>QFrame::StyledPanel</enum>
1567           </property>
1568           <property name="frameShadow">
1569            <enum>QFrame::Raised</enum>
1570           </property>
1571          </widget>
1572         </item>
1573         <item>
1574          <widget class="QFrame" name="color2">
1575           <property name="minimumSize">
1576            <size>
1577             <width>30</width>
1578             <height>30</height>
1579            </size>
1580           </property>
1581           <property name="autoFillBackground">
1582            <bool>true</bool>
1583           </property>
1584           <property name="frameShape">
1585            <enum>QFrame::StyledPanel</enum>
1586           </property>
1587           <property name="frameShadow">
1588            <enum>QFrame::Raised</enum>
1589           </property>
1590          </widget>
1591         </item>
1592         <item>
1593          <widget class="QFrame" name="color3">
1594           <property name="minimumSize">
1595            <size>
1596             <width>30</width>
1597             <height>30</height>
1598            </size>
1599           </property>
1600           <property name="autoFillBackground">
1601            <bool>true</bool>
1602           </property>
1603           <property name="frameShape">
1604            <enum>QFrame::StyledPanel</enum>
1605           </property>
1606           <property name="frameShadow">
1607            <enum>QFrame::Raised</enum>
1608           </property>
1609          </widget>
1610         </item>
1611        </layout>
1612       </item>
1613       <item row="7" column="0">
1614        <widget class="QLabel" name="label_69">
1615         <property name="text">
1616          <string>Default sprite colors 1:</string>
1617         </property>
1618        </widget>
1619       </item>
1620       <item row="7" column="1">
1621        <layout class="QHBoxLayout" name="horizontalLayout_15">
1622         <item>
1623          <widget class="QFrame" name="color4">
1624           <property name="minimumSize">
1625            <size>
1626             <width>30</width>
1627             <height>30</height>
1628            </size>
1629           </property>
1630           <property name="autoFillBackground">
1631            <bool>true</bool>
1632           </property>
1633           <property name="frameShape">
1634            <enum>QFrame::StyledPanel</enum>
1635           </property>
1636           <property name="frameShadow">
1637            <enum>QFrame::Raised</enum>
1638           </property>
1639          </widget>
1640         </item>
1641         <item>
1642          <widget class="QFrame" name="color5">
1643           <property name="minimumSize">
1644            <size>
1645             <width>30</width>
1646             <height>30</height>
1647            </size>
1648           </property>
1649           <property name="autoFillBackground">
1650            <bool>true</bool>
1651           </property>
1652           <property name="frameShape">
1653            <enum>QFrame::StyledPanel</enum>
1654           </property>
1655           <property name="frameShadow">
1656            <enum>QFrame::Raised</enum>
1657           </property>
1658          </widget>
1659         </item>
1660         <item>
1661          <widget class="QFrame" name="color6">
1662           <property name="minimumSize">
1663            <size>
1664             <width>30</width>
1665             <height>30</height>
1666            </size>
1667           </property>
1668           <property name="autoFillBackground">
1669            <bool>true</bool>
1670           </property>
1671           <property name="frameShape">
1672            <enum>QFrame::StyledPanel</enum>
1673           </property>
1674           <property name="frameShadow">
1675            <enum>QFrame::Raised</enum>
1676           </property>
1677          </widget>
1678         </item>
1679         <item>
1680          <widget class="QFrame" name="color7">
1681           <property name="minimumSize">
1682            <size>
1683             <width>30</width>
1684             <height>30</height>
1685            </size>
1686           </property>
1687           <property name="autoFillBackground">
1688            <bool>true</bool>
1689           </property>
1690           <property name="frameShape">
1691            <enum>QFrame::StyledPanel</enum>
1692           </property>
1693           <property name="frameShadow">
1694            <enum>QFrame::Raised</enum>
1695           </property>
1696          </widget>
1697         </item>
1698        </layout>
1699       </item>
1700       <item row="8" column="0">
1701        <widget class="QLabel" name="label_70">
1702         <property name="text">
1703          <string>Default sprite colors 2:</string>
1704         </property>
1705        </widget>
1706       </item>
1707       <item row="8" column="1">
1708        <layout class="QHBoxLayout" name="horizontalLayout_37">
1709         <item>
1710          <widget class="QFrame" name="color8">
1711           <property name="minimumSize">
1712            <size>
1713             <width>30</width>
1714             <height>30</height>
1715            </size>
1716           </property>
1717           <property name="autoFillBackground">
1718            <bool>true</bool>
1719           </property>
1720           <property name="frameShape">
1721            <enum>QFrame::StyledPanel</enum>
1722           </property>
1723           <property name="frameShadow">
1724            <enum>QFrame::Raised</enum>
1725           </property>
1726          </widget>
1727         </item>
1728         <item>
1729          <widget class="QFrame" name="color9">
1730           <property name="minimumSize">
1731            <size>
1732             <width>30</width>
1733             <height>30</height>
1734            </size>
1735           </property>
1736           <property name="autoFillBackground">
1737            <bool>true</bool>
1738           </property>
1739           <property name="frameShape">
1740            <enum>QFrame::StyledPanel</enum>
1741           </property>
1742           <property name="frameShadow">
1743            <enum>QFrame::Raised</enum>
1744           </property>
1745          </widget>
1746         </item>
1747         <item>
1748          <widget class="QFrame" name="color10">
1749           <property name="minimumSize">
1750            <size>
1751             <width>30</width>
1752             <height>30</height>
1753            </size>
1754           </property>
1755           <property name="autoFillBackground">
1756            <bool>true</bool>
1757           </property>
1758           <property name="frameShape">
1759            <enum>QFrame::StyledPanel</enum>
1760           </property>
1761           <property name="frameShadow">
1762            <enum>QFrame::Raised</enum>
1763           </property>
1764          </widget>
1765         </item>
1766         <item>
1767          <widget class="QFrame" name="color11">
1768           <property name="minimumSize">
1769            <size>
1770             <width>30</width>
1771             <height>30</height>
1772            </size>
1773           </property>
1774           <property name="autoFillBackground">
1775            <bool>true</bool>
1776           </property>
1777           <property name="frameShape">
1778            <enum>QFrame::StyledPanel</enum>
1779           </property>
1780           <property name="frameShadow">
1781            <enum>QFrame::Raised</enum>
1782           </property>
1783          </widget>
1784         </item>
1785        </layout>
1786       </item>
1787       <item row="9" column="1">
1788        <widget class="QCheckBox" name="useCgbColors">
1789         <property name="text">
1790          <string>Use GBC colors in GB games</string>
1791         </property>
1792        </widget>
1793       </item>
1794       <item row="10" column="1">
1795        <widget class="QCheckBox" name="sgbBorders">
1796         <property name="text">
1797          <string>Super Game Boy borders</string>
1798         </property>
1799        </widget>
1800       </item>
1801       <item row="11" column="0" colspan="2">
1802        <widget class="Line" name="line_11">
1803         <property name="orientation">
1804          <enum>Qt::Horizontal</enum>
1805         </property>
1806        </widget>
1807       </item>
1808       <item row="12" column="0">
1809        <widget class="QLabel" name="label_27">
1810         <property name="text">
1811          <string>Camera driver:</string>
1812         </property>
1813        </widget>
1814       </item>
1815       <item row="12" column="1">
1816        <widget class="QComboBox" name="cameraDriver">
1817         <property name="sizePolicy">
1818          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1819           <horstretch>0</horstretch>
1820           <verstretch>0</verstretch>
1821          </sizepolicy>
1822         </property>
1823        </widget>
1824       </item>
1825       <item row="13" column="0">
1826        <widget class="QLabel" name="label_35">
1827         <property name="text">
1828          <string>Camera:</string>
1829         </property>
1830        </widget>
1831       </item>
1832       <item row="13" column="1">
1833        <widget class="QComboBox" name="camera">
1834         <property name="enabled">
1835          <bool>false</bool>
1836         </property>
1837         <property name="sizePolicy">
1838          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1839           <horstretch>0</horstretch>
1840           <verstretch>0</verstretch>
1841          </sizepolicy>
1842         </property>
1843        </widget>
1844       </item>
1845       <item row="3" column="1">
1846        <widget class="QComboBox" name="cgbHybridModel"/>
1847       </item>
1848       <item row="4" column="0">
1849        <widget class="QLabel" name="label_39">
1850         <property name="text">
1851          <string>Super Game Boy/Game Boy Color model:</string>
1852         </property>
1853        </widget>
1854       </item>
1855       <item row="4" column="1">
1856        <widget class="QComboBox" name="cgbSgbModel"/>
1857       </item>
1858      </layout>
1859     </widget>
1860    </widget>
1861   </item>
1862  </layout>
1863 </widget>
1864 <resources/>
1865 <connections>
1866  <connection>
1867   <sender>buttonBox</sender>
1868   <signal>accepted()</signal>
1869   <receiver>SettingsView</receiver>
1870   <slot>close()</slot>
1871   <hints>
1872    <hint type="sourcelabel">
1873     <x>169</x>
1874     <y>453</y>
1875    </hint>
1876    <hint type="destinationlabel">
1877     <x>169</x>
1878     <y>236</y>
1879    </hint>
1880   </hints>
1881  </connection>
1882  <connection>
1883   <sender>buttonBox</sender>
1884   <signal>rejected()</signal>
1885   <receiver>SettingsView</receiver>
1886   <slot>close()</slot>
1887   <hints>
1888    <hint type="sourcelabel">
1889     <x>169</x>
1890     <y>453</y>
1891    </hint>
1892    <hint type="destinationlabel">
1893     <x>169</x>
1894     <y>236</y>
1895    </hint>
1896   </hints>
1897  </connection>
1898  <connection>
1899   <sender>tabs</sender>
1900   <signal>currentRowChanged(int)</signal>
1901   <receiver>stackedWidget</receiver>
1902   <slot>setCurrentIndex(int)</slot>
1903   <hints>
1904    <hint type="sourcelabel">
1905     <x>61</x>
1906     <y>209</y>
1907    </hint>
1908    <hint type="destinationlabel">
1909     <x>315</x>
1910     <y>209</y>
1911    </hint>
1912   </hints>
1913  </connection>
1914  <connection>
1915   <sender>savegameSameDir</sender>
1916   <signal>toggled(bool)</signal>
1917   <receiver>savegamePath</receiver>
1918   <slot>setDisabled(bool)</slot>
1919   <hints>
1920    <hint type="sourcelabel">
1921     <x>392</x>
1922     <y>82</y>
1923    </hint>
1924    <hint type="destinationlabel">
1925     <x>366</x>
1926     <y>48</y>
1927    </hint>
1928   </hints>
1929  </connection>
1930  <connection>
1931   <sender>savestateSameDir</sender>
1932   <signal>toggled(bool)</signal>
1933   <receiver>savestatePath</receiver>
1934   <slot>setDisabled(bool)</slot>
1935   <hints>
1936    <hint type="sourcelabel">
1937     <x>392</x>
1938     <y>161</y>
1939    </hint>
1940    <hint type="destinationlabel">
1941     <x>366</x>
1942     <y>127</y>
1943    </hint>
1944   </hints>
1945  </connection>
1946  <connection>
1947   <sender>screenshotSameDir</sender>
1948   <signal>toggled(bool)</signal>
1949   <receiver>screenshotPath</receiver>
1950   <slot>setDisabled(bool)</slot>
1951   <hints>
1952    <hint type="sourcelabel">
1953     <x>392</x>
1954     <y>240</y>
1955    </hint>
1956    <hint type="destinationlabel">
1957     <x>366</x>
1958     <y>206</y>
1959    </hint>
1960   </hints>
1961  </connection>
1962  <connection>
1963   <sender>patchSameDir</sender>
1964   <signal>toggled(bool)</signal>
1965   <receiver>patchPath</receiver>
1966   <slot>setDisabled(bool)</slot>
1967   <hints>
1968    <hint type="sourcelabel">
1969     <x>345</x>
1970     <y>319</y>
1971    </hint>
1972    <hint type="destinationlabel">
1973     <x>340</x>
1974     <y>285</y>
1975    </hint>
1976   </hints>
1977  </connection>
1978  <connection>
1979   <sender>cheatsSameDir</sender>
1980   <signal>toggled(bool)</signal>
1981   <receiver>cheatsPath</receiver>
1982   <slot>setDisabled(bool)</slot>
1983   <hints>
1984    <hint type="sourcelabel">
1985     <x>351</x>
1986     <y>407</y>
1987    </hint>
1988    <hint type="destinationlabel">
1989     <x>343</x>
1990     <y>372</y>
1991    </hint>
1992   </hints>
1993  </connection>
1994  <connection>
1995   <sender>fastForwardUnbounded</sender>
1996   <signal>toggled(bool)</signal>
1997   <receiver>fastForwardRatio</receiver>
1998   <slot>setDisabled(bool)</slot>
1999   <hints>
2000    <hint type="sourcelabel">
2001     <x>445</x>
2002     <y>38</y>
2003    </hint>
2004    <hint type="destinationlabel">
2005     <x>349</x>
2006     <y>38</y>
2007    </hint>
2008   </hints>
2009  </connection>
2010  <connection>
2011   <sender>fastForwardHeldUnbounded</sender>
2012   <signal>toggled(bool)</signal>
2013   <receiver>fastForwardHeldRatio</receiver>
2014   <slot>setDisabled(bool)</slot>
2015   <hints>
2016    <hint type="sourcelabel">
2017     <x>20</x>
2018     <y>20</y>
2019    </hint>
2020    <hint type="destinationlabel">
2021     <x>20</x>
2022     <y>20</y>
2023    </hint>
2024   </hints>
2025  </connection>
2026  <connection>
2027   <sender>dynamicTitle</sender>
2028   <signal>toggled(bool)</signal>
2029   <receiver>showFps</receiver>
2030   <slot>setEnabled(bool)</slot>
2031   <hints>
2032    <hint type="sourcelabel">
2033     <x>366</x>
2034     <y>381</y>
2035    </hint>
2036    <hint type="destinationlabel">
2037     <x>332</x>
2038     <y>415</y>
2039    </hint>
2040   </hints>
2041  </connection>
2042  <connection>
2043   <sender>dynamicTitle</sender>
2044   <signal>toggled(bool)</signal>
2045   <receiver>showFilename</receiver>
2046   <slot>setEnabled(bool)</slot>
2047   <hints>
2048    <hint type="sourcelabel">
2049     <x>366</x>
2050     <y>381</y>
2051    </hint>
2052    <hint type="destinationlabel">
2053     <x>409</x>
2054     <y>449</y>
2055    </hint>
2056   </hints>
2057  </connection>
2058 </connections>
2059</ui>