duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

inputbindingdialog.ui (5068B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>InputBindingDialog</class>
      4  <widget class="QDialog" name="InputBindingDialog">
      5   <property name="windowModality">
      6    <enum>Qt::WindowModality::WindowModal</enum>
      7   </property>
      8   <property name="geometry">
      9    <rect>
     10     <x>0</x>
     11     <y>0</y>
     12     <width>533</width>
     13     <height>266</height>
     14    </rect>
     15   </property>
     16   <property name="windowTitle">
     17    <string>Edit Bindings</string>
     18   </property>
     19   <property name="modal">
     20    <bool>true</bool>
     21   </property>
     22   <layout class="QVBoxLayout" name="verticalLayout">
     23    <item>
     24     <widget class="QLabel" name="title">
     25      <property name="text">
     26       <string>Bindings for Controller0/ButtonCircle</string>
     27      </property>
     28     </widget>
     29    </item>
     30    <item>
     31     <widget class="QListWidget" name="bindingList"/>
     32    </item>
     33    <item>
     34     <widget class="QWidget" name="sensitivityWidget" native="true">
     35      <layout class="QGridLayout" name="sensitivityLayout">
     36       <property name="leftMargin">
     37        <number>0</number>
     38       </property>
     39       <property name="topMargin">
     40        <number>0</number>
     41       </property>
     42       <property name="rightMargin">
     43        <number>0</number>
     44       </property>
     45       <property name="bottomMargin">
     46        <number>0</number>
     47       </property>
     48       <item row="0" column="1">
     49        <widget class="QSlider" name="sensitivity">
     50         <property name="minimum">
     51          <number>1</number>
     52         </property>
     53         <property name="maximum">
     54          <number>200</number>
     55         </property>
     56         <property name="value">
     57          <number>100</number>
     58         </property>
     59         <property name="orientation">
     60          <enum>Qt::Orientation::Horizontal</enum>
     61         </property>
     62         <property name="tickPosition">
     63          <enum>QSlider::TickPosition::TicksBelow</enum>
     64         </property>
     65        </widget>
     66       </item>
     67       <item row="1" column="1">
     68        <widget class="QSlider" name="deadzone">
     69         <property name="minimum">
     70          <number>0</number>
     71         </property>
     72         <property name="maximum">
     73          <number>100</number>
     74         </property>
     75         <property name="value">
     76          <number>1</number>
     77         </property>
     78         <property name="orientation">
     79          <enum>Qt::Orientation::Horizontal</enum>
     80         </property>
     81         <property name="tickPosition">
     82          <enum>QSlider::TickPosition::TicksBelow</enum>
     83         </property>
     84         <property name="tickInterval">
     85          <number>5</number>
     86         </property>
     87        </widget>
     88       </item>
     89       <item row="0" column="0">
     90        <widget class="QLabel" name="sensitivityLabel">
     91         <property name="text">
     92          <string>Sensitivity:</string>
     93         </property>
     94        </widget>
     95       </item>
     96       <item row="0" column="2">
     97        <widget class="QLabel" name="sensitivityValue">
     98         <property name="text">
     99          <string>100%</string>
    100         </property>
    101        </widget>
    102       </item>
    103       <item row="1" column="0">
    104        <widget class="QLabel" name="deadzoneLabel">
    105         <property name="text">
    106          <string>Deadzone:</string>
    107         </property>
    108        </widget>
    109       </item>
    110       <item row="1" column="2">
    111        <widget class="QLabel" name="deadzoneValue">
    112         <property name="text">
    113          <string>100%</string>
    114         </property>
    115        </widget>
    116       </item>
    117       <item row="0" column="3">
    118        <widget class="QToolButton" name="resetSensitivity">
    119         <property name="toolTip">
    120          <string>Reset Volume</string>
    121         </property>
    122         <property name="icon">
    123          <iconset theme="refresh-line"/>
    124         </property>
    125        </widget>
    126       </item>
    127       <item row="1" column="3">
    128        <widget class="QToolButton" name="resetDeadzone">
    129         <property name="toolTip">
    130          <string>Reset Fast Forward Volume</string>
    131         </property>
    132         <property name="icon">
    133          <iconset theme="refresh-line"/>
    134         </property>
    135        </widget>
    136       </item>
    137      </layout>
    138     </widget>
    139    </item>
    140    <item>
    141     <widget class="QLabel" name="status">
    142      <property name="text">
    143       <string/>
    144      </property>
    145     </widget>
    146    </item>
    147    <item>
    148     <layout class="QHBoxLayout" name="horizontalLayout">
    149      <item>
    150       <widget class="QPushButton" name="addBinding">
    151        <property name="text">
    152         <string>Add Binding</string>
    153        </property>
    154       </widget>
    155      </item>
    156      <item>
    157       <widget class="QPushButton" name="removeBinding">
    158        <property name="text">
    159         <string>Remove Binding</string>
    160        </property>
    161       </widget>
    162      </item>
    163      <item>
    164       <widget class="QPushButton" name="clearBindings">
    165        <property name="text">
    166         <string>Clear Bindings</string>
    167        </property>
    168       </widget>
    169      </item>
    170      <item>
    171       <widget class="QDialogButtonBox" name="buttonBox">
    172        <property name="standardButtons">
    173         <set>QDialogButtonBox::StandardButton::Close</set>
    174        </property>
    175       </widget>
    176      </item>
    177     </layout>
    178    </item>
    179   </layout>
    180  </widget>
    181  <resources/>
    182  <connections/>
    183 </ui>