all repos — mgba @ 3a3d01aedc384e24b2de40c403669cf337587039

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