all repos — mgba @ 6e1ae2321eab2562bd7db11dd096a9bd1e7cd1a2

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