all repos — mgba @ 3e91c50f2dbfc9875a60e8be427639d23fd0e369

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 model:</string>
1469         </property>
1470        </widget>
1471       </item>
1472       <item row="0" column="1">
1473        <widget class="QComboBox" name="gbModel">
1474         <item>
1475          <property name="text">
1476           <string>Autodetect</string>
1477          </property>
1478         </item>
1479        </widget>
1480       </item>
1481       <item row="1" column="0">
1482        <widget class="QLabel" name="label_32">
1483         <property name="text">
1484          <string>Super Game Boy model:</string>
1485         </property>
1486        </widget>
1487       </item>
1488       <item row="1" column="1">
1489        <widget class="QComboBox" name="sgbModel">
1490         <item>
1491          <property name="text">
1492           <string>Autodetect</string>
1493          </property>
1494         </item>
1495        </widget>
1496       </item>
1497       <item row="2" column="0">
1498        <widget class="QLabel" name="label_33">
1499         <property name="text">
1500          <string>Game Boy Color model:</string>
1501         </property>
1502        </widget>
1503       </item>
1504       <item row="2" column="1">
1505        <widget class="QComboBox" name="cgbModel">
1506         <item>
1507          <property name="text">
1508           <string>Autodetect</string>
1509          </property>
1510         </item>
1511        </widget>
1512       </item>
1513       <item row="3" column="0" colspan="2">
1514        <widget class="Line" name="line_12">
1515         <property name="orientation">
1516          <enum>Qt::Horizontal</enum>
1517         </property>
1518        </widget>
1519       </item>
1520       <item row="4" column="0">
1521        <widget class="QLabel" name="label_28">
1522         <property name="text">
1523          <string>Default BG colors:</string>
1524         </property>
1525        </widget>
1526       </item>
1527       <item row="4" column="1">
1528        <layout class="QHBoxLayout" name="horizontalLayout_9">
1529         <item>
1530          <widget class="QFrame" name="color0">
1531           <property name="minimumSize">
1532            <size>
1533             <width>30</width>
1534             <height>30</height>
1535            </size>
1536           </property>
1537           <property name="autoFillBackground">
1538            <bool>true</bool>
1539           </property>
1540           <property name="frameShape">
1541            <enum>QFrame::StyledPanel</enum>
1542           </property>
1543           <property name="frameShadow">
1544            <enum>QFrame::Raised</enum>
1545           </property>
1546          </widget>
1547         </item>
1548         <item>
1549          <widget class="QFrame" name="color1">
1550           <property name="minimumSize">
1551            <size>
1552             <width>30</width>
1553             <height>30</height>
1554            </size>
1555           </property>
1556           <property name="autoFillBackground">
1557            <bool>true</bool>
1558           </property>
1559           <property name="frameShape">
1560            <enum>QFrame::StyledPanel</enum>
1561           </property>
1562           <property name="frameShadow">
1563            <enum>QFrame::Raised</enum>
1564           </property>
1565          </widget>
1566         </item>
1567         <item>
1568          <widget class="QFrame" name="color2">
1569           <property name="minimumSize">
1570            <size>
1571             <width>30</width>
1572             <height>30</height>
1573            </size>
1574           </property>
1575           <property name="autoFillBackground">
1576            <bool>true</bool>
1577           </property>
1578           <property name="frameShape">
1579            <enum>QFrame::StyledPanel</enum>
1580           </property>
1581           <property name="frameShadow">
1582            <enum>QFrame::Raised</enum>
1583           </property>
1584          </widget>
1585         </item>
1586         <item>
1587          <widget class="QFrame" name="color3">
1588           <property name="minimumSize">
1589            <size>
1590             <width>30</width>
1591             <height>30</height>
1592            </size>
1593           </property>
1594           <property name="autoFillBackground">
1595            <bool>true</bool>
1596           </property>
1597           <property name="frameShape">
1598            <enum>QFrame::StyledPanel</enum>
1599           </property>
1600           <property name="frameShadow">
1601            <enum>QFrame::Raised</enum>
1602           </property>
1603          </widget>
1604         </item>
1605        </layout>
1606       </item>
1607       <item row="5" column="1">
1608        <layout class="QHBoxLayout" name="horizontalLayout_15">
1609         <item>
1610          <widget class="QFrame" name="color4">
1611           <property name="minimumSize">
1612            <size>
1613             <width>30</width>
1614             <height>30</height>
1615            </size>
1616           </property>
1617           <property name="autoFillBackground">
1618            <bool>true</bool>
1619           </property>
1620           <property name="frameShape">
1621            <enum>QFrame::StyledPanel</enum>
1622           </property>
1623           <property name="frameShadow">
1624            <enum>QFrame::Raised</enum>
1625           </property>
1626          </widget>
1627         </item>
1628         <item>
1629          <widget class="QFrame" name="color5">
1630           <property name="minimumSize">
1631            <size>
1632             <width>30</width>
1633             <height>30</height>
1634            </size>
1635           </property>
1636           <property name="autoFillBackground">
1637            <bool>true</bool>
1638           </property>
1639           <property name="frameShape">
1640            <enum>QFrame::StyledPanel</enum>
1641           </property>
1642           <property name="frameShadow">
1643            <enum>QFrame::Raised</enum>
1644           </property>
1645          </widget>
1646         </item>
1647         <item>
1648          <widget class="QFrame" name="color6">
1649           <property name="minimumSize">
1650            <size>
1651             <width>30</width>
1652             <height>30</height>
1653            </size>
1654           </property>
1655           <property name="autoFillBackground">
1656            <bool>true</bool>
1657           </property>
1658           <property name="frameShape">
1659            <enum>QFrame::StyledPanel</enum>
1660           </property>
1661           <property name="frameShadow">
1662            <enum>QFrame::Raised</enum>
1663           </property>
1664          </widget>
1665         </item>
1666         <item>
1667          <widget class="QFrame" name="color7">
1668           <property name="minimumSize">
1669            <size>
1670             <width>30</width>
1671             <height>30</height>
1672            </size>
1673           </property>
1674           <property name="autoFillBackground">
1675            <bool>true</bool>
1676           </property>
1677           <property name="frameShape">
1678            <enum>QFrame::StyledPanel</enum>
1679           </property>
1680           <property name="frameShadow">
1681            <enum>QFrame::Raised</enum>
1682           </property>
1683          </widget>
1684         </item>
1685        </layout>
1686       </item>
1687       <item row="8" column="1">
1688        <widget class="QCheckBox" name="sgbBorders">
1689         <property name="text">
1690          <string>Super Game Boy borders</string>
1691         </property>
1692        </widget>
1693       </item>
1694       <item row="9" column="0" colspan="2">
1695        <widget class="Line" name="line_11">
1696         <property name="orientation">
1697          <enum>Qt::Horizontal</enum>
1698         </property>
1699        </widget>
1700       </item>
1701       <item row="10" column="0">
1702        <widget class="QLabel" name="label_27">
1703         <property name="text">
1704          <string>Camera driver:</string>
1705         </property>
1706        </widget>
1707       </item>
1708       <item row="10" column="1">
1709        <widget class="QComboBox" name="cameraDriver">
1710         <property name="sizePolicy">
1711          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1712           <horstretch>0</horstretch>
1713           <verstretch>0</verstretch>
1714          </sizepolicy>
1715         </property>
1716        </widget>
1717       </item>
1718       <item row="6" column="1">
1719        <layout class="QHBoxLayout" name="horizontalLayout_37">
1720         <item>
1721          <widget class="QFrame" name="color8">
1722           <property name="minimumSize">
1723            <size>
1724             <width>30</width>
1725             <height>30</height>
1726            </size>
1727           </property>
1728           <property name="autoFillBackground">
1729            <bool>true</bool>
1730           </property>
1731           <property name="frameShape">
1732            <enum>QFrame::StyledPanel</enum>
1733           </property>
1734           <property name="frameShadow">
1735            <enum>QFrame::Raised</enum>
1736           </property>
1737          </widget>
1738         </item>
1739         <item>
1740          <widget class="QFrame" name="color9">
1741           <property name="minimumSize">
1742            <size>
1743             <width>30</width>
1744             <height>30</height>
1745            </size>
1746           </property>
1747           <property name="autoFillBackground">
1748            <bool>true</bool>
1749           </property>
1750           <property name="frameShape">
1751            <enum>QFrame::StyledPanel</enum>
1752           </property>
1753           <property name="frameShadow">
1754            <enum>QFrame::Raised</enum>
1755           </property>
1756          </widget>
1757         </item>
1758         <item>
1759          <widget class="QFrame" name="color10">
1760           <property name="minimumSize">
1761            <size>
1762             <width>30</width>
1763             <height>30</height>
1764            </size>
1765           </property>
1766           <property name="autoFillBackground">
1767            <bool>true</bool>
1768           </property>
1769           <property name="frameShape">
1770            <enum>QFrame::StyledPanel</enum>
1771           </property>
1772           <property name="frameShadow">
1773            <enum>QFrame::Raised</enum>
1774           </property>
1775          </widget>
1776         </item>
1777         <item>
1778          <widget class="QFrame" name="color11">
1779           <property name="minimumSize">
1780            <size>
1781             <width>30</width>
1782             <height>30</height>
1783            </size>
1784           </property>
1785           <property name="autoFillBackground">
1786            <bool>true</bool>
1787           </property>
1788           <property name="frameShape">
1789            <enum>QFrame::StyledPanel</enum>
1790           </property>
1791           <property name="frameShadow">
1792            <enum>QFrame::Raised</enum>
1793           </property>
1794          </widget>
1795         </item>
1796        </layout>
1797       </item>
1798       <item row="5" column="0">
1799        <widget class="QLabel" name="label_69">
1800         <property name="text">
1801          <string>Default sprite colors 1:</string>
1802         </property>
1803        </widget>
1804       </item>
1805       <item row="6" column="0">
1806        <widget class="QLabel" name="label_70">
1807         <property name="text">
1808          <string>Default sprite colors 2:</string>
1809         </property>
1810        </widget>
1811       </item>
1812       <item row="7" column="1">
1813        <widget class="QCheckBox" name="useCgbColors">
1814         <property name="text">
1815          <string>Use GBC colors in GB games</string>
1816         </property>
1817        </widget>
1818       </item>
1819       <item row="11" column="0">
1820        <widget class="QLabel" name="label_35">
1821         <property name="text">
1822          <string>Camera:</string>
1823         </property>
1824        </widget>
1825       </item>
1826       <item row="11" column="1">
1827        <widget class="QComboBox" name="camera">
1828         <property name="enabled">
1829          <bool>false</bool>
1830         </property>
1831         <property name="sizePolicy">
1832          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1833           <horstretch>0</horstretch>
1834           <verstretch>0</verstretch>
1835          </sizepolicy>
1836         </property>
1837        </widget>
1838       </item>
1839      </layout>
1840     </widget>
1841    </widget>
1842   </item>
1843  </layout>
1844 </widget>
1845 <resources/>
1846 <connections>
1847  <connection>
1848   <sender>buttonBox</sender>
1849   <signal>accepted()</signal>
1850   <receiver>SettingsView</receiver>
1851   <slot>close()</slot>
1852   <hints>
1853    <hint type="sourcelabel">
1854     <x>169</x>
1855     <y>453</y>
1856    </hint>
1857    <hint type="destinationlabel">
1858     <x>169</x>
1859     <y>236</y>
1860    </hint>
1861   </hints>
1862  </connection>
1863  <connection>
1864   <sender>buttonBox</sender>
1865   <signal>rejected()</signal>
1866   <receiver>SettingsView</receiver>
1867   <slot>close()</slot>
1868   <hints>
1869    <hint type="sourcelabel">
1870     <x>169</x>
1871     <y>453</y>
1872    </hint>
1873    <hint type="destinationlabel">
1874     <x>169</x>
1875     <y>236</y>
1876    </hint>
1877   </hints>
1878  </connection>
1879  <connection>
1880   <sender>tabs</sender>
1881   <signal>currentRowChanged(int)</signal>
1882   <receiver>stackedWidget</receiver>
1883   <slot>setCurrentIndex(int)</slot>
1884   <hints>
1885    <hint type="sourcelabel">
1886     <x>61</x>
1887     <y>209</y>
1888    </hint>
1889    <hint type="destinationlabel">
1890     <x>315</x>
1891     <y>209</y>
1892    </hint>
1893   </hints>
1894  </connection>
1895  <connection>
1896   <sender>savegameSameDir</sender>
1897   <signal>toggled(bool)</signal>
1898   <receiver>savegamePath</receiver>
1899   <slot>setDisabled(bool)</slot>
1900   <hints>
1901    <hint type="sourcelabel">
1902     <x>392</x>
1903     <y>82</y>
1904    </hint>
1905    <hint type="destinationlabel">
1906     <x>366</x>
1907     <y>48</y>
1908    </hint>
1909   </hints>
1910  </connection>
1911  <connection>
1912   <sender>savestateSameDir</sender>
1913   <signal>toggled(bool)</signal>
1914   <receiver>savestatePath</receiver>
1915   <slot>setDisabled(bool)</slot>
1916   <hints>
1917    <hint type="sourcelabel">
1918     <x>392</x>
1919     <y>161</y>
1920    </hint>
1921    <hint type="destinationlabel">
1922     <x>366</x>
1923     <y>127</y>
1924    </hint>
1925   </hints>
1926  </connection>
1927  <connection>
1928   <sender>screenshotSameDir</sender>
1929   <signal>toggled(bool)</signal>
1930   <receiver>screenshotPath</receiver>
1931   <slot>setDisabled(bool)</slot>
1932   <hints>
1933    <hint type="sourcelabel">
1934     <x>392</x>
1935     <y>240</y>
1936    </hint>
1937    <hint type="destinationlabel">
1938     <x>366</x>
1939     <y>206</y>
1940    </hint>
1941   </hints>
1942  </connection>
1943  <connection>
1944   <sender>patchSameDir</sender>
1945   <signal>toggled(bool)</signal>
1946   <receiver>patchPath</receiver>
1947   <slot>setDisabled(bool)</slot>
1948   <hints>
1949    <hint type="sourcelabel">
1950     <x>345</x>
1951     <y>319</y>
1952    </hint>
1953    <hint type="destinationlabel">
1954     <x>340</x>
1955     <y>285</y>
1956    </hint>
1957   </hints>
1958  </connection>
1959  <connection>
1960   <sender>cheatsSameDir</sender>
1961   <signal>toggled(bool)</signal>
1962   <receiver>cheatsPath</receiver>
1963   <slot>setDisabled(bool)</slot>
1964   <hints>
1965    <hint type="sourcelabel">
1966     <x>351</x>
1967     <y>407</y>
1968    </hint>
1969    <hint type="destinationlabel">
1970     <x>343</x>
1971     <y>372</y>
1972    </hint>
1973   </hints>
1974  </connection>
1975  <connection>
1976   <sender>fastForwardUnbounded</sender>
1977   <signal>toggled(bool)</signal>
1978   <receiver>fastForwardRatio</receiver>
1979   <slot>setDisabled(bool)</slot>
1980   <hints>
1981    <hint type="sourcelabel">
1982     <x>445</x>
1983     <y>38</y>
1984    </hint>
1985    <hint type="destinationlabel">
1986     <x>349</x>
1987     <y>38</y>
1988    </hint>
1989   </hints>
1990  </connection>
1991  <connection>
1992   <sender>fastForwardHeldUnbounded</sender>
1993   <signal>toggled(bool)</signal>
1994   <receiver>fastForwardHeldRatio</receiver>
1995   <slot>setDisabled(bool)</slot>
1996   <hints>
1997    <hint type="sourcelabel">
1998     <x>20</x>
1999     <y>20</y>
2000    </hint>
2001    <hint type="destinationlabel">
2002     <x>20</x>
2003     <y>20</y>
2004    </hint>
2005   </hints>
2006  </connection>
2007 </connections>
2008</ui>