all repos — mgba @ 000b49e45b30ec9c856b7b2e8cf8baee21daa56d

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       <property name="fieldGrowthPolicy">
1047        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1048       </property>
1049       <item row="0" column="0">
1050        <widget class="QLabel" name="label">
1051         <property name="text">
1052          <string>GB BIOS file:</string>
1053         </property>
1054        </widget>
1055       </item>
1056       <item row="0" column="1">
1057        <layout class="QHBoxLayout" name="horizontalLayout">
1058         <item>
1059          <widget class="QLineEdit" name="gbBios">
1060           <property name="sizePolicy">
1061            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1062             <horstretch>0</horstretch>
1063             <verstretch>0</verstretch>
1064            </sizepolicy>
1065           </property>
1066          </widget>
1067         </item>
1068         <item>
1069          <widget class="QPushButton" name="gbBiosBrowse">
1070           <property name="text">
1071            <string>Browse</string>
1072           </property>
1073          </widget>
1074         </item>
1075        </layout>
1076       </item>
1077       <item row="1" column="0">
1078        <widget class="QLabel" name="label_30">
1079         <property name="text">
1080          <string>SGB BIOS file:</string>
1081         </property>
1082        </widget>
1083       </item>
1084       <item row="1" column="1">
1085        <layout class="QHBoxLayout" name="horizontalLayout_12">
1086         <item>
1087          <widget class="QLineEdit" name="sgbBios">
1088           <property name="sizePolicy">
1089            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1090             <horstretch>0</horstretch>
1091             <verstretch>0</verstretch>
1092            </sizepolicy>
1093           </property>
1094          </widget>
1095         </item>
1096         <item>
1097          <widget class="QPushButton" name="sgbBiosBrowse">
1098           <property name="text">
1099            <string>Browse</string>
1100           </property>
1101          </widget>
1102         </item>
1103        </layout>
1104       </item>
1105       <item row="2" column="0">
1106        <widget class="QLabel" name="label_5">
1107         <property name="text">
1108          <string>GBC BIOS file:</string>
1109         </property>
1110        </widget>
1111       </item>
1112       <item row="2" column="1">
1113        <layout class="QHBoxLayout" name="horizontalLayout_30">
1114         <item>
1115          <widget class="QLineEdit" name="gbcBios">
1116           <property name="sizePolicy">
1117            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1118             <horstretch>0</horstretch>
1119             <verstretch>0</verstretch>
1120            </sizepolicy>
1121           </property>
1122          </widget>
1123         </item>
1124         <item>
1125          <widget class="QPushButton" name="gbcBiosBrowse">
1126           <property name="text">
1127            <string>Browse</string>
1128           </property>
1129          </widget>
1130         </item>
1131        </layout>
1132       </item>
1133       <item row="3" column="0">
1134        <widget class="QLabel" name="label_4">
1135         <property name="text">
1136          <string>GBA BIOS file:</string>
1137         </property>
1138        </widget>
1139       </item>
1140       <item row="3" column="1">
1141        <layout class="QHBoxLayout" name="horizontalLayout_8">
1142         <item>
1143          <widget class="QLineEdit" name="gbaBios">
1144           <property name="sizePolicy">
1145            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1146             <horstretch>0</horstretch>
1147             <verstretch>0</verstretch>
1148            </sizepolicy>
1149           </property>
1150          </widget>
1151         </item>
1152         <item>
1153          <widget class="QPushButton" name="gbaBiosBrowse">
1154           <property name="text">
1155            <string>Browse</string>
1156           </property>
1157          </widget>
1158         </item>
1159        </layout>
1160       </item>
1161       <item row="4" column="0">
1162        <widget class="QLabel" name="label_26">
1163         <property name="text">
1164          <string>DS BIOS 7 file:</string>
1165         </property>
1166        </widget>
1167       </item>
1168       <item row="4" column="1">
1169        <layout class="QHBoxLayout" name="horizontalLayout_9">
1170         <item>
1171          <widget class="QLineEdit" name="dsBios7">
1172           <property name="sizePolicy">
1173            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1174             <horstretch>0</horstretch>
1175             <verstretch>0</verstretch>
1176            </sizepolicy>
1177           </property>
1178          </widget>
1179         </item>
1180         <item>
1181          <widget class="QPushButton" name="dsBios7Browse">
1182           <property name="text">
1183            <string>Browse</string>
1184           </property>
1185          </widget>
1186         </item>
1187        </layout>
1188       </item>
1189       <item row="5" column="0">
1190        <widget class="QLabel" name="label_27">
1191         <property name="text">
1192          <string>DS BIOS 9 file:</string>
1193         </property>
1194        </widget>
1195       </item>
1196       <item row="5" column="1">
1197        <layout class="QHBoxLayout" name="horizontalLayout_15">
1198         <item>
1199          <widget class="QLineEdit" name="dsBios9">
1200           <property name="sizePolicy">
1201            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1202             <horstretch>0</horstretch>
1203             <verstretch>0</verstretch>
1204            </sizepolicy>
1205           </property>
1206          </widget>
1207         </item>
1208         <item>
1209          <widget class="QPushButton" name="dsBios9Browse">
1210           <property name="text">
1211            <string>Browse</string>
1212           </property>
1213          </widget>
1214         </item>
1215        </layout>
1216       </item>
1217       <item row="6" column="0">
1218        <widget class="QLabel" name="label_28">
1219         <property name="text">
1220          <string>DS firmware file:</string>
1221         </property>
1222        </widget>
1223       </item>
1224       <item row="6" column="1">
1225        <layout class="QHBoxLayout" name="horizontalLayout_17">
1226         <item>
1227          <widget class="QLineEdit" name="dsFirmware"/>
1228         </item>
1229         <item>
1230          <widget class="QPushButton" name="dsFirmwareBrowse">
1231           <property name="text">
1232            <string>Browse</string>
1233           </property>
1234          </widget>
1235         </item>
1236        </layout>
1237       </item>
1238       <item row="7" column="1">
1239        <widget class="QCheckBox" name="useBios">
1240         <property name="text">
1241          <string>Use BIOS file if found</string>
1242         </property>
1243         <property name="checked">
1244          <bool>true</bool>
1245         </property>
1246        </widget>
1247       </item>
1248       <item row="8" column="1">
1249        <widget class="QCheckBox" name="skipBios">
1250         <property name="text">
1251          <string>Skip BIOS intro</string>
1252         </property>
1253        </widget>
1254       </item>
1255      </layout>
1256     </widget>
1257     <widget class="QWidget" name="paths">
1258      <layout class="QFormLayout" name="formLayout_3">
1259       <property name="fieldGrowthPolicy">
1260        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1261       </property>
1262       <item row="1" column="0">
1263        <widget class="QLabel" name="label_21">
1264         <property name="text">
1265          <string>Save games</string>
1266         </property>
1267        </widget>
1268       </item>
1269       <item row="1" column="1">
1270        <layout class="QHBoxLayout" name="horizontalLayout_3">
1271         <item>
1272          <widget class="QLineEdit" name="savegamePath">
1273           <property name="sizePolicy">
1274            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1275             <horstretch>0</horstretch>
1276             <verstretch>0</verstretch>
1277            </sizepolicy>
1278           </property>
1279           <property name="minimumSize">
1280            <size>
1281             <width>170</width>
1282             <height>0</height>
1283            </size>
1284           </property>
1285          </widget>
1286         </item>
1287         <item>
1288          <widget class="QPushButton" name="savegameBrowse">
1289           <property name="text">
1290            <string>Browse</string>
1291           </property>
1292          </widget>
1293         </item>
1294        </layout>
1295       </item>
1296       <item row="2" column="1">
1297        <widget class="QCheckBox" name="savegameSameDir">
1298         <property name="text">
1299          <string>Same directory as the ROM</string>
1300         </property>
1301        </widget>
1302       </item>
1303       <item row="3" column="0" colspan="2">
1304        <widget class="Line" name="line_7">
1305         <property name="orientation">
1306          <enum>Qt::Horizontal</enum>
1307         </property>
1308        </widget>
1309       </item>
1310       <item row="4" column="0">
1311        <widget class="QLabel" name="label_22">
1312         <property name="text">
1313          <string>Save states</string>
1314         </property>
1315        </widget>
1316       </item>
1317       <item row="4" column="1">
1318        <layout class="QHBoxLayout" name="horizontalLayout_4">
1319         <item>
1320          <widget class="QLineEdit" name="savestatePath">
1321           <property name="sizePolicy">
1322            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1323             <horstretch>0</horstretch>
1324             <verstretch>0</verstretch>
1325            </sizepolicy>
1326           </property>
1327           <property name="minimumSize">
1328            <size>
1329             <width>170</width>
1330             <height>0</height>
1331            </size>
1332           </property>
1333          </widget>
1334         </item>
1335         <item>
1336          <widget class="QPushButton" name="savestateBrowse">
1337           <property name="text">
1338            <string>Browse</string>
1339           </property>
1340          </widget>
1341         </item>
1342        </layout>
1343       </item>
1344       <item row="5" column="1">
1345        <widget class="QCheckBox" name="savestateSameDir">
1346         <property name="text">
1347          <string>Same directory as the ROM</string>
1348         </property>
1349        </widget>
1350       </item>
1351       <item row="6" column="0" colspan="2">
1352        <widget class="Line" name="line_6">
1353         <property name="orientation">
1354          <enum>Qt::Horizontal</enum>
1355         </property>
1356        </widget>
1357       </item>
1358       <item row="7" column="0">
1359        <widget class="QLabel" name="label_23">
1360         <property name="text">
1361          <string>Screenshots</string>
1362         </property>
1363        </widget>
1364       </item>
1365       <item row="7" column="1">
1366        <layout class="QHBoxLayout" name="horizontalLayout_7">
1367         <item>
1368          <widget class="QLineEdit" name="screenshotPath">
1369           <property name="sizePolicy">
1370            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1371             <horstretch>0</horstretch>
1372             <verstretch>0</verstretch>
1373            </sizepolicy>
1374           </property>
1375           <property name="minimumSize">
1376            <size>
1377             <width>170</width>
1378             <height>0</height>
1379            </size>
1380           </property>
1381          </widget>
1382         </item>
1383         <item>
1384          <widget class="QPushButton" name="screenshotBrowse">
1385           <property name="text">
1386            <string>Browse</string>
1387           </property>
1388          </widget>
1389         </item>
1390        </layout>
1391       </item>
1392       <item row="8" column="1">
1393        <widget class="QCheckBox" name="screenshotSameDir">
1394         <property name="text">
1395          <string>Same directory as the ROM</string>
1396         </property>
1397        </widget>
1398       </item>
1399       <item row="9" column="0" colspan="2">
1400        <widget class="Line" name="line_15">
1401         <property name="orientation">
1402          <enum>Qt::Horizontal</enum>
1403         </property>
1404        </widget>
1405       </item>
1406       <item row="10" column="0">
1407        <widget class="QLabel" name="label_47">
1408         <property name="text">
1409          <string>Patches</string>
1410         </property>
1411        </widget>
1412       </item>
1413       <item row="10" column="1">
1414        <layout class="QHBoxLayout" name="horizontalLayout_26">
1415         <item>
1416          <widget class="QLineEdit" name="patchPath">
1417           <property name="sizePolicy">
1418            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1419             <horstretch>0</horstretch>
1420             <verstretch>0</verstretch>
1421            </sizepolicy>
1422           </property>
1423           <property name="minimumSize">
1424            <size>
1425             <width>170</width>
1426             <height>0</height>
1427            </size>
1428           </property>
1429          </widget>
1430         </item>
1431         <item>
1432          <widget class="QPushButton" name="patchBrowse">
1433           <property name="text">
1434            <string>Browse</string>
1435           </property>
1436          </widget>
1437         </item>
1438        </layout>
1439       </item>
1440       <item row="11" column="1">
1441        <widget class="QCheckBox" name="patchSameDir">
1442         <property name="text">
1443          <string>Same directory as the ROM</string>
1444         </property>
1445        </widget>
1446       </item>
1447       <item row="12" column="0" colspan="2">
1448        <widget class="Line" name="line_14">
1449         <property name="orientation">
1450          <enum>Qt::Horizontal</enum>
1451         </property>
1452        </widget>
1453       </item>
1454       <item row="13" column="0">
1455        <widget class="QLabel" name="label_48">
1456         <property name="text">
1457          <string>Cheats</string>
1458         </property>
1459        </widget>
1460       </item>
1461       <item row="13" column="1">
1462        <layout class="QHBoxLayout" name="horizontalLayout_27">
1463         <item>
1464          <widget class="QLineEdit" name="cheatsPath">
1465           <property name="sizePolicy">
1466            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1467             <horstretch>0</horstretch>
1468             <verstretch>0</verstretch>
1469            </sizepolicy>
1470           </property>
1471           <property name="minimumSize">
1472            <size>
1473             <width>170</width>
1474             <height>0</height>
1475            </size>
1476           </property>
1477          </widget>
1478         </item>
1479         <item>
1480          <widget class="QPushButton" name="cheatsBrowse">
1481           <property name="text">
1482            <string>Browse</string>
1483           </property>
1484          </widget>
1485         </item>
1486        </layout>
1487       </item>
1488       <item row="14" column="1">
1489        <widget class="QCheckBox" name="cheatsSameDir">
1490         <property name="text">
1491          <string>Same directory as the ROM</string>
1492         </property>
1493        </widget>
1494       </item>
1495      </layout>
1496     </widget>
1497     <widget class="QWidget" name="logging">
1498      <layout class="QVBoxLayout" name="verticalLayout">
1499       <item>
1500        <widget class="QTableView" name="loggingView">
1501         <attribute name="horizontalHeaderMinimumSectionSize">
1502          <number>0</number>
1503         </attribute>
1504         <attribute name="horizontalHeaderDefaultSectionSize">
1505          <number>77</number>
1506         </attribute>
1507        </widget>
1508       </item>
1509       <item>
1510        <layout class="QHBoxLayout" name="horizontalLayout_19">
1511         <item>
1512          <widget class="QCheckBox" name="logToFile">
1513           <property name="text">
1514            <string>Log to file</string>
1515           </property>
1516          </widget>
1517         </item>
1518         <item>
1519          <widget class="QCheckBox" name="logToStdout">
1520           <property name="text">
1521            <string>Log to console</string>
1522           </property>
1523          </widget>
1524         </item>
1525        </layout>
1526       </item>
1527       <item>
1528        <layout class="QHBoxLayout" name="horizontalLayout_20">
1529         <item>
1530          <widget class="QLineEdit" name="logFile"/>
1531         </item>
1532         <item>
1533          <widget class="QPushButton" name="logFileBrowse">
1534           <property name="text">
1535            <string>Select Log File</string>
1536           </property>
1537          </widget>
1538         </item>
1539        </layout>
1540       </item>
1541      </layout>
1542     </widget>
1543     <widget class="QWidget" name="gb">
1544      <layout class="QFormLayout" name="formLayout_1">
1545       <item row="0" column="0">
1546        <widget class="QLabel" name="label_29">
1547         <property name="text">
1548          <string>Game Boy model:</string>
1549         </property>
1550        </widget>
1551       </item>
1552       <item row="0" column="1">
1553        <widget class="QComboBox" name="gbModel">
1554         <item>
1555          <property name="text">
1556           <string>Autodetect</string>
1557          </property>
1558         </item>
1559         <item>
1560          <property name="text">
1561           <string>Game Boy (DMG)</string>
1562          </property>
1563         </item>
1564         <item>
1565          <property name="text">
1566           <string>Super Game Boy (SGB)</string>
1567          </property>
1568         </item>
1569         <item>
1570          <property name="text">
1571           <string>Game Boy Color (CGB)</string>
1572          </property>
1573         </item>
1574         <item>
1575          <property name="text">
1576           <string>Game Boy Advance (AGB)</string>
1577          </property>
1578         </item>
1579        </widget>
1580       </item>
1581       <item row="1" column="0">
1582        <widget class="QLabel" name="label_32">
1583         <property name="text">
1584          <string>Super Game Boy model:</string>
1585         </property>
1586        </widget>
1587       </item>
1588       <item row="1" column="1">
1589        <widget class="QComboBox" name="sgbModel">
1590         <item>
1591          <property name="text">
1592           <string>Autodetect</string>
1593          </property>
1594         </item>
1595         <item>
1596          <property name="text">
1597           <string>Game Boy (DMG)</string>
1598          </property>
1599         </item>
1600         <item>
1601          <property name="text">
1602           <string>Super Game Boy (SGB)</string>
1603          </property>
1604         </item>
1605         <item>
1606          <property name="text">
1607           <string>Game Boy Color (CGB)</string>
1608          </property>
1609         </item>
1610         <item>
1611          <property name="text">
1612           <string>Game Boy Advance (AGB)</string>
1613          </property>
1614         </item>
1615        </widget>
1616       </item>
1617       <item row="2" column="0">
1618        <widget class="QLabel" name="label_33">
1619         <property name="text">
1620          <string>Game Boy Color model:</string>
1621         </property>
1622        </widget>
1623       </item>
1624       <item row="2" column="1">
1625        <widget class="QComboBox" name="cgbModel">
1626         <item>
1627          <property name="text">
1628           <string>Autodetect</string>
1629          </property>
1630         </item>
1631         <item>
1632          <property name="text">
1633           <string>Game Boy (DMG)</string>
1634          </property>
1635         </item>
1636         <item>
1637          <property name="text">
1638           <string>Super Game Boy (SGB)</string>
1639          </property>
1640         </item>
1641         <item>
1642          <property name="text">
1643           <string>Game Boy Color (CGB)</string>
1644          </property>
1645         </item>
1646         <item>
1647          <property name="text">
1648           <string>Game Boy Advance (AGB)</string>
1649          </property>
1650         </item>
1651        </widget>
1652       </item>
1653       <item row="3" column="0" colspan="2">
1654        <widget class="Line" name="line_12">
1655         <property name="orientation">
1656          <enum>Qt::Horizontal</enum>
1657         </property>
1658        </widget>
1659       </item>
1660       <item row="4" column="0">
1661        <widget class="QLabel" name="label_28">
1662         <property name="text">
1663          <string>Default BG colors:</string>
1664         </property>
1665        </widget>
1666       </item>
1667       <item row="4" column="1">
1668        <layout class="QHBoxLayout" name="horizontalLayout_9">
1669         <item>
1670          <widget class="QFrame" name="color0">
1671           <property name="minimumSize">
1672            <size>
1673             <width>30</width>
1674             <height>30</height>
1675            </size>
1676           </property>
1677           <property name="autoFillBackground">
1678            <bool>true</bool>
1679           </property>
1680           <property name="frameShape">
1681            <enum>QFrame::StyledPanel</enum>
1682           </property>
1683           <property name="frameShadow">
1684            <enum>QFrame::Raised</enum>
1685           </property>
1686          </widget>
1687         </item>
1688         <item>
1689          <widget class="QFrame" name="color1">
1690           <property name="minimumSize">
1691            <size>
1692             <width>30</width>
1693             <height>30</height>
1694            </size>
1695           </property>
1696           <property name="autoFillBackground">
1697            <bool>true</bool>
1698           </property>
1699           <property name="frameShape">
1700            <enum>QFrame::StyledPanel</enum>
1701           </property>
1702           <property name="frameShadow">
1703            <enum>QFrame::Raised</enum>
1704           </property>
1705          </widget>
1706         </item>
1707         <item>
1708          <widget class="QFrame" name="color2">
1709           <property name="minimumSize">
1710            <size>
1711             <width>30</width>
1712             <height>30</height>
1713            </size>
1714           </property>
1715           <property name="autoFillBackground">
1716            <bool>true</bool>
1717           </property>
1718           <property name="frameShape">
1719            <enum>QFrame::StyledPanel</enum>
1720           </property>
1721           <property name="frameShadow">
1722            <enum>QFrame::Raised</enum>
1723           </property>
1724          </widget>
1725         </item>
1726         <item>
1727          <widget class="QFrame" name="color3">
1728           <property name="minimumSize">
1729            <size>
1730             <width>30</width>
1731             <height>30</height>
1732            </size>
1733           </property>
1734           <property name="autoFillBackground">
1735            <bool>true</bool>
1736           </property>
1737           <property name="frameShape">
1738            <enum>QFrame::StyledPanel</enum>
1739           </property>
1740           <property name="frameShadow">
1741            <enum>QFrame::Raised</enum>
1742           </property>
1743          </widget>
1744         </item>
1745        </layout>
1746       </item>
1747       <item row="5" column="1">
1748        <layout class="QHBoxLayout" name="horizontalLayout_15">
1749         <item>
1750          <widget class="QFrame" name="color4">
1751           <property name="minimumSize">
1752            <size>
1753             <width>30</width>
1754             <height>30</height>
1755            </size>
1756           </property>
1757           <property name="autoFillBackground">
1758            <bool>true</bool>
1759           </property>
1760           <property name="frameShape">
1761            <enum>QFrame::StyledPanel</enum>
1762           </property>
1763           <property name="frameShadow">
1764            <enum>QFrame::Raised</enum>
1765           </property>
1766          </widget>
1767         </item>
1768         <item>
1769          <widget class="QFrame" name="color5">
1770           <property name="minimumSize">
1771            <size>
1772             <width>30</width>
1773             <height>30</height>
1774            </size>
1775           </property>
1776           <property name="autoFillBackground">
1777            <bool>true</bool>
1778           </property>
1779           <property name="frameShape">
1780            <enum>QFrame::StyledPanel</enum>
1781           </property>
1782           <property name="frameShadow">
1783            <enum>QFrame::Raised</enum>
1784           </property>
1785          </widget>
1786         </item>
1787         <item>
1788          <widget class="QFrame" name="color6">
1789           <property name="minimumSize">
1790            <size>
1791             <width>30</width>
1792             <height>30</height>
1793            </size>
1794           </property>
1795           <property name="autoFillBackground">
1796            <bool>true</bool>
1797           </property>
1798           <property name="frameShape">
1799            <enum>QFrame::StyledPanel</enum>
1800           </property>
1801           <property name="frameShadow">
1802            <enum>QFrame::Raised</enum>
1803           </property>
1804          </widget>
1805         </item>
1806         <item>
1807          <widget class="QFrame" name="color7">
1808           <property name="minimumSize">
1809            <size>
1810             <width>30</width>
1811             <height>30</height>
1812            </size>
1813           </property>
1814           <property name="autoFillBackground">
1815            <bool>true</bool>
1816           </property>
1817           <property name="frameShape">
1818            <enum>QFrame::StyledPanel</enum>
1819           </property>
1820           <property name="frameShadow">
1821            <enum>QFrame::Raised</enum>
1822           </property>
1823          </widget>
1824         </item>
1825        </layout>
1826       </item>
1827       <item row="8" column="1">
1828        <widget class="QCheckBox" name="sgbBorders">
1829         <property name="text">
1830          <string>Super Game Boy borders</string>
1831         </property>
1832        </widget>
1833       </item>
1834       <item row="9" column="0" colspan="2">
1835        <widget class="Line" name="line_11">
1836         <property name="orientation">
1837          <enum>Qt::Horizontal</enum>
1838         </property>
1839        </widget>
1840       </item>
1841       <item row="10" column="0">
1842        <widget class="QLabel" name="label_27">
1843         <property name="text">
1844          <string>Camera driver:</string>
1845         </property>
1846        </widget>
1847       </item>
1848       <item row="10" column="1">
1849        <widget class="QComboBox" name="cameraDriver">
1850         <property name="sizePolicy">
1851          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1852           <horstretch>0</horstretch>
1853           <verstretch>0</verstretch>
1854          </sizepolicy>
1855         </property>
1856        </widget>
1857       </item>
1858       <item row="6" column="1">
1859        <layout class="QHBoxLayout" name="horizontalLayout_37">
1860         <item>
1861          <widget class="QFrame" name="color8">
1862           <property name="minimumSize">
1863            <size>
1864             <width>30</width>
1865             <height>30</height>
1866            </size>
1867           </property>
1868           <property name="autoFillBackground">
1869            <bool>true</bool>
1870           </property>
1871           <property name="frameShape">
1872            <enum>QFrame::StyledPanel</enum>
1873           </property>
1874           <property name="frameShadow">
1875            <enum>QFrame::Raised</enum>
1876           </property>
1877          </widget>
1878         </item>
1879         <item>
1880          <widget class="QFrame" name="color9">
1881           <property name="minimumSize">
1882            <size>
1883             <width>30</width>
1884             <height>30</height>
1885            </size>
1886           </property>
1887           <property name="autoFillBackground">
1888            <bool>true</bool>
1889           </property>
1890           <property name="frameShape">
1891            <enum>QFrame::StyledPanel</enum>
1892           </property>
1893           <property name="frameShadow">
1894            <enum>QFrame::Raised</enum>
1895           </property>
1896          </widget>
1897         </item>
1898         <item>
1899          <widget class="QFrame" name="color10">
1900           <property name="minimumSize">
1901            <size>
1902             <width>30</width>
1903             <height>30</height>
1904            </size>
1905           </property>
1906           <property name="autoFillBackground">
1907            <bool>true</bool>
1908           </property>
1909           <property name="frameShape">
1910            <enum>QFrame::StyledPanel</enum>
1911           </property>
1912           <property name="frameShadow">
1913            <enum>QFrame::Raised</enum>
1914           </property>
1915          </widget>
1916         </item>
1917         <item>
1918          <widget class="QFrame" name="color11">
1919           <property name="minimumSize">
1920            <size>
1921             <width>30</width>
1922             <height>30</height>
1923            </size>
1924           </property>
1925           <property name="autoFillBackground">
1926            <bool>true</bool>
1927           </property>
1928           <property name="frameShape">
1929            <enum>QFrame::StyledPanel</enum>
1930           </property>
1931           <property name="frameShadow">
1932            <enum>QFrame::Raised</enum>
1933           </property>
1934          </widget>
1935         </item>
1936        </layout>
1937       </item>
1938       <item row="5" column="0">
1939        <widget class="QLabel" name="label_69">
1940         <property name="text">
1941          <string>Default sprite colors 1:</string>
1942         </property>
1943        </widget>
1944       </item>
1945       <item row="6" column="0">
1946        <widget class="QLabel" name="label_70">
1947         <property name="text">
1948          <string>Default sprite colors 2:</string>
1949         </property>
1950        </widget>
1951       </item>
1952       <item row="7" column="1">
1953        <widget class="QCheckBox" name="useCgbColors">
1954         <property name="text">
1955          <string>Use GBC colors in GB games</string>
1956         </property>
1957        </widget>
1958       </item>
1959       <item row="11" column="0">
1960        <widget class="QLabel" name="label_35">
1961         <property name="text">
1962          <string>Camera:</string>
1963         </property>
1964        </widget>
1965       </item>
1966       <item row="11" column="1">
1967        <widget class="QComboBox" name="camera">
1968         <property name="enabled">
1969          <bool>false</bool>
1970         </property>
1971         <property name="sizePolicy">
1972          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1973           <horstretch>0</horstretch>
1974           <verstretch>0</verstretch>
1975          </sizepolicy>
1976         </property>
1977        </widget>
1978       </item>
1979      </layout>
1980     </widget>
1981    </widget>
1982   </item>
1983  </layout>
1984 </widget>
1985 <resources/>
1986 <connections>
1987  <connection>
1988   <sender>buttonBox</sender>
1989   <signal>accepted()</signal>
1990   <receiver>SettingsView</receiver>
1991   <slot>close()</slot>
1992   <hints>
1993    <hint type="sourcelabel">
1994     <x>169</x>
1995     <y>453</y>
1996    </hint>
1997    <hint type="destinationlabel">
1998     <x>169</x>
1999     <y>236</y>
2000    </hint>
2001   </hints>
2002  </connection>
2003  <connection>
2004   <sender>buttonBox</sender>
2005   <signal>rejected()</signal>
2006   <receiver>SettingsView</receiver>
2007   <slot>close()</slot>
2008   <hints>
2009    <hint type="sourcelabel">
2010     <x>169</x>
2011     <y>453</y>
2012    </hint>
2013    <hint type="destinationlabel">
2014     <x>169</x>
2015     <y>236</y>
2016    </hint>
2017   </hints>
2018  </connection>
2019  <connection>
2020   <sender>tabs</sender>
2021   <signal>currentRowChanged(int)</signal>
2022   <receiver>stackedWidget</receiver>
2023   <slot>setCurrentIndex(int)</slot>
2024   <hints>
2025    <hint type="sourcelabel">
2026     <x>61</x>
2027     <y>209</y>
2028    </hint>
2029    <hint type="destinationlabel">
2030     <x>315</x>
2031     <y>209</y>
2032    </hint>
2033   </hints>
2034  </connection>
2035  <connection>
2036   <sender>savegameSameDir</sender>
2037   <signal>toggled(bool)</signal>
2038   <receiver>savegamePath</receiver>
2039   <slot>setDisabled(bool)</slot>
2040   <hints>
2041    <hint type="sourcelabel">
2042     <x>392</x>
2043     <y>82</y>
2044    </hint>
2045    <hint type="destinationlabel">
2046     <x>366</x>
2047     <y>48</y>
2048    </hint>
2049   </hints>
2050  </connection>
2051  <connection>
2052   <sender>savestateSameDir</sender>
2053   <signal>toggled(bool)</signal>
2054   <receiver>savestatePath</receiver>
2055   <slot>setDisabled(bool)</slot>
2056   <hints>
2057    <hint type="sourcelabel">
2058     <x>392</x>
2059     <y>161</y>
2060    </hint>
2061    <hint type="destinationlabel">
2062     <x>366</x>
2063     <y>127</y>
2064    </hint>
2065   </hints>
2066  </connection>
2067  <connection>
2068   <sender>screenshotSameDir</sender>
2069   <signal>toggled(bool)</signal>
2070   <receiver>screenshotPath</receiver>
2071   <slot>setDisabled(bool)</slot>
2072   <hints>
2073    <hint type="sourcelabel">
2074     <x>392</x>
2075     <y>240</y>
2076    </hint>
2077    <hint type="destinationlabel">
2078     <x>366</x>
2079     <y>206</y>
2080    </hint>
2081   </hints>
2082  </connection>
2083  <connection>
2084   <sender>patchSameDir</sender>
2085   <signal>toggled(bool)</signal>
2086   <receiver>patchPath</receiver>
2087   <slot>setDisabled(bool)</slot>
2088   <hints>
2089    <hint type="sourcelabel">
2090     <x>345</x>
2091     <y>319</y>
2092    </hint>
2093    <hint type="destinationlabel">
2094     <x>340</x>
2095     <y>285</y>
2096    </hint>
2097   </hints>
2098  </connection>
2099  <connection>
2100   <sender>cheatsSameDir</sender>
2101   <signal>toggled(bool)</signal>
2102   <receiver>cheatsPath</receiver>
2103   <slot>setDisabled(bool)</slot>
2104   <hints>
2105    <hint type="sourcelabel">
2106     <x>351</x>
2107     <y>407</y>
2108    </hint>
2109    <hint type="destinationlabel">
2110     <x>343</x>
2111     <y>372</y>
2112    </hint>
2113   </hints>
2114  </connection>
2115  <connection>
2116   <sender>fastForwardUnbounded</sender>
2117   <signal>toggled(bool)</signal>
2118   <receiver>fastForwardRatio</receiver>
2119   <slot>setDisabled(bool)</slot>
2120   <hints>
2121    <hint type="sourcelabel">
2122     <x>445</x>
2123     <y>38</y>
2124    </hint>
2125    <hint type="destinationlabel">
2126     <x>349</x>
2127     <y>38</y>
2128    </hint>
2129   </hints>
2130  </connection>
2131  <connection>
2132   <sender>fastForwardHeldUnbounded</sender>
2133   <signal>toggled(bool)</signal>
2134   <receiver>fastForwardHeldRatio</receiver>
2135   <slot>setDisabled(bool)</slot>
2136   <hints>
2137    <hint type="sourcelabel">
2138     <x>20</x>
2139     <y>20</y>
2140    </hint>
2141    <hint type="destinationlabel">
2142     <x>20</x>
2143     <y>20</y>
2144    </hint>
2145   </hints>
2146  </connection>
2147 </connections>
2148</ui>