all repos — mgba @ 1a0e44c014ad34bea30d237d27015d82d02cda4b

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