all repos — mgba @ fd6948da4d5c066ecbb298081ed5a8cb661c9c86

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>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="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>16</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="text">
 907          <string>XQ GBA audio (experimental)</string>
 908         </property>
 909        </widget>
 910       </item>
 911      </layout>
 912     </widget>
 913     <widget class="QWidget" name="bios">
 914      <layout class="QFormLayout" name="formLayout_5">
 915       <item row="0" column="0">
 916        <widget class="QLabel" name="label">
 917         <property name="text">
 918          <string>GB BIOS file:</string>
 919         </property>
 920        </widget>
 921       </item>
 922       <item row="0" column="1">
 923        <layout class="QHBoxLayout" name="horizontalLayout">
 924         <item>
 925          <widget class="QLineEdit" name="gbBios">
 926           <property name="sizePolicy">
 927            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 928             <horstretch>0</horstretch>
 929             <verstretch>0</verstretch>
 930            </sizepolicy>
 931           </property>
 932          </widget>
 933         </item>
 934         <item>
 935          <widget class="QPushButton" name="gbBiosBrowse">
 936           <property name="text">
 937            <string>Browse</string>
 938           </property>
 939          </widget>
 940         </item>
 941        </layout>
 942       </item>
 943       <item row="4" column="1">
 944        <widget class="QCheckBox" name="useBios">
 945         <property name="text">
 946          <string>Use BIOS file if found</string>
 947         </property>
 948         <property name="checked">
 949          <bool>true</bool>
 950         </property>
 951        </widget>
 952       </item>
 953       <item row="5" column="1">
 954        <widget class="QCheckBox" name="skipBios">
 955         <property name="text">
 956          <string>Skip BIOS intro</string>
 957         </property>
 958        </widget>
 959       </item>
 960       <item row="3" column="1">
 961        <layout class="QHBoxLayout" name="horizontalLayout_8">
 962         <item>
 963          <widget class="QLineEdit" name="gbaBios">
 964           <property name="sizePolicy">
 965            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 966             <horstretch>0</horstretch>
 967             <verstretch>0</verstretch>
 968            </sizepolicy>
 969           </property>
 970          </widget>
 971         </item>
 972         <item>
 973          <widget class="QPushButton" name="gbaBiosBrowse">
 974           <property name="text">
 975            <string>Browse</string>
 976           </property>
 977          </widget>
 978         </item>
 979        </layout>
 980       </item>
 981       <item row="3" column="0">
 982        <widget class="QLabel" name="label_4">
 983         <property name="text">
 984          <string>GBA BIOS file:</string>
 985         </property>
 986        </widget>
 987       </item>
 988       <item row="2" column="0">
 989        <widget class="QLabel" name="label_5">
 990         <property name="text">
 991          <string>GBC BIOS file:</string>
 992         </property>
 993        </widget>
 994       </item>
 995       <item row="2" column="1">
 996        <layout class="QHBoxLayout" name="horizontalLayout_30">
 997         <item>
 998          <widget class="QLineEdit" name="gbcBios">
 999           <property name="sizePolicy">
1000            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1001             <horstretch>0</horstretch>
1002             <verstretch>0</verstretch>
1003            </sizepolicy>
1004           </property>
1005          </widget>
1006         </item>
1007         <item>
1008          <widget class="QPushButton" name="gbcBiosBrowse">
1009           <property name="text">
1010            <string>Browse</string>
1011           </property>
1012          </widget>
1013         </item>
1014        </layout>
1015       </item>
1016       <item row="1" column="0">
1017        <widget class="QLabel" name="label_30">
1018         <property name="text">
1019          <string>SGB BIOS file:</string>
1020         </property>
1021        </widget>
1022       </item>
1023       <item row="1" column="1">
1024        <layout class="QHBoxLayout" name="horizontalLayout_12">
1025         <item>
1026          <widget class="QLineEdit" name="sgbBios">
1027           <property name="sizePolicy">
1028            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1029             <horstretch>0</horstretch>
1030             <verstretch>0</verstretch>
1031            </sizepolicy>
1032           </property>
1033          </widget>
1034         </item>
1035         <item>
1036          <widget class="QPushButton" name="sgbBiosBrowse">
1037           <property name="text">
1038            <string>Browse</string>
1039           </property>
1040          </widget>
1041         </item>
1042        </layout>
1043       </item>
1044      </layout>
1045     </widget>
1046     <widget class="QWidget" name="paths">
1047      <layout class="QFormLayout" name="formLayout_3">
1048       <property name="fieldGrowthPolicy">
1049        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1050       </property>
1051       <item row="1" column="0">
1052        <widget class="QLabel" name="label_21">
1053         <property name="text">
1054          <string>Save games</string>
1055         </property>
1056        </widget>
1057       </item>
1058       <item row="1" column="1">
1059        <layout class="QHBoxLayout" name="horizontalLayout_3">
1060         <item>
1061          <widget class="QLineEdit" name="savegamePath">
1062           <property name="sizePolicy">
1063            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1064             <horstretch>0</horstretch>
1065             <verstretch>0</verstretch>
1066            </sizepolicy>
1067           </property>
1068           <property name="minimumSize">
1069            <size>
1070             <width>170</width>
1071             <height>0</height>
1072            </size>
1073           </property>
1074          </widget>
1075         </item>
1076         <item>
1077          <widget class="QPushButton" name="savegameBrowse">
1078           <property name="text">
1079            <string>Browse</string>
1080           </property>
1081          </widget>
1082         </item>
1083        </layout>
1084       </item>
1085       <item row="2" column="1">
1086        <widget class="QCheckBox" name="savegameSameDir">
1087         <property name="text">
1088          <string>Same directory as the ROM</string>
1089         </property>
1090        </widget>
1091       </item>
1092       <item row="3" column="0" colspan="2">
1093        <widget class="Line" name="line_7">
1094         <property name="orientation">
1095          <enum>Qt::Horizontal</enum>
1096         </property>
1097        </widget>
1098       </item>
1099       <item row="4" column="0">
1100        <widget class="QLabel" name="label_22">
1101         <property name="text">
1102          <string>Save states</string>
1103         </property>
1104        </widget>
1105       </item>
1106       <item row="4" column="1">
1107        <layout class="QHBoxLayout" name="horizontalLayout_4">
1108         <item>
1109          <widget class="QLineEdit" name="savestatePath">
1110           <property name="sizePolicy">
1111            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1112             <horstretch>0</horstretch>
1113             <verstretch>0</verstretch>
1114            </sizepolicy>
1115           </property>
1116           <property name="minimumSize">
1117            <size>
1118             <width>170</width>
1119             <height>0</height>
1120            </size>
1121           </property>
1122          </widget>
1123         </item>
1124         <item>
1125          <widget class="QPushButton" name="savestateBrowse">
1126           <property name="text">
1127            <string>Browse</string>
1128           </property>
1129          </widget>
1130         </item>
1131        </layout>
1132       </item>
1133       <item row="5" column="1">
1134        <widget class="QCheckBox" name="savestateSameDir">
1135         <property name="text">
1136          <string>Same directory as the ROM</string>
1137         </property>
1138        </widget>
1139       </item>
1140       <item row="6" column="0" colspan="2">
1141        <widget class="Line" name="line_6">
1142         <property name="orientation">
1143          <enum>Qt::Horizontal</enum>
1144         </property>
1145        </widget>
1146       </item>
1147       <item row="7" column="0">
1148        <widget class="QLabel" name="label_23">
1149         <property name="text">
1150          <string>Screenshots</string>
1151         </property>
1152        </widget>
1153       </item>
1154       <item row="7" column="1">
1155        <layout class="QHBoxLayout" name="horizontalLayout_7">
1156         <item>
1157          <widget class="QLineEdit" name="screenshotPath">
1158           <property name="sizePolicy">
1159            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1160             <horstretch>0</horstretch>
1161             <verstretch>0</verstretch>
1162            </sizepolicy>
1163           </property>
1164           <property name="minimumSize">
1165            <size>
1166             <width>170</width>
1167             <height>0</height>
1168            </size>
1169           </property>
1170          </widget>
1171         </item>
1172         <item>
1173          <widget class="QPushButton" name="screenshotBrowse">
1174           <property name="text">
1175            <string>Browse</string>
1176           </property>
1177          </widget>
1178         </item>
1179        </layout>
1180       </item>
1181       <item row="8" column="1">
1182        <widget class="QCheckBox" name="screenshotSameDir">
1183         <property name="text">
1184          <string>Same directory as the ROM</string>
1185         </property>
1186        </widget>
1187       </item>
1188       <item row="9" column="0" colspan="2">
1189        <widget class="Line" name="line_15">
1190         <property name="orientation">
1191          <enum>Qt::Horizontal</enum>
1192         </property>
1193        </widget>
1194       </item>
1195       <item row="10" column="0">
1196        <widget class="QLabel" name="label_47">
1197         <property name="text">
1198          <string>Patches</string>
1199         </property>
1200        </widget>
1201       </item>
1202       <item row="10" column="1">
1203        <layout class="QHBoxLayout" name="horizontalLayout_26">
1204         <item>
1205          <widget class="QLineEdit" name="patchPath">
1206           <property name="sizePolicy">
1207            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1208             <horstretch>0</horstretch>
1209             <verstretch>0</verstretch>
1210            </sizepolicy>
1211           </property>
1212           <property name="minimumSize">
1213            <size>
1214             <width>170</width>
1215             <height>0</height>
1216            </size>
1217           </property>
1218          </widget>
1219         </item>
1220         <item>
1221          <widget class="QPushButton" name="patchBrowse">
1222           <property name="text">
1223            <string>Browse</string>
1224           </property>
1225          </widget>
1226         </item>
1227        </layout>
1228       </item>
1229       <item row="11" column="1">
1230        <widget class="QCheckBox" name="patchSameDir">
1231         <property name="text">
1232          <string>Same directory as the ROM</string>
1233         </property>
1234        </widget>
1235       </item>
1236       <item row="12" column="0" colspan="2">
1237        <widget class="Line" name="line_14">
1238         <property name="orientation">
1239          <enum>Qt::Horizontal</enum>
1240         </property>
1241        </widget>
1242       </item>
1243       <item row="13" column="0">
1244        <widget class="QLabel" name="label_48">
1245         <property name="text">
1246          <string>Cheats</string>
1247         </property>
1248        </widget>
1249       </item>
1250       <item row="13" column="1">
1251        <layout class="QHBoxLayout" name="horizontalLayout_27">
1252         <item>
1253          <widget class="QLineEdit" name="cheatsPath">
1254           <property name="sizePolicy">
1255            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1256             <horstretch>0</horstretch>
1257             <verstretch>0</verstretch>
1258            </sizepolicy>
1259           </property>
1260           <property name="minimumSize">
1261            <size>
1262             <width>170</width>
1263             <height>0</height>
1264            </size>
1265           </property>
1266          </widget>
1267         </item>
1268         <item>
1269          <widget class="QPushButton" name="cheatsBrowse">
1270           <property name="text">
1271            <string>Browse</string>
1272           </property>
1273          </widget>
1274         </item>
1275        </layout>
1276       </item>
1277       <item row="14" column="1">
1278        <widget class="QCheckBox" name="cheatsSameDir">
1279         <property name="text">
1280          <string>Same directory as the ROM</string>
1281         </property>
1282        </widget>
1283       </item>
1284      </layout>
1285     </widget>
1286     <widget class="QWidget" name="logging">
1287      <layout class="QVBoxLayout" name="verticalLayout">
1288       <item>
1289        <widget class="QTableView" name="loggingView">
1290         <attribute name="horizontalHeaderMinimumSectionSize">
1291          <number>0</number>
1292         </attribute>
1293         <attribute name="horizontalHeaderDefaultSectionSize">
1294          <number>77</number>
1295         </attribute>
1296        </widget>
1297       </item>
1298       <item>
1299        <layout class="QHBoxLayout" name="horizontalLayout_19">
1300         <item>
1301          <widget class="QCheckBox" name="logToFile">
1302           <property name="text">
1303            <string>Log to file</string>
1304           </property>
1305          </widget>
1306         </item>
1307         <item>
1308          <widget class="QCheckBox" name="logToStdout">
1309           <property name="text">
1310            <string>Log to console</string>
1311           </property>
1312          </widget>
1313         </item>
1314        </layout>
1315       </item>
1316       <item>
1317        <layout class="QHBoxLayout" name="horizontalLayout_20">
1318         <item>
1319          <widget class="QLineEdit" name="logFile"/>
1320         </item>
1321         <item>
1322          <widget class="QPushButton" name="logFileBrowse">
1323           <property name="text">
1324            <string>Select Log File</string>
1325           </property>
1326          </widget>
1327         </item>
1328        </layout>
1329       </item>
1330      </layout>
1331     </widget>
1332     <widget class="QWidget" name="gb">
1333      <layout class="QFormLayout" name="formLayout_1">
1334       <item row="0" column="0">
1335        <widget class="QLabel" name="label_29">
1336         <property name="text">
1337          <string>Game Boy model:</string>
1338         </property>
1339        </widget>
1340       </item>
1341       <item row="0" column="1">
1342        <widget class="QComboBox" name="gbModel">
1343         <item>
1344          <property name="text">
1345           <string>Autodetect</string>
1346          </property>
1347         </item>
1348         <item>
1349          <property name="text">
1350           <string>Game Boy (DMG)</string>
1351          </property>
1352         </item>
1353         <item>
1354          <property name="text">
1355           <string>Super Game Boy (SGB)</string>
1356          </property>
1357         </item>
1358         <item>
1359          <property name="text">
1360           <string>Game Boy Color (CGB)</string>
1361          </property>
1362         </item>
1363         <item>
1364          <property name="text">
1365           <string>Game Boy Advance (AGB)</string>
1366          </property>
1367         </item>
1368        </widget>
1369       </item>
1370       <item row="1" column="0">
1371        <widget class="QLabel" name="label_32">
1372         <property name="text">
1373          <string>Super Game Boy model:</string>
1374         </property>
1375        </widget>
1376       </item>
1377       <item row="1" column="1">
1378        <widget class="QComboBox" name="sgbModel">
1379         <item>
1380          <property name="text">
1381           <string>Autodetect</string>
1382          </property>
1383         </item>
1384         <item>
1385          <property name="text">
1386           <string>Game Boy (DMG)</string>
1387          </property>
1388         </item>
1389         <item>
1390          <property name="text">
1391           <string>Super Game Boy (SGB)</string>
1392          </property>
1393         </item>
1394         <item>
1395          <property name="text">
1396           <string>Game Boy Color (CGB)</string>
1397          </property>
1398         </item>
1399         <item>
1400          <property name="text">
1401           <string>Game Boy Advance (AGB)</string>
1402          </property>
1403         </item>
1404        </widget>
1405       </item>
1406       <item row="2" column="0">
1407        <widget class="QLabel" name="label_33">
1408         <property name="text">
1409          <string>Game Boy Color model:</string>
1410         </property>
1411        </widget>
1412       </item>
1413       <item row="2" column="1">
1414        <widget class="QComboBox" name="cgbModel">
1415         <item>
1416          <property name="text">
1417           <string>Autodetect</string>
1418          </property>
1419         </item>
1420         <item>
1421          <property name="text">
1422           <string>Game Boy (DMG)</string>
1423          </property>
1424         </item>
1425         <item>
1426          <property name="text">
1427           <string>Super Game Boy (SGB)</string>
1428          </property>
1429         </item>
1430         <item>
1431          <property name="text">
1432           <string>Game Boy Color (CGB)</string>
1433          </property>
1434         </item>
1435         <item>
1436          <property name="text">
1437           <string>Game Boy Advance (AGB)</string>
1438          </property>
1439         </item>
1440        </widget>
1441       </item>
1442       <item row="3" column="0" colspan="2">
1443        <widget class="Line" name="line_12">
1444         <property name="orientation">
1445          <enum>Qt::Horizontal</enum>
1446         </property>
1447        </widget>
1448       </item>
1449       <item row="4" column="0">
1450        <widget class="QLabel" name="label_28">
1451         <property name="text">
1452          <string>Default BG colors:</string>
1453         </property>
1454        </widget>
1455       </item>
1456       <item row="4" column="1">
1457        <layout class="QHBoxLayout" name="horizontalLayout_9">
1458         <item>
1459          <widget class="QFrame" name="color0">
1460           <property name="minimumSize">
1461            <size>
1462             <width>30</width>
1463             <height>30</height>
1464            </size>
1465           </property>
1466           <property name="autoFillBackground">
1467            <bool>true</bool>
1468           </property>
1469           <property name="frameShape">
1470            <enum>QFrame::StyledPanel</enum>
1471           </property>
1472           <property name="frameShadow">
1473            <enum>QFrame::Raised</enum>
1474           </property>
1475          </widget>
1476         </item>
1477         <item>
1478          <widget class="QFrame" name="color1">
1479           <property name="minimumSize">
1480            <size>
1481             <width>30</width>
1482             <height>30</height>
1483            </size>
1484           </property>
1485           <property name="autoFillBackground">
1486            <bool>true</bool>
1487           </property>
1488           <property name="frameShape">
1489            <enum>QFrame::StyledPanel</enum>
1490           </property>
1491           <property name="frameShadow">
1492            <enum>QFrame::Raised</enum>
1493           </property>
1494          </widget>
1495         </item>
1496         <item>
1497          <widget class="QFrame" name="color2">
1498           <property name="minimumSize">
1499            <size>
1500             <width>30</width>
1501             <height>30</height>
1502            </size>
1503           </property>
1504           <property name="autoFillBackground">
1505            <bool>true</bool>
1506           </property>
1507           <property name="frameShape">
1508            <enum>QFrame::StyledPanel</enum>
1509           </property>
1510           <property name="frameShadow">
1511            <enum>QFrame::Raised</enum>
1512           </property>
1513          </widget>
1514         </item>
1515         <item>
1516          <widget class="QFrame" name="color3">
1517           <property name="minimumSize">
1518            <size>
1519             <width>30</width>
1520             <height>30</height>
1521            </size>
1522           </property>
1523           <property name="autoFillBackground">
1524            <bool>true</bool>
1525           </property>
1526           <property name="frameShape">
1527            <enum>QFrame::StyledPanel</enum>
1528           </property>
1529           <property name="frameShadow">
1530            <enum>QFrame::Raised</enum>
1531           </property>
1532          </widget>
1533         </item>
1534        </layout>
1535       </item>
1536       <item row="5" column="1">
1537        <layout class="QHBoxLayout" name="horizontalLayout_15">
1538         <item>
1539          <widget class="QFrame" name="color4">
1540           <property name="minimumSize">
1541            <size>
1542             <width>30</width>
1543             <height>30</height>
1544            </size>
1545           </property>
1546           <property name="autoFillBackground">
1547            <bool>true</bool>
1548           </property>
1549           <property name="frameShape">
1550            <enum>QFrame::StyledPanel</enum>
1551           </property>
1552           <property name="frameShadow">
1553            <enum>QFrame::Raised</enum>
1554           </property>
1555          </widget>
1556         </item>
1557         <item>
1558          <widget class="QFrame" name="color5">
1559           <property name="minimumSize">
1560            <size>
1561             <width>30</width>
1562             <height>30</height>
1563            </size>
1564           </property>
1565           <property name="autoFillBackground">
1566            <bool>true</bool>
1567           </property>
1568           <property name="frameShape">
1569            <enum>QFrame::StyledPanel</enum>
1570           </property>
1571           <property name="frameShadow">
1572            <enum>QFrame::Raised</enum>
1573           </property>
1574          </widget>
1575         </item>
1576         <item>
1577          <widget class="QFrame" name="color6">
1578           <property name="minimumSize">
1579            <size>
1580             <width>30</width>
1581             <height>30</height>
1582            </size>
1583           </property>
1584           <property name="autoFillBackground">
1585            <bool>true</bool>
1586           </property>
1587           <property name="frameShape">
1588            <enum>QFrame::StyledPanel</enum>
1589           </property>
1590           <property name="frameShadow">
1591            <enum>QFrame::Raised</enum>
1592           </property>
1593          </widget>
1594         </item>
1595         <item>
1596          <widget class="QFrame" name="color7">
1597           <property name="minimumSize">
1598            <size>
1599             <width>30</width>
1600             <height>30</height>
1601            </size>
1602           </property>
1603           <property name="autoFillBackground">
1604            <bool>true</bool>
1605           </property>
1606           <property name="frameShape">
1607            <enum>QFrame::StyledPanel</enum>
1608           </property>
1609           <property name="frameShadow">
1610            <enum>QFrame::Raised</enum>
1611           </property>
1612          </widget>
1613         </item>
1614        </layout>
1615       </item>
1616       <item row="8" column="1">
1617        <widget class="QCheckBox" name="sgbBorders">
1618         <property name="text">
1619          <string>Super Game Boy borders</string>
1620         </property>
1621        </widget>
1622       </item>
1623       <item row="9" column="0" colspan="2">
1624        <widget class="Line" name="line_11">
1625         <property name="orientation">
1626          <enum>Qt::Horizontal</enum>
1627         </property>
1628        </widget>
1629       </item>
1630       <item row="10" column="0">
1631        <widget class="QLabel" name="label_27">
1632         <property name="text">
1633          <string>Camera driver:</string>
1634         </property>
1635        </widget>
1636       </item>
1637       <item row="10" column="1">
1638        <widget class="QComboBox" name="cameraDriver">
1639         <property name="sizePolicy">
1640          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1641           <horstretch>0</horstretch>
1642           <verstretch>0</verstretch>
1643          </sizepolicy>
1644         </property>
1645        </widget>
1646       </item>
1647       <item row="6" column="1">
1648        <layout class="QHBoxLayout" name="horizontalLayout_37">
1649         <item>
1650          <widget class="QFrame" name="color8">
1651           <property name="minimumSize">
1652            <size>
1653             <width>30</width>
1654             <height>30</height>
1655            </size>
1656           </property>
1657           <property name="autoFillBackground">
1658            <bool>true</bool>
1659           </property>
1660           <property name="frameShape">
1661            <enum>QFrame::StyledPanel</enum>
1662           </property>
1663           <property name="frameShadow">
1664            <enum>QFrame::Raised</enum>
1665           </property>
1666          </widget>
1667         </item>
1668         <item>
1669          <widget class="QFrame" name="color9">
1670           <property name="minimumSize">
1671            <size>
1672             <width>30</width>
1673             <height>30</height>
1674            </size>
1675           </property>
1676           <property name="autoFillBackground">
1677            <bool>true</bool>
1678           </property>
1679           <property name="frameShape">
1680            <enum>QFrame::StyledPanel</enum>
1681           </property>
1682           <property name="frameShadow">
1683            <enum>QFrame::Raised</enum>
1684           </property>
1685          </widget>
1686         </item>
1687         <item>
1688          <widget class="QFrame" name="color10">
1689           <property name="minimumSize">
1690            <size>
1691             <width>30</width>
1692             <height>30</height>
1693            </size>
1694           </property>
1695           <property name="autoFillBackground">
1696            <bool>true</bool>
1697           </property>
1698           <property name="frameShape">
1699            <enum>QFrame::StyledPanel</enum>
1700           </property>
1701           <property name="frameShadow">
1702            <enum>QFrame::Raised</enum>
1703           </property>
1704          </widget>
1705         </item>
1706         <item>
1707          <widget class="QFrame" name="color11">
1708           <property name="minimumSize">
1709            <size>
1710             <width>30</width>
1711             <height>30</height>
1712            </size>
1713           </property>
1714           <property name="autoFillBackground">
1715            <bool>true</bool>
1716           </property>
1717           <property name="frameShape">
1718            <enum>QFrame::StyledPanel</enum>
1719           </property>
1720           <property name="frameShadow">
1721            <enum>QFrame::Raised</enum>
1722           </property>
1723          </widget>
1724         </item>
1725        </layout>
1726       </item>
1727       <item row="5" column="0">
1728        <widget class="QLabel" name="label_69">
1729         <property name="text">
1730          <string>Default sprite colors 1:</string>
1731         </property>
1732        </widget>
1733       </item>
1734       <item row="6" column="0">
1735        <widget class="QLabel" name="label_70">
1736         <property name="text">
1737          <string>Default sprite colors 2:</string>
1738         </property>
1739        </widget>
1740       </item>
1741       <item row="7" column="1">
1742        <widget class="QCheckBox" name="useCgbColors">
1743         <property name="text">
1744          <string>Use GBC colors in GB games</string>
1745         </property>
1746        </widget>
1747       </item>
1748       <item row="11" column="0">
1749        <widget class="QLabel" name="label_35">
1750         <property name="text">
1751          <string>Camera:</string>
1752         </property>
1753        </widget>
1754       </item>
1755       <item row="11" column="1">
1756        <widget class="QComboBox" name="camera">
1757         <property name="enabled">
1758          <bool>false</bool>
1759         </property>
1760         <property name="sizePolicy">
1761          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1762           <horstretch>0</horstretch>
1763           <verstretch>0</verstretch>
1764          </sizepolicy>
1765         </property>
1766        </widget>
1767       </item>
1768      </layout>
1769     </widget>
1770    </widget>
1771   </item>
1772  </layout>
1773 </widget>
1774 <resources/>
1775 <connections>
1776  <connection>
1777   <sender>buttonBox</sender>
1778   <signal>accepted()</signal>
1779   <receiver>SettingsView</receiver>
1780   <slot>close()</slot>
1781   <hints>
1782    <hint type="sourcelabel">
1783     <x>169</x>
1784     <y>453</y>
1785    </hint>
1786    <hint type="destinationlabel">
1787     <x>169</x>
1788     <y>236</y>
1789    </hint>
1790   </hints>
1791  </connection>
1792  <connection>
1793   <sender>buttonBox</sender>
1794   <signal>rejected()</signal>
1795   <receiver>SettingsView</receiver>
1796   <slot>close()</slot>
1797   <hints>
1798    <hint type="sourcelabel">
1799     <x>169</x>
1800     <y>453</y>
1801    </hint>
1802    <hint type="destinationlabel">
1803     <x>169</x>
1804     <y>236</y>
1805    </hint>
1806   </hints>
1807  </connection>
1808  <connection>
1809   <sender>tabs</sender>
1810   <signal>currentRowChanged(int)</signal>
1811   <receiver>stackedWidget</receiver>
1812   <slot>setCurrentIndex(int)</slot>
1813   <hints>
1814    <hint type="sourcelabel">
1815     <x>61</x>
1816     <y>209</y>
1817    </hint>
1818    <hint type="destinationlabel">
1819     <x>315</x>
1820     <y>209</y>
1821    </hint>
1822   </hints>
1823  </connection>
1824  <connection>
1825   <sender>savegameSameDir</sender>
1826   <signal>toggled(bool)</signal>
1827   <receiver>savegamePath</receiver>
1828   <slot>setDisabled(bool)</slot>
1829   <hints>
1830    <hint type="sourcelabel">
1831     <x>392</x>
1832     <y>82</y>
1833    </hint>
1834    <hint type="destinationlabel">
1835     <x>366</x>
1836     <y>48</y>
1837    </hint>
1838   </hints>
1839  </connection>
1840  <connection>
1841   <sender>savestateSameDir</sender>
1842   <signal>toggled(bool)</signal>
1843   <receiver>savestatePath</receiver>
1844   <slot>setDisabled(bool)</slot>
1845   <hints>
1846    <hint type="sourcelabel">
1847     <x>392</x>
1848     <y>161</y>
1849    </hint>
1850    <hint type="destinationlabel">
1851     <x>366</x>
1852     <y>127</y>
1853    </hint>
1854   </hints>
1855  </connection>
1856  <connection>
1857   <sender>screenshotSameDir</sender>
1858   <signal>toggled(bool)</signal>
1859   <receiver>screenshotPath</receiver>
1860   <slot>setDisabled(bool)</slot>
1861   <hints>
1862    <hint type="sourcelabel">
1863     <x>392</x>
1864     <y>240</y>
1865    </hint>
1866    <hint type="destinationlabel">
1867     <x>366</x>
1868     <y>206</y>
1869    </hint>
1870   </hints>
1871  </connection>
1872  <connection>
1873   <sender>patchSameDir</sender>
1874   <signal>toggled(bool)</signal>
1875   <receiver>patchPath</receiver>
1876   <slot>setDisabled(bool)</slot>
1877   <hints>
1878    <hint type="sourcelabel">
1879     <x>345</x>
1880     <y>319</y>
1881    </hint>
1882    <hint type="destinationlabel">
1883     <x>340</x>
1884     <y>285</y>
1885    </hint>
1886   </hints>
1887  </connection>
1888  <connection>
1889   <sender>cheatsSameDir</sender>
1890   <signal>toggled(bool)</signal>
1891   <receiver>cheatsPath</receiver>
1892   <slot>setDisabled(bool)</slot>
1893   <hints>
1894    <hint type="sourcelabel">
1895     <x>351</x>
1896     <y>407</y>
1897    </hint>
1898    <hint type="destinationlabel">
1899     <x>343</x>
1900     <y>372</y>
1901    </hint>
1902   </hints>
1903  </connection>
1904  <connection>
1905   <sender>fastForwardUnbounded</sender>
1906   <signal>toggled(bool)</signal>
1907   <receiver>fastForwardRatio</receiver>
1908   <slot>setDisabled(bool)</slot>
1909   <hints>
1910    <hint type="sourcelabel">
1911     <x>445</x>
1912     <y>38</y>
1913    </hint>
1914    <hint type="destinationlabel">
1915     <x>349</x>
1916     <y>38</y>
1917    </hint>
1918   </hints>
1919  </connection>
1920 </connections>
1921</ui>