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

controllerbindingwidget.ui (4620B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>ControllerBindingWidget</class>
      4  <widget class="QWidget" name="ControllerBindingWidget">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>833</width>
     10     <height>617</height>
     11    </rect>
     12   </property>
     13   <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
     14    <property name="leftMargin">
     15     <number>0</number>
     16    </property>
     17    <property name="topMargin">
     18     <number>0</number>
     19    </property>
     20    <property name="rightMargin">
     21     <number>0</number>
     22    </property>
     23    <property name="bottomMargin">
     24     <number>0</number>
     25    </property>
     26    <item>
     27     <widget class="QGroupBox" name="groupBox">
     28      <property name="title">
     29       <string>Controller Type</string>
     30      </property>
     31      <layout class="QHBoxLayout" name="horizontalLayout_3">
     32       <item>
     33        <layout class="QHBoxLayout" name="horizontalLayout">
     34         <item>
     35          <widget class="QComboBox" name="controllerType"/>
     36         </item>
     37         <item>
     38          <widget class="QToolButton" name="bindings">
     39           <property name="text">
     40            <string>Bindings</string>
     41           </property>
     42           <property name="checkable">
     43            <bool>true</bool>
     44           </property>
     45           <property name="icon">
     46            <iconset theme="controller-digital-line">
     47             <normaloff>.</normaloff>.</iconset>
     48           </property>
     49           <property name="toolButtonStyle">
     50            <enum>Qt::ToolButtonTextBesideIcon</enum>
     51           </property>
     52           <property name="autoRaise">
     53            <bool>true</bool>
     54           </property>
     55          </widget>
     56         </item>
     57         <item>
     58          <widget class="QToolButton" name="settings">
     59           <property name="text">
     60            <string>Settings</string>
     61           </property>
     62           <property name="icon">
     63            <iconset theme="checkbox-multiple-blank-line">
     64             <normaloff>.</normaloff>.</iconset>
     65           </property>
     66           <property name="checkable">
     67            <bool>true</bool>
     68           </property>
     69           <property name="toolButtonStyle">
     70            <enum>Qt::ToolButtonTextBesideIcon</enum>
     71           </property>
     72           <property name="autoRaise">
     73            <bool>true</bool>
     74           </property>
     75          </widget>
     76         </item>
     77         <item>
     78          <widget class="QToolButton" name="macros">
     79           <property name="text">
     80            <string>Macros</string>
     81           </property>
     82           <property name="icon">
     83            <iconset theme="flashlight-line">
     84             <normaloff>.</normaloff>.</iconset>
     85           </property>
     86           <property name="checkable">
     87            <bool>true</bool>
     88           </property>
     89           <property name="toolButtonStyle">
     90            <enum>Qt::ToolButtonTextBesideIcon</enum>
     91           </property>
     92           <property name="autoRaise">
     93            <bool>true</bool>
     94           </property>
     95          </widget>
     96         </item>
     97        </layout>
     98       </item>
     99       <item>
    100        <spacer name="horizontalSpacer">
    101         <property name="orientation">
    102          <enum>Qt::Horizontal</enum>
    103         </property>
    104         <property name="sizeHint" stdset="0">
    105          <size>
    106           <width>460</width>
    107           <height>20</height>
    108          </size>
    109         </property>
    110        </spacer>
    111       </item>
    112       <item>
    113        <layout class="QHBoxLayout" name="horizontalLayout_2">
    114         <item>
    115          <widget class="QToolButton" name="automaticBinding">
    116           <property name="text">
    117            <string>Automatic Mapping</string>
    118           </property>
    119           <property name="icon">
    120            <iconset theme="controller-digital-line">
    121             <normaloff>.</normaloff>.</iconset>
    122           </property>
    123           <property name="toolButtonStyle">
    124            <enum>Qt::ToolButtonTextBesideIcon</enum>
    125           </property>
    126          </widget>
    127         </item>
    128         <item>
    129          <widget class="QToolButton" name="clearBindings">
    130           <property name="text">
    131            <string>Clear Mapping</string>
    132           </property>
    133           <property name="icon">
    134            <iconset theme="trash-fill">
    135             <normaloff>.</normaloff>.</iconset>
    136           </property>
    137           <property name="toolButtonStyle">
    138            <enum>Qt::ToolButtonTextBesideIcon</enum>
    139           </property>
    140          </widget>
    141         </item>
    142        </layout>
    143       </item>
    144      </layout>
    145     </widget>
    146    </item>
    147    <item>
    148     <widget class="QStackedWidget" name="stackedWidget" />
    149    </item>
    150   </layout>
    151  </widget>
    152  <resources>
    153   <include location="../resources/resources.qrc"/>
    154  </resources>
    155  <connections/>
    156 </ui>