all repos — mgba @ 981a8bcb7d253835c334e7b6671ce5a523917bd3

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>849</width>
  10    <height>797</height>
  11   </rect>
  12  </property>
  13  <property name="sizePolicy">
  14   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15    <horstretch>0</horstretch>
  16    <verstretch>0</verstretch>
  17   </sizepolicy>
  18  </property>
  19  <property name="windowTitle">
  20   <string>Settings</string>
  21  </property>
  22  <layout class="QGridLayout" name="gridLayout">
  23   <property name="sizeConstraint">
  24    <enum>QLayout::SetFixedSize</enum>
  25   </property>
  26   <item row="2" column="0" colspan="2">
  27    <widget class="QDialogButtonBox" name="buttonBox">
  28     <property name="standardButtons">
  29      <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  30     </property>
  31    </widget>
  32   </item>
  33   <item row="1" column="0">
  34    <widget class="QListWidget" name="tabs">
  35     <property name="sizePolicy">
  36      <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  37       <horstretch>0</horstretch>
  38       <verstretch>0</verstretch>
  39      </sizepolicy>
  40     </property>
  41     <property name="maximumSize">
  42      <size>
  43       <width>180</width>
  44       <height>16777215</height>
  45      </size>
  46     </property>
  47     <property name="currentRow">
  48      <number>-1</number>
  49     </property>
  50     <item>
  51      <property name="text">
  52       <string>Audio/Video</string>
  53      </property>
  54     </item>
  55     <item>
  56      <property name="text">
  57       <string>Interface</string>
  58      </property>
  59     </item>
  60     <item>
  61      <property name="text">
  62       <string>Emulation</string>
  63      </property>
  64     </item>
  65     <item>
  66      <property name="text">
  67       <string>Enhancements</string>
  68      </property>
  69     </item>
  70     <item>
  71      <property name="text">
  72       <string>BIOS</string>
  73      </property>
  74     </item>
  75     <item>
  76      <property name="text">
  77       <string>Paths</string>
  78      </property>
  79     </item>
  80     <item>
  81      <property name="text">
  82       <string>Logging</string>
  83      </property>
  84     </item>
  85     <item>
  86      <property name="text">
  87       <string>Game Boy</string>
  88      </property>
  89     </item>
  90    </widget>
  91   </item>
  92   <item row="1" column="1">
  93    <widget class="QStackedWidget" name="stackedWidget">
  94     <property name="currentIndex">
  95      <number>0</number>
  96     </property>
  97     <widget class="QWidget" name="av">
  98      <layout class="QFormLayout" name="formLayout">
  99       <property name="fieldGrowthPolicy">
 100        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 101       </property>
 102       <item row="0" column="0">
 103        <widget class="QLabel" name="label_14">
 104         <property name="text">
 105          <string>Audio driver:</string>
 106         </property>
 107        </widget>
 108       </item>
 109       <item row="0" column="1">
 110        <widget class="QComboBox" name="audioDriver">
 111         <property name="sizePolicy">
 112          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 113           <horstretch>0</horstretch>
 114           <verstretch>0</verstretch>
 115          </sizepolicy>
 116         </property>
 117        </widget>
 118       </item>
 119       <item row="1" column="0">
 120        <widget class="QLabel" name="audioBufferSizeLabel">
 121         <property name="text">
 122          <string>Audio buffer:</string>
 123         </property>
 124        </widget>
 125       </item>
 126       <item row="1" column="1">
 127        <layout class="QHBoxLayout" name="horizontalLayout_11">
 128         <item>
 129          <widget class="QComboBox" name="audioBufferSize">
 130           <property name="editable">
 131            <bool>true</bool>
 132           </property>
 133           <property name="currentText">
 134            <string>1536</string>
 135           </property>
 136           <property name="currentIndex">
 137            <number>3</number>
 138           </property>
 139           <item>
 140            <property name="text">
 141             <string>512</string>
 142            </property>
 143           </item>
 144           <item>
 145            <property name="text">
 146             <string>768</string>
 147            </property>
 148           </item>
 149           <item>
 150            <property name="text">
 151             <string>1024</string>
 152            </property>
 153           </item>
 154           <item>
 155            <property name="text">
 156             <string>1536</string>
 157            </property>
 158           </item>
 159           <item>
 160            <property name="text">
 161             <string>2048</string>
 162            </property>
 163           </item>
 164           <item>
 165            <property name="text">
 166             <string>3072</string>
 167            </property>
 168           </item>
 169           <item>
 170            <property name="text">
 171             <string>4096</string>
 172            </property>
 173           </item>
 174          </widget>
 175         </item>
 176         <item>
 177          <widget class="QLabel" name="label_16">
 178           <property name="text">
 179            <string>samples</string>
 180           </property>
 181          </widget>
 182         </item>
 183        </layout>
 184       </item>
 185       <item row="2" column="0">
 186        <widget class="QLabel" name="label_19">
 187         <property name="text">
 188          <string>Sample rate:</string>
 189         </property>
 190        </widget>
 191       </item>
 192       <item row="2" column="1">
 193        <layout class="QHBoxLayout" name="horizontalLayout_14">
 194         <item>
 195          <widget class="QComboBox" name="sampleRate">
 196           <property name="editable">
 197            <bool>true</bool>
 198           </property>
 199           <property name="currentText">
 200            <string>44100</string>
 201           </property>
 202           <property name="currentIndex">
 203            <number>2</number>
 204           </property>
 205           <item>
 206            <property name="text">
 207             <string>22050</string>
 208            </property>
 209           </item>
 210           <item>
 211            <property name="text">
 212             <string>32000</string>
 213            </property>
 214           </item>
 215           <item>
 216            <property name="text">
 217             <string>44100</string>
 218            </property>
 219           </item>
 220           <item>
 221            <property name="text">
 222             <string>48000</string>
 223            </property>
 224           </item>
 225          </widget>
 226         </item>
 227         <item>
 228          <widget class="QLabel" name="label_20">
 229           <property name="text">
 230            <string>Hz</string>
 231           </property>
 232          </widget>
 233         </item>
 234        </layout>
 235       </item>
 236       <item row="3" column="0">
 237        <widget class="QLabel" name="label_17">
 238         <property name="text">
 239          <string>Volume:</string>
 240         </property>
 241        </widget>
 242       </item>
 243       <item row="3" column="1">
 244        <layout class="QHBoxLayout" name="horizontalLayout_6">
 245         <item>
 246          <widget class="QSlider" name="volume">
 247           <property name="minimumSize">
 248            <size>
 249             <width>128</width>
 250             <height>0</height>
 251            </size>
 252           </property>
 253           <property name="maximum">
 254            <number>256</number>
 255           </property>
 256           <property name="pageStep">
 257            <number>16</number>
 258           </property>
 259           <property name="value">
 260            <number>256</number>
 261           </property>
 262           <property name="orientation">
 263            <enum>Qt::Horizontal</enum>
 264           </property>
 265          </widget>
 266         </item>
 267         <item>
 268          <widget class="QCheckBox" name="mute">
 269           <property name="text">
 270            <string>Mute</string>
 271           </property>
 272          </widget>
 273         </item>
 274        </layout>
 275       </item>
 276       <item row="4" column="0">
 277        <widget class="QLabel" name="label_34">
 278         <property name="text">
 279          <string>Fast forward volume:</string>
 280         </property>
 281        </widget>
 282       </item>
 283       <item row="4" column="1">
 284        <layout class="QHBoxLayout" name="horizontalLayout_17">
 285         <item>
 286          <widget class="QSlider" name="volumeFf">
 287           <property name="minimumSize">
 288            <size>
 289             <width>128</width>
 290             <height>0</height>
 291            </size>
 292           </property>
 293           <property name="maximum">
 294            <number>256</number>
 295           </property>
 296           <property name="pageStep">
 297            <number>16</number>
 298           </property>
 299           <property name="value">
 300            <number>256</number>
 301           </property>
 302           <property name="orientation">
 303            <enum>Qt::Horizontal</enum>
 304           </property>
 305          </widget>
 306         </item>
 307         <item>
 308          <widget class="QCheckBox" name="muteFf">
 309           <property name="text">
 310            <string>Mute</string>
 311           </property>
 312          </widget>
 313         </item>
 314        </layout>
 315       </item>
 316       <item row="5" column="0" colspan="2">
 317        <widget class="Line" name="line_4">
 318         <property name="orientation">
 319          <enum>Qt::Horizontal</enum>
 320         </property>
 321        </widget>
 322       </item>
 323       <item row="6" column="0">
 324        <widget class="QLabel" name="label_10">
 325         <property name="text">
 326          <string>Display driver:</string>
 327         </property>
 328        </widget>
 329       </item>
 330       <item row="6" column="1">
 331        <widget class="QComboBox" name="displayDriver">
 332         <property name="sizePolicy">
 333          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 334           <horstretch>0</horstretch>
 335           <verstretch>0</verstretch>
 336          </sizepolicy>
 337         </property>
 338        </widget>
 339       </item>
 340       <item row="7" column="0">
 341        <widget class="QLabel" name="label_9">
 342         <property name="text">
 343          <string>Frameskip:</string>
 344         </property>
 345        </widget>
 346       </item>
 347       <item row="7" column="1">
 348        <layout class="QHBoxLayout" name="horizontalLayout_16">
 349         <item>
 350          <widget class="QLabel" name="label_12">
 351           <property name="text">
 352            <string>Skip every</string>
 353           </property>
 354          </widget>
 355         </item>
 356         <item>
 357          <widget class="QSpinBox" name="frameskip"/>
 358         </item>
 359         <item>
 360          <widget class="QLabel" name="label_13">
 361           <property name="text">
 362            <string>frames</string>
 363           </property>
 364          </widget>
 365         </item>
 366        </layout>
 367       </item>
 368       <item row="8" column="0">
 369        <widget class="QLabel" name="label_3">
 370         <property name="text">
 371          <string>FPS target:</string>
 372         </property>
 373        </widget>
 374       </item>
 375       <item row="8" column="1">
 376        <layout class="QHBoxLayout" name="horizontalLayout_2">
 377         <item>
 378          <widget class="QDoubleSpinBox" name="fpsTarget">
 379           <property name="decimals">
 380            <number>4</number>
 381           </property>
 382           <property name="minimum">
 383            <double>0.010000000000000</double>
 384           </property>
 385           <property name="maximum">
 386            <double>240.000000000000000</double>
 387           </property>
 388           <property name="value">
 389            <double>60.000000000000000</double>
 390           </property>
 391          </widget>
 392         </item>
 393         <item>
 394          <widget class="QLabel" name="label_11">
 395           <property name="text">
 396            <string>frames per second</string>
 397           </property>
 398          </widget>
 399         </item>
 400        </layout>
 401       </item>
 402       <item row="10" column="0" colspan="2">
 403        <widget class="Line" name="line_5">
 404         <property name="orientation">
 405          <enum>Qt::Horizontal</enum>
 406         </property>
 407        </widget>
 408       </item>
 409       <item row="11" column="0">
 410        <widget class="QLabel" name="label_2">
 411         <property name="text">
 412          <string>Sync:</string>
 413         </property>
 414        </widget>
 415       </item>
 416       <item row="11" column="1">
 417        <layout class="QHBoxLayout" name="horizontalLayout_10">
 418         <item>
 419          <widget class="QCheckBox" name="videoSync">
 420           <property name="text">
 421            <string>Video</string>
 422           </property>
 423          </widget>
 424         </item>
 425         <item>
 426          <widget class="QCheckBox" name="audioSync">
 427           <property name="text">
 428            <string>Audio</string>
 429           </property>
 430          </widget>
 431         </item>
 432        </layout>
 433       </item>
 434       <item row="12" column="1">
 435        <widget class="QCheckBox" name="lockAspectRatio">
 436         <property name="text">
 437          <string>Lock aspect ratio</string>
 438         </property>
 439        </widget>
 440       </item>
 441       <item row="13" column="1">
 442        <widget class="QCheckBox" name="lockIntegerScaling">
 443         <property name="text">
 444          <string>Force integer scaling</string>
 445         </property>
 446        </widget>
 447       </item>
 448       <item row="15" column="1">
 449        <widget class="QCheckBox" name="resampleVideo">
 450         <property name="text">
 451          <string>Bilinear filtering</string>
 452         </property>
 453        </widget>
 454       </item>
 455       <item row="9" column="1">
 456        <widget class="QPushButton" name="nativeGB">
 457         <property name="text">
 458          <string>Native (59.7275)</string>
 459         </property>
 460        </widget>
 461       </item>
 462       <item row="14" column="1">
 463        <widget class="QCheckBox" name="interframeBlending">
 464         <property name="text">
 465          <string>Interframe blending</string>
 466         </property>
 467        </widget>
 468       </item>
 469      </layout>
 470     </widget>
 471     <widget class="QWidget" name="interface_2">
 472      <layout class="QFormLayout" name="formLayout_4">
 473       <item row="0" column="0">
 474        <widget class="QLabel" name="label_26">
 475         <property name="text">
 476          <string>Language</string>
 477         </property>
 478        </widget>
 479       </item>
 480       <item row="0" column="1">
 481        <widget class="QComboBox" name="languages">
 482         <item>
 483          <property name="text">
 484           <string>English</string>
 485          </property>
 486         </item>
 487        </widget>
 488       </item>
 489       <item row="1" column="0" colspan="2">
 490        <widget class="Line" name="line_10">
 491         <property name="orientation">
 492          <enum>Qt::Horizontal</enum>
 493         </property>
 494        </widget>
 495       </item>
 496       <item row="2" column="0">
 497        <widget class="QLabel" name="label_6">
 498         <property name="text">
 499          <string>Library:</string>
 500         </property>
 501        </widget>
 502       </item>
 503       <item row="2" column="1">
 504        <widget class="QComboBox" name="libraryStyle">
 505         <item>
 506          <property name="text">
 507           <string>List view</string>
 508          </property>
 509         </item>
 510         <item>
 511          <property name="text">
 512           <string>Tree view</string>
 513          </property>
 514         </item>
 515        </widget>
 516       </item>
 517       <item row="3" column="1">
 518        <widget class="QCheckBox" name="showLibrary">
 519         <property name="text">
 520          <string>Show when no game open</string>
 521         </property>
 522         <property name="checked">
 523          <bool>true</bool>
 524         </property>
 525        </widget>
 526       </item>
 527       <item row="4" column="1">
 528        <widget class="QPushButton" name="clearCache">
 529         <property name="text">
 530          <string>Clear cache</string>
 531         </property>
 532        </widget>
 533       </item>
 534       <item row="5" column="0" colspan="2">
 535        <widget class="Line" name="line_8">
 536         <property name="orientation">
 537          <enum>Qt::Horizontal</enum>
 538         </property>
 539        </widget>
 540       </item>
 541       <item row="6" column="1">
 542        <widget class="QCheckBox" name="allowOpposingDirections">
 543         <property name="text">
 544          <string>Allow opposing input directions</string>
 545         </property>
 546        </widget>
 547       </item>
 548       <item row="7" column="1">
 549        <widget class="QCheckBox" name="suspendScreensaver">
 550         <property name="text">
 551          <string>Suspend screensaver</string>
 552         </property>
 553         <property name="checked">
 554          <bool>true</bool>
 555         </property>
 556        </widget>
 557       </item>
 558       <item row="8" column="1">
 559        <widget class="QCheckBox" name="pauseOnFocusLost">
 560         <property name="text">
 561          <string>Pause when inactive</string>
 562         </property>
 563        </widget>
 564       </item>
 565       <item row="10" column="1">
 566        <widget class="QCheckBox" name="showFps">
 567         <property name="text">
 568          <string>Show FPS in title bar</string>
 569         </property>
 570         <property name="checked">
 571          <bool>true</bool>
 572         </property>
 573        </widget>
 574       </item>
 575       <item row="12" column="0" colspan="2">
 576        <widget class="Line" name="line_13">
 577         <property name="orientation">
 578          <enum>Qt::Horizontal</enum>
 579         </property>
 580        </widget>
 581       </item>
 582       <item row="15" column="0" colspan="2">
 583        <widget class="Line" name="line_16">
 584         <property name="orientation">
 585          <enum>Qt::Horizontal</enum>
 586         </property>
 587        </widget>
 588       </item>
 589       <item row="16" column="1">
 590        <widget class="QCheckBox" name="cheatAutosave">
 591         <property name="text">
 592          <string>Automatically save cheats</string>
 593         </property>
 594         <property name="checked">
 595          <bool>true</bool>
 596         </property>
 597        </widget>
 598       </item>
 599       <item row="17" column="1">
 600        <widget class="QCheckBox" name="cheatAutoload">
 601         <property name="text">
 602          <string>Automatically load cheats</string>
 603         </property>
 604         <property name="checked">
 605          <bool>true</bool>
 606         </property>
 607        </widget>
 608       </item>
 609       <item row="13" column="1">
 610        <widget class="QCheckBox" name="autosave">
 611         <property name="text">
 612          <string>Automatically save state</string>
 613         </property>
 614         <property name="checked">
 615          <bool>true</bool>
 616         </property>
 617        </widget>
 618       </item>
 619       <item row="14" column="1">
 620        <widget class="QCheckBox" name="autoload">
 621         <property name="text">
 622          <string>Automatically load state</string>
 623         </property>
 624         <property name="checked">
 625          <bool>true</bool>
 626         </property>
 627        </widget>
 628       </item>
 629       <item row="11" column="1">
 630        <widget class="QCheckBox" name="useDiscordPresence">
 631         <property name="text">
 632          <string>Enable Discord Rich Presence</string>
 633         </property>
 634        </widget>
 635       </item>
 636       <item row="9" column="1">
 637        <widget class="QCheckBox" name="pauseOnMinimize">
 638         <property name="text">
 639          <string>Pause when minimized</string>
 640         </property>
 641        </widget>
 642       </item>
 643      </layout>
 644     </widget>
 645     <widget class="QWidget" name="emulation">
 646      <layout class="QFormLayout" name="formLayout_2">
 647       <property name="fieldGrowthPolicy">
 648        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
 649       </property>
 650       <item row="0" column="0">
 651        <widget class="QLabel" name="label_18">
 652         <property name="text">
 653          <string>Fast forward speed:</string>
 654         </property>
 655        </widget>
 656       </item>
 657       <item row="0" column="1">
 658        <layout class="QHBoxLayout" name="horizontalLayout_5">
 659         <item>
 660          <widget class="QDoubleSpinBox" name="fastForwardRatio">
 661           <property name="enabled">
 662            <bool>false</bool>
 663           </property>
 664           <property name="suffix">
 665            <string>×</string>
 666           </property>
 667           <property name="minimum">
 668            <double>0.010000000000000</double>
 669           </property>
 670           <property name="maximum">
 671            <double>20.000000000000000</double>
 672           </property>
 673           <property name="singleStep">
 674            <double>0.500000000000000</double>
 675           </property>
 676           <property name="value">
 677            <double>5.000000000000000</double>
 678           </property>
 679          </widget>
 680         </item>
 681         <item>
 682          <widget class="QCheckBox" name="fastForwardUnbounded">
 683           <property name="text">
 684            <string>Unbounded</string>
 685           </property>
 686           <property name="checked">
 687            <bool>true</bool>
 688           </property>
 689          </widget>
 690         </item>
 691        </layout>
 692       </item>
 693       <item row="1" column="0">
 694        <widget class="QLabel" name="label_31">
 695         <property name="text">
 696          <string>Autofire interval:</string>
 697         </property>
 698        </widget>
 699       </item>
 700       <item row="1" column="1">
 701        <widget class="QSpinBox" name="autofireThreshold">
 702         <property name="minimum">
 703          <number>1</number>
 704         </property>
 705         <property name="maximum">
 706          <number>60</number>
 707         </property>
 708        </widget>
 709       </item>
 710       <item row="2" column="0" colspan="2">
 711        <widget class="Line" name="line">
 712         <property name="orientation">
 713          <enum>Qt::Horizontal</enum>
 714         </property>
 715        </widget>
 716       </item>
 717       <item row="3" column="1">
 718        <widget class="QCheckBox" name="rewind">
 719         <property name="text">
 720          <string>Enable rewind</string>
 721         </property>
 722        </widget>
 723       </item>
 724       <item row="4" column="0">
 725        <widget class="QLabel" name="label_8">
 726         <property name="text">
 727          <string>Rewind history:</string>
 728         </property>
 729        </widget>
 730       </item>
 731       <item row="4" column="1">
 732        <layout class="QHBoxLayout" name="horizontalLayout_13">
 733         <item>
 734          <widget class="QSpinBox" name="rewindCapacity">
 735           <property name="maximum">
 736            <number>3600</number>
 737           </property>
 738          </widget>
 739         </item>
 740         <item>
 741          <widget class="QLabel" name="label_7">
 742           <property name="text">
 743            <string>frames</string>
 744           </property>
 745          </widget>
 746         </item>
 747        </layout>
 748       </item>
 749       <item row="5" column="0" colspan="2">
 750        <widget class="Line" name="line_3">
 751         <property name="orientation">
 752          <enum>Qt::Horizontal</enum>
 753         </property>
 754        </widget>
 755       </item>
 756       <item row="6" column="0">
 757        <widget class="QLabel" name="label_15">
 758         <property name="text">
 759          <string>Idle loops:</string>
 760         </property>
 761        </widget>
 762       </item>
 763       <item row="6" column="1">
 764        <widget class="QComboBox" name="idleOptimization">
 765         <item>
 766          <property name="text">
 767           <string>Run all</string>
 768          </property>
 769         </item>
 770         <item>
 771          <property name="text">
 772           <string>Remove known</string>
 773          </property>
 774         </item>
 775         <item>
 776          <property name="text">
 777           <string>Detect and remove</string>
 778          </property>
 779         </item>
 780        </widget>
 781       </item>
 782       <item row="7" column="1">
 783        <widget class="QCheckBox" name="preload">
 784         <property name="text">
 785          <string>Preload entire ROM into memory</string>
 786         </property>
 787        </widget>
 788       </item>
 789       <item row="8" column="0" colspan="2">
 790        <widget class="Line" name="line_2">
 791         <property name="orientation">
 792          <enum>Qt::Horizontal</enum>
 793         </property>
 794        </widget>
 795       </item>
 796       <item row="9" column="0">
 797        <widget class="QLabel" name="label_24">
 798         <property name="text">
 799          <string>Savestate extra data:</string>
 800         </property>
 801        </widget>
 802       </item>
 803       <item row="9" column="1">
 804        <widget class="QCheckBox" name="saveStateScreenshot">
 805         <property name="text">
 806          <string>Screenshot</string>
 807         </property>
 808         <property name="checked">
 809          <bool>true</bool>
 810         </property>
 811        </widget>
 812       </item>
 813       <item row="10" column="1">
 814        <widget class="QCheckBox" name="saveStateSave">
 815         <property name="text">
 816          <string>Save data</string>
 817         </property>
 818         <property name="checked">
 819          <bool>true</bool>
 820         </property>
 821        </widget>
 822       </item>
 823       <item row="11" column="1">
 824        <widget class="QCheckBox" name="saveStateCheats">
 825         <property name="text">
 826          <string>Cheat codes</string>
 827         </property>
 828         <property name="checked">
 829          <bool>true</bool>
 830         </property>
 831        </widget>
 832       </item>
 833       <item row="12" column="0" colspan="2">
 834        <widget class="Line" name="line_9">
 835         <property name="orientation">
 836          <enum>Qt::Horizontal</enum>
 837         </property>
 838        </widget>
 839       </item>
 840       <item row="13" column="0">
 841        <widget class="QLabel" name="label_25">
 842         <property name="text">
 843          <string>Load extra data:</string>
 844         </property>
 845        </widget>
 846       </item>
 847       <item row="13" column="1">
 848        <widget class="QCheckBox" name="loadStateScreenshot">
 849         <property name="text">
 850          <string>Screenshot</string>
 851         </property>
 852         <property name="checked">
 853          <bool>true</bool>
 854         </property>
 855        </widget>
 856       </item>
 857       <item row="14" column="1">
 858        <widget class="QCheckBox" name="loadStateSave">
 859         <property name="text">
 860          <string>Save data</string>
 861         </property>
 862        </widget>
 863       </item>
 864       <item row="15" column="1">
 865        <widget class="QCheckBox" name="loadStateCheats">
 866         <property name="text">
 867          <string>Cheat codes</string>
 868         </property>
 869        </widget>
 870       </item>
 871      </layout>
 872     </widget>
 873     <widget class="QWidget" name="enhancements">
 874      <layout class="QFormLayout" name="formLayout_6">
 875       <item row="0" column="0">
 876        <widget class="QLabel" name="label_36">
 877         <property name="text">
 878          <string>Video renderer:</string>
 879         </property>
 880        </widget>
 881       </item>
 882       <item row="0" column="1">
 883        <widget class="QComboBox" name="hwaccelVideo">
 884         <item>
 885          <property name="text">
 886           <string>Software</string>
 887          </property>
 888         </item>
 889         <item>
 890          <property name="text">
 891           <string>OpenGL</string>
 892          </property>
 893         </item>
 894        </widget>
 895       </item>
 896       <item row="2" column="0" colspan="2">
 897        <widget class="QGroupBox" name="oglEnahance">
 898         <property name="title">
 899          <string>OpenGL enhancements</string>
 900         </property>
 901         <layout class="QFormLayout" name="formLayout_7">
 902          <item row="0" column="0">
 903           <widget class="QLabel" name="label_37">
 904            <property name="text">
 905             <string>High-resolution scale:</string>
 906            </property>
 907           </widget>
 908          </item>
 909          <item row="0" column="1">
 910           <layout class="QHBoxLayout" name="horizontalLayout_18">
 911            <item>
 912             <widget class="QSpinBox" name="videoScale">
 913              <property name="suffix">
 914               <string>×</string>
 915              </property>
 916              <property name="minimum">
 917               <number>1</number>
 918              </property>
 919              <property name="maximum">
 920               <number>16</number>
 921              </property>
 922             </widget>
 923            </item>
 924            <item>
 925             <spacer name="horizontalSpacer">
 926              <property name="orientation">
 927               <enum>Qt::Horizontal</enum>
 928              </property>
 929              <property name="sizeHint" stdset="0">
 930               <size>
 931                <width>40</width>
 932                <height>20</height>
 933               </size>
 934              </property>
 935             </spacer>
 936            </item>
 937            <item>
 938             <widget class="QLabel" name="videoScaleSize">
 939              <property name="enabled">
 940               <bool>false</bool>
 941              </property>
 942              <property name="text">
 943               <string>{size}</string>
 944              </property>
 945             </widget>
 946            </item>
 947            <item>
 948             <spacer name="horizontalSpacer_2">
 949              <property name="orientation">
 950               <enum>Qt::Horizontal</enum>
 951              </property>
 952              <property name="sizeHint" stdset="0">
 953               <size>
 954                <width>40</width>
 955                <height>20</height>
 956               </size>
 957              </property>
 958             </spacer>
 959            </item>
 960           </layout>
 961          </item>
 962         </layout>
 963        </widget>
 964       </item>
 965       <item row="1" column="1">
 966        <widget class="QCheckBox" name="audioHle">
 967         <property name="text">
 968          <string>XQ GBA audio (experimental)</string>
 969         </property>
 970        </widget>
 971       </item>
 972      </layout>
 973     </widget>
 974     <widget class="QWidget" name="bios">
 975      <layout class="QFormLayout" name="formLayout_5">
 976       <item row="0" column="0">
 977        <widget class="QLabel" name="label">
 978         <property name="text">
 979          <string>GB BIOS file:</string>
 980         </property>
 981        </widget>
 982       </item>
 983       <item row="0" column="1">
 984        <layout class="QHBoxLayout" name="horizontalLayout">
 985         <item>
 986          <widget class="QLineEdit" name="gbBios">
 987           <property name="sizePolicy">
 988            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 989             <horstretch>0</horstretch>
 990             <verstretch>0</verstretch>
 991            </sizepolicy>
 992           </property>
 993          </widget>
 994         </item>
 995         <item>
 996          <widget class="QPushButton" name="gbBiosBrowse">
 997           <property name="text">
 998            <string>Browse</string>
 999           </property>
1000          </widget>
1001         </item>
1002        </layout>
1003       </item>
1004       <item row="4" column="1">
1005        <widget class="QCheckBox" name="useBios">
1006         <property name="text">
1007          <string>Use BIOS file if found</string>
1008         </property>
1009         <property name="checked">
1010          <bool>true</bool>
1011         </property>
1012        </widget>
1013       </item>
1014       <item row="5" column="1">
1015        <widget class="QCheckBox" name="skipBios">
1016         <property name="text">
1017          <string>Skip BIOS intro</string>
1018         </property>
1019        </widget>
1020       </item>
1021       <item row="3" column="1">
1022        <layout class="QHBoxLayout" name="horizontalLayout_8">
1023         <item>
1024          <widget class="QLineEdit" name="gbaBios">
1025           <property name="sizePolicy">
1026            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1027             <horstretch>0</horstretch>
1028             <verstretch>0</verstretch>
1029            </sizepolicy>
1030           </property>
1031          </widget>
1032         </item>
1033         <item>
1034          <widget class="QPushButton" name="gbaBiosBrowse">
1035           <property name="text">
1036            <string>Browse</string>
1037           </property>
1038          </widget>
1039         </item>
1040        </layout>
1041       </item>
1042       <item row="3" column="0">
1043        <widget class="QLabel" name="label_4">
1044         <property name="text">
1045          <string>GBA BIOS file:</string>
1046         </property>
1047        </widget>
1048       </item>
1049       <item row="2" column="0">
1050        <widget class="QLabel" name="label_5">
1051         <property name="text">
1052          <string>GBC BIOS file:</string>
1053         </property>
1054        </widget>
1055       </item>
1056       <item row="2" column="1">
1057        <layout class="QHBoxLayout" name="horizontalLayout_30">
1058         <item>
1059          <widget class="QLineEdit" name="gbcBios">
1060           <property name="sizePolicy">
1061            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1062             <horstretch>0</horstretch>
1063             <verstretch>0</verstretch>
1064            </sizepolicy>
1065           </property>
1066          </widget>
1067         </item>
1068         <item>
1069          <widget class="QPushButton" name="gbcBiosBrowse">
1070           <property name="text">
1071            <string>Browse</string>
1072           </property>
1073          </widget>
1074         </item>
1075        </layout>
1076       </item>
1077       <item row="1" column="0">
1078        <widget class="QLabel" name="label_30">
1079         <property name="text">
1080          <string>SGB BIOS file:</string>
1081         </property>
1082        </widget>
1083       </item>
1084       <item row="1" column="1">
1085        <layout class="QHBoxLayout" name="horizontalLayout_12">
1086         <item>
1087          <widget class="QLineEdit" name="sgbBios">
1088           <property name="sizePolicy">
1089            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1090             <horstretch>0</horstretch>
1091             <verstretch>0</verstretch>
1092            </sizepolicy>
1093           </property>
1094          </widget>
1095         </item>
1096         <item>
1097          <widget class="QPushButton" name="sgbBiosBrowse">
1098           <property name="text">
1099            <string>Browse</string>
1100           </property>
1101          </widget>
1102         </item>
1103        </layout>
1104       </item>
1105      </layout>
1106     </widget>
1107     <widget class="QWidget" name="paths">
1108      <layout class="QFormLayout" name="formLayout_3">
1109       <property name="fieldGrowthPolicy">
1110        <enum>QFormLayout::FieldsStayAtSizeHint</enum>
1111       </property>
1112       <item row="1" column="0">
1113        <widget class="QLabel" name="label_21">
1114         <property name="text">
1115          <string>Save games</string>
1116         </property>
1117        </widget>
1118       </item>
1119       <item row="1" column="1">
1120        <layout class="QHBoxLayout" name="horizontalLayout_3">
1121         <item>
1122          <widget class="QLineEdit" name="savegamePath">
1123           <property name="sizePolicy">
1124            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1125             <horstretch>0</horstretch>
1126             <verstretch>0</verstretch>
1127            </sizepolicy>
1128           </property>
1129           <property name="minimumSize">
1130            <size>
1131             <width>170</width>
1132             <height>0</height>
1133            </size>
1134           </property>
1135          </widget>
1136         </item>
1137         <item>
1138          <widget class="QPushButton" name="savegameBrowse">
1139           <property name="text">
1140            <string>Browse</string>
1141           </property>
1142          </widget>
1143         </item>
1144        </layout>
1145       </item>
1146       <item row="2" column="1">
1147        <widget class="QCheckBox" name="savegameSameDir">
1148         <property name="text">
1149          <string>Same directory as the ROM</string>
1150         </property>
1151        </widget>
1152       </item>
1153       <item row="3" column="0" colspan="2">
1154        <widget class="Line" name="line_7">
1155         <property name="orientation">
1156          <enum>Qt::Horizontal</enum>
1157         </property>
1158        </widget>
1159       </item>
1160       <item row="4" column="0">
1161        <widget class="QLabel" name="label_22">
1162         <property name="text">
1163          <string>Save states</string>
1164         </property>
1165        </widget>
1166       </item>
1167       <item row="4" column="1">
1168        <layout class="QHBoxLayout" name="horizontalLayout_4">
1169         <item>
1170          <widget class="QLineEdit" name="savestatePath">
1171           <property name="sizePolicy">
1172            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1173             <horstretch>0</horstretch>
1174             <verstretch>0</verstretch>
1175            </sizepolicy>
1176           </property>
1177           <property name="minimumSize">
1178            <size>
1179             <width>170</width>
1180             <height>0</height>
1181            </size>
1182           </property>
1183          </widget>
1184         </item>
1185         <item>
1186          <widget class="QPushButton" name="savestateBrowse">
1187           <property name="text">
1188            <string>Browse</string>
1189           </property>
1190          </widget>
1191         </item>
1192        </layout>
1193       </item>
1194       <item row="5" column="1">
1195        <widget class="QCheckBox" name="savestateSameDir">
1196         <property name="text">
1197          <string>Same directory as the ROM</string>
1198         </property>
1199        </widget>
1200       </item>
1201       <item row="6" column="0" colspan="2">
1202        <widget class="Line" name="line_6">
1203         <property name="orientation">
1204          <enum>Qt::Horizontal</enum>
1205         </property>
1206        </widget>
1207       </item>
1208       <item row="7" column="0">
1209        <widget class="QLabel" name="label_23">
1210         <property name="text">
1211          <string>Screenshots</string>
1212         </property>
1213        </widget>
1214       </item>
1215       <item row="7" column="1">
1216        <layout class="QHBoxLayout" name="horizontalLayout_7">
1217         <item>
1218          <widget class="QLineEdit" name="screenshotPath">
1219           <property name="sizePolicy">
1220            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1221             <horstretch>0</horstretch>
1222             <verstretch>0</verstretch>
1223            </sizepolicy>
1224           </property>
1225           <property name="minimumSize">
1226            <size>
1227             <width>170</width>
1228             <height>0</height>
1229            </size>
1230           </property>
1231          </widget>
1232         </item>
1233         <item>
1234          <widget class="QPushButton" name="screenshotBrowse">
1235           <property name="text">
1236            <string>Browse</string>
1237           </property>
1238          </widget>
1239         </item>
1240        </layout>
1241       </item>
1242       <item row="8" column="1">
1243        <widget class="QCheckBox" name="screenshotSameDir">
1244         <property name="text">
1245          <string>Same directory as the ROM</string>
1246         </property>
1247        </widget>
1248       </item>
1249       <item row="9" column="0" colspan="2">
1250        <widget class="Line" name="line_15">
1251         <property name="orientation">
1252          <enum>Qt::Horizontal</enum>
1253         </property>
1254        </widget>
1255       </item>
1256       <item row="10" column="0">
1257        <widget class="QLabel" name="label_47">
1258         <property name="text">
1259          <string>Patches</string>
1260         </property>
1261        </widget>
1262       </item>
1263       <item row="10" column="1">
1264        <layout class="QHBoxLayout" name="horizontalLayout_26">
1265         <item>
1266          <widget class="QLineEdit" name="patchPath">
1267           <property name="sizePolicy">
1268            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1269             <horstretch>0</horstretch>
1270             <verstretch>0</verstretch>
1271            </sizepolicy>
1272           </property>
1273           <property name="minimumSize">
1274            <size>
1275             <width>170</width>
1276             <height>0</height>
1277            </size>
1278           </property>
1279          </widget>
1280         </item>
1281         <item>
1282          <widget class="QPushButton" name="patchBrowse">
1283           <property name="text">
1284            <string>Browse</string>
1285           </property>
1286          </widget>
1287         </item>
1288        </layout>
1289       </item>
1290       <item row="11" column="1">
1291        <widget class="QCheckBox" name="patchSameDir">
1292         <property name="text">
1293          <string>Same directory as the ROM</string>
1294         </property>
1295        </widget>
1296       </item>
1297       <item row="12" column="0" colspan="2">
1298        <widget class="Line" name="line_14">
1299         <property name="orientation">
1300          <enum>Qt::Horizontal</enum>
1301         </property>
1302        </widget>
1303       </item>
1304       <item row="13" column="0">
1305        <widget class="QLabel" name="label_48">
1306         <property name="text">
1307          <string>Cheats</string>
1308         </property>
1309        </widget>
1310       </item>
1311       <item row="13" column="1">
1312        <layout class="QHBoxLayout" name="horizontalLayout_27">
1313         <item>
1314          <widget class="QLineEdit" name="cheatsPath">
1315           <property name="sizePolicy">
1316            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1317             <horstretch>0</horstretch>
1318             <verstretch>0</verstretch>
1319            </sizepolicy>
1320           </property>
1321           <property name="minimumSize">
1322            <size>
1323             <width>170</width>
1324             <height>0</height>
1325            </size>
1326           </property>
1327          </widget>
1328         </item>
1329         <item>
1330          <widget class="QPushButton" name="cheatsBrowse">
1331           <property name="text">
1332            <string>Browse</string>
1333           </property>
1334          </widget>
1335         </item>
1336        </layout>
1337       </item>
1338       <item row="14" column="1">
1339        <widget class="QCheckBox" name="cheatsSameDir">
1340         <property name="text">
1341          <string>Same directory as the ROM</string>
1342         </property>
1343        </widget>
1344       </item>
1345      </layout>
1346     </widget>
1347     <widget class="QWidget" name="logging">
1348      <layout class="QVBoxLayout" name="verticalLayout">
1349       <item>
1350        <widget class="QTableView" name="loggingView">
1351         <attribute name="horizontalHeaderMinimumSectionSize">
1352          <number>0</number>
1353         </attribute>
1354         <attribute name="horizontalHeaderDefaultSectionSize">
1355          <number>77</number>
1356         </attribute>
1357        </widget>
1358       </item>
1359       <item>
1360        <layout class="QHBoxLayout" name="horizontalLayout_19">
1361         <item>
1362          <widget class="QCheckBox" name="logToFile">
1363           <property name="text">
1364            <string>Log to file</string>
1365           </property>
1366          </widget>
1367         </item>
1368         <item>
1369          <widget class="QCheckBox" name="logToStdout">
1370           <property name="text">
1371            <string>Log to console</string>
1372           </property>
1373          </widget>
1374         </item>
1375        </layout>
1376       </item>
1377       <item>
1378        <layout class="QHBoxLayout" name="horizontalLayout_20">
1379         <item>
1380          <widget class="QLineEdit" name="logFile"/>
1381         </item>
1382         <item>
1383          <widget class="QPushButton" name="logFileBrowse">
1384           <property name="text">
1385            <string>Select Log File</string>
1386           </property>
1387          </widget>
1388         </item>
1389        </layout>
1390       </item>
1391      </layout>
1392     </widget>
1393     <widget class="QWidget" name="gb">
1394      <layout class="QFormLayout" name="formLayout_1">
1395       <item row="0" column="0">
1396        <widget class="QLabel" name="label_29">
1397         <property name="text">
1398          <string>Game Boy model:</string>
1399         </property>
1400        </widget>
1401       </item>
1402       <item row="0" column="1">
1403        <widget class="QComboBox" name="gbModel">
1404         <item>
1405          <property name="text">
1406           <string>Autodetect</string>
1407          </property>
1408         </item>
1409         <item>
1410          <property name="text">
1411           <string>Game Boy (DMG)</string>
1412          </property>
1413         </item>
1414         <item>
1415          <property name="text">
1416           <string>Super Game Boy (SGB)</string>
1417          </property>
1418         </item>
1419         <item>
1420          <property name="text">
1421           <string>Game Boy Color (CGB)</string>
1422          </property>
1423         </item>
1424         <item>
1425          <property name="text">
1426           <string>Game Boy Advance (AGB)</string>
1427          </property>
1428         </item>
1429        </widget>
1430       </item>
1431       <item row="1" column="0">
1432        <widget class="QLabel" name="label_32">
1433         <property name="text">
1434          <string>Super Game Boy model:</string>
1435         </property>
1436        </widget>
1437       </item>
1438       <item row="1" column="1">
1439        <widget class="QComboBox" name="sgbModel">
1440         <item>
1441          <property name="text">
1442           <string>Autodetect</string>
1443          </property>
1444         </item>
1445         <item>
1446          <property name="text">
1447           <string>Game Boy (DMG)</string>
1448          </property>
1449         </item>
1450         <item>
1451          <property name="text">
1452           <string>Super Game Boy (SGB)</string>
1453          </property>
1454         </item>
1455         <item>
1456          <property name="text">
1457           <string>Game Boy Color (CGB)</string>
1458          </property>
1459         </item>
1460         <item>
1461          <property name="text">
1462           <string>Game Boy Advance (AGB)</string>
1463          </property>
1464         </item>
1465        </widget>
1466       </item>
1467       <item row="2" column="0">
1468        <widget class="QLabel" name="label_33">
1469         <property name="text">
1470          <string>Game Boy Color model:</string>
1471         </property>
1472        </widget>
1473       </item>
1474       <item row="2" column="1">
1475        <widget class="QComboBox" name="cgbModel">
1476         <item>
1477          <property name="text">
1478           <string>Autodetect</string>
1479          </property>
1480         </item>
1481         <item>
1482          <property name="text">
1483           <string>Game Boy (DMG)</string>
1484          </property>
1485         </item>
1486         <item>
1487          <property name="text">
1488           <string>Super Game Boy (SGB)</string>
1489          </property>
1490         </item>
1491         <item>
1492          <property name="text">
1493           <string>Game Boy Color (CGB)</string>
1494          </property>
1495         </item>
1496         <item>
1497          <property name="text">
1498           <string>Game Boy Advance (AGB)</string>
1499          </property>
1500         </item>
1501        </widget>
1502       </item>
1503       <item row="3" column="0" colspan="2">
1504        <widget class="Line" name="line_12">
1505         <property name="orientation">
1506          <enum>Qt::Horizontal</enum>
1507         </property>
1508        </widget>
1509       </item>
1510       <item row="4" column="0">
1511        <widget class="QLabel" name="label_28">
1512         <property name="text">
1513          <string>Default BG colors:</string>
1514         </property>
1515        </widget>
1516       </item>
1517       <item row="4" column="1">
1518        <layout class="QHBoxLayout" name="horizontalLayout_9">
1519         <item>
1520          <widget class="QFrame" name="color0">
1521           <property name="minimumSize">
1522            <size>
1523             <width>30</width>
1524             <height>30</height>
1525            </size>
1526           </property>
1527           <property name="autoFillBackground">
1528            <bool>true</bool>
1529           </property>
1530           <property name="frameShape">
1531            <enum>QFrame::StyledPanel</enum>
1532           </property>
1533           <property name="frameShadow">
1534            <enum>QFrame::Raised</enum>
1535           </property>
1536          </widget>
1537         </item>
1538         <item>
1539          <widget class="QFrame" name="color1">
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="color2">
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="color3">
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        </layout>
1596       </item>
1597       <item row="5" column="1">
1598        <layout class="QHBoxLayout" name="horizontalLayout_15">
1599         <item>
1600          <widget class="QFrame" name="color4">
1601           <property name="minimumSize">
1602            <size>
1603             <width>30</width>
1604             <height>30</height>
1605            </size>
1606           </property>
1607           <property name="autoFillBackground">
1608            <bool>true</bool>
1609           </property>
1610           <property name="frameShape">
1611            <enum>QFrame::StyledPanel</enum>
1612           </property>
1613           <property name="frameShadow">
1614            <enum>QFrame::Raised</enum>
1615           </property>
1616          </widget>
1617         </item>
1618         <item>
1619          <widget class="QFrame" name="color5">
1620           <property name="minimumSize">
1621            <size>
1622             <width>30</width>
1623             <height>30</height>
1624            </size>
1625           </property>
1626           <property name="autoFillBackground">
1627            <bool>true</bool>
1628           </property>
1629           <property name="frameShape">
1630            <enum>QFrame::StyledPanel</enum>
1631           </property>
1632           <property name="frameShadow">
1633            <enum>QFrame::Raised</enum>
1634           </property>
1635          </widget>
1636         </item>
1637         <item>
1638          <widget class="QFrame" name="color6">
1639           <property name="minimumSize">
1640            <size>
1641             <width>30</width>
1642             <height>30</height>
1643            </size>
1644           </property>
1645           <property name="autoFillBackground">
1646            <bool>true</bool>
1647           </property>
1648           <property name="frameShape">
1649            <enum>QFrame::StyledPanel</enum>
1650           </property>
1651           <property name="frameShadow">
1652            <enum>QFrame::Raised</enum>
1653           </property>
1654          </widget>
1655         </item>
1656         <item>
1657          <widget class="QFrame" name="color7">
1658           <property name="minimumSize">
1659            <size>
1660             <width>30</width>
1661             <height>30</height>
1662            </size>
1663           </property>
1664           <property name="autoFillBackground">
1665            <bool>true</bool>
1666           </property>
1667           <property name="frameShape">
1668            <enum>QFrame::StyledPanel</enum>
1669           </property>
1670           <property name="frameShadow">
1671            <enum>QFrame::Raised</enum>
1672           </property>
1673          </widget>
1674         </item>
1675        </layout>
1676       </item>
1677       <item row="8" column="1">
1678        <widget class="QCheckBox" name="sgbBorders">
1679         <property name="text">
1680          <string>Super Game Boy borders</string>
1681         </property>
1682        </widget>
1683       </item>
1684       <item row="9" column="0" colspan="2">
1685        <widget class="Line" name="line_11">
1686         <property name="orientation">
1687          <enum>Qt::Horizontal</enum>
1688         </property>
1689        </widget>
1690       </item>
1691       <item row="10" column="0">
1692        <widget class="QLabel" name="label_27">
1693         <property name="text">
1694          <string>Camera driver:</string>
1695         </property>
1696        </widget>
1697       </item>
1698       <item row="10" column="1">
1699        <widget class="QComboBox" name="cameraDriver">
1700         <property name="sizePolicy">
1701          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1702           <horstretch>0</horstretch>
1703           <verstretch>0</verstretch>
1704          </sizepolicy>
1705         </property>
1706        </widget>
1707       </item>
1708       <item row="6" column="1">
1709        <layout class="QHBoxLayout" name="horizontalLayout_37">
1710         <item>
1711          <widget class="QFrame" name="color8">
1712           <property name="minimumSize">
1713            <size>
1714             <width>30</width>
1715             <height>30</height>
1716            </size>
1717           </property>
1718           <property name="autoFillBackground">
1719            <bool>true</bool>
1720           </property>
1721           <property name="frameShape">
1722            <enum>QFrame::StyledPanel</enum>
1723           </property>
1724           <property name="frameShadow">
1725            <enum>QFrame::Raised</enum>
1726           </property>
1727          </widget>
1728         </item>
1729         <item>
1730          <widget class="QFrame" name="color9">
1731           <property name="minimumSize">
1732            <size>
1733             <width>30</width>
1734             <height>30</height>
1735            </size>
1736           </property>
1737           <property name="autoFillBackground">
1738            <bool>true</bool>
1739           </property>
1740           <property name="frameShape">
1741            <enum>QFrame::StyledPanel</enum>
1742           </property>
1743           <property name="frameShadow">
1744            <enum>QFrame::Raised</enum>
1745           </property>
1746          </widget>
1747         </item>
1748         <item>
1749          <widget class="QFrame" name="color10">
1750           <property name="minimumSize">
1751            <size>
1752             <width>30</width>
1753             <height>30</height>
1754            </size>
1755           </property>
1756           <property name="autoFillBackground">
1757            <bool>true</bool>
1758           </property>
1759           <property name="frameShape">
1760            <enum>QFrame::StyledPanel</enum>
1761           </property>
1762           <property name="frameShadow">
1763            <enum>QFrame::Raised</enum>
1764           </property>
1765          </widget>
1766         </item>
1767         <item>
1768          <widget class="QFrame" name="color11">
1769           <property name="minimumSize">
1770            <size>
1771             <width>30</width>
1772             <height>30</height>
1773            </size>
1774           </property>
1775           <property name="autoFillBackground">
1776            <bool>true</bool>
1777           </property>
1778           <property name="frameShape">
1779            <enum>QFrame::StyledPanel</enum>
1780           </property>
1781           <property name="frameShadow">
1782            <enum>QFrame::Raised</enum>
1783           </property>
1784          </widget>
1785         </item>
1786        </layout>
1787       </item>
1788       <item row="5" column="0">
1789        <widget class="QLabel" name="label_69">
1790         <property name="text">
1791          <string>Default sprite colors 1:</string>
1792         </property>
1793        </widget>
1794       </item>
1795       <item row="6" column="0">
1796        <widget class="QLabel" name="label_70">
1797         <property name="text">
1798          <string>Default sprite colors 2:</string>
1799         </property>
1800        </widget>
1801       </item>
1802       <item row="7" column="1">
1803        <widget class="QCheckBox" name="useCgbColors">
1804         <property name="text">
1805          <string>Use GBC colors in GB games</string>
1806         </property>
1807        </widget>
1808       </item>
1809       <item row="11" column="0">
1810        <widget class="QLabel" name="label_35">
1811         <property name="text">
1812          <string>Camera:</string>
1813         </property>
1814        </widget>
1815       </item>
1816       <item row="11" column="1">
1817        <widget class="QComboBox" name="camera">
1818         <property name="enabled">
1819          <bool>false</bool>
1820         </property>
1821         <property name="sizePolicy">
1822          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
1823           <horstretch>0</horstretch>
1824           <verstretch>0</verstretch>
1825          </sizepolicy>
1826         </property>
1827        </widget>
1828       </item>
1829      </layout>
1830     </widget>
1831    </widget>
1832   </item>
1833  </layout>
1834 </widget>
1835 <resources/>
1836 <connections>
1837  <connection>
1838   <sender>buttonBox</sender>
1839   <signal>accepted()</signal>
1840   <receiver>SettingsView</receiver>
1841   <slot>close()</slot>
1842   <hints>
1843    <hint type="sourcelabel">
1844     <x>169</x>
1845     <y>453</y>
1846    </hint>
1847    <hint type="destinationlabel">
1848     <x>169</x>
1849     <y>236</y>
1850    </hint>
1851   </hints>
1852  </connection>
1853  <connection>
1854   <sender>buttonBox</sender>
1855   <signal>rejected()</signal>
1856   <receiver>SettingsView</receiver>
1857   <slot>close()</slot>
1858   <hints>
1859    <hint type="sourcelabel">
1860     <x>169</x>
1861     <y>453</y>
1862    </hint>
1863    <hint type="destinationlabel">
1864     <x>169</x>
1865     <y>236</y>
1866    </hint>
1867   </hints>
1868  </connection>
1869  <connection>
1870   <sender>tabs</sender>
1871   <signal>currentRowChanged(int)</signal>
1872   <receiver>stackedWidget</receiver>
1873   <slot>setCurrentIndex(int)</slot>
1874   <hints>
1875    <hint type="sourcelabel">
1876     <x>61</x>
1877     <y>209</y>
1878    </hint>
1879    <hint type="destinationlabel">
1880     <x>315</x>
1881     <y>209</y>
1882    </hint>
1883   </hints>
1884  </connection>
1885  <connection>
1886   <sender>savegameSameDir</sender>
1887   <signal>toggled(bool)</signal>
1888   <receiver>savegamePath</receiver>
1889   <slot>setDisabled(bool)</slot>
1890   <hints>
1891    <hint type="sourcelabel">
1892     <x>392</x>
1893     <y>82</y>
1894    </hint>
1895    <hint type="destinationlabel">
1896     <x>366</x>
1897     <y>48</y>
1898    </hint>
1899   </hints>
1900  </connection>
1901  <connection>
1902   <sender>savestateSameDir</sender>
1903   <signal>toggled(bool)</signal>
1904   <receiver>savestatePath</receiver>
1905   <slot>setDisabled(bool)</slot>
1906   <hints>
1907    <hint type="sourcelabel">
1908     <x>392</x>
1909     <y>161</y>
1910    </hint>
1911    <hint type="destinationlabel">
1912     <x>366</x>
1913     <y>127</y>
1914    </hint>
1915   </hints>
1916  </connection>
1917  <connection>
1918   <sender>screenshotSameDir</sender>
1919   <signal>toggled(bool)</signal>
1920   <receiver>screenshotPath</receiver>
1921   <slot>setDisabled(bool)</slot>
1922   <hints>
1923    <hint type="sourcelabel">
1924     <x>392</x>
1925     <y>240</y>
1926    </hint>
1927    <hint type="destinationlabel">
1928     <x>366</x>
1929     <y>206</y>
1930    </hint>
1931   </hints>
1932  </connection>
1933  <connection>
1934   <sender>patchSameDir</sender>
1935   <signal>toggled(bool)</signal>
1936   <receiver>patchPath</receiver>
1937   <slot>setDisabled(bool)</slot>
1938   <hints>
1939    <hint type="sourcelabel">
1940     <x>345</x>
1941     <y>319</y>
1942    </hint>
1943    <hint type="destinationlabel">
1944     <x>340</x>
1945     <y>285</y>
1946    </hint>
1947   </hints>
1948  </connection>
1949  <connection>
1950   <sender>cheatsSameDir</sender>
1951   <signal>toggled(bool)</signal>
1952   <receiver>cheatsPath</receiver>
1953   <slot>setDisabled(bool)</slot>
1954   <hints>
1955    <hint type="sourcelabel">
1956     <x>351</x>
1957     <y>407</y>
1958    </hint>
1959    <hint type="destinationlabel">
1960     <x>343</x>
1961     <y>372</y>
1962    </hint>
1963   </hints>
1964  </connection>
1965  <connection>
1966   <sender>fastForwardUnbounded</sender>
1967   <signal>toggled(bool)</signal>
1968   <receiver>fastForwardRatio</receiver>
1969   <slot>setDisabled(bool)</slot>
1970   <hints>
1971    <hint type="sourcelabel">
1972     <x>445</x>
1973     <y>38</y>
1974    </hint>
1975    <hint type="destinationlabel">
1976     <x>349</x>
1977     <y>38</y>
1978    </hint>
1979   </hints>
1980  </connection>
1981 </connections>
1982</ui>