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_mouse.ui (7997B)


      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <ui version="4.0">
      3  <class>ControllerBindingWidget_Mouse</class>
      4  <widget class="QWidget" name="ControllerBindingWidget_Mouse">
      5   <property name="geometry">
      6    <rect>
      7     <x>0</x>
      8     <y>0</y>
      9     <width>1100</width>
     10     <height>567</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="minimumSize">
     20    <size>
     21     <width>1100</width>
     22     <height>500</height>
     23    </size>
     24   </property>
     25   <property name="maximumSize">
     26    <size>
     27     <width>16777215</width>
     28     <height>16777210</height>
     29    </size>
     30   </property>
     31   <layout class="QGridLayout" name="gridLayout">
     32    <item row="1" column="5">
     33     <spacer name="horizontalSpacer">
     34      <property name="orientation">
     35       <enum>Qt::Orientation::Horizontal</enum>
     36      </property>
     37      <property name="sizeHint" stdset="0">
     38       <size>
     39        <width>40</width>
     40        <height>20</height>
     41       </size>
     42      </property>
     43     </spacer>
     44    </item>
     45    <item row="1" column="0">
     46     <spacer name="horizontalSpacer_2">
     47      <property name="orientation">
     48       <enum>Qt::Orientation::Horizontal</enum>
     49      </property>
     50      <property name="sizeHint" stdset="0">
     51       <size>
     52        <width>40</width>
     53        <height>20</height>
     54       </size>
     55      </property>
     56     </spacer>
     57    </item>
     58    <item row="0" column="2" rowspan="2" colspan="2">
     59     <widget class="QLabel" name="label">
     60      <property name="sizePolicy">
     61       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
     62        <horstretch>0</horstretch>
     63        <verstretch>0</verstretch>
     64       </sizepolicy>
     65      </property>
     66      <property name="text">
     67       <string/>
     68      </property>
     69      <property name="pixmap">
     70       <pixmap resource="resources/duckstation-qt.qrc">:/controllers/mouse.svg</pixmap>
     71      </property>
     72      <property name="scaledContents">
     73       <bool>false</bool>
     74      </property>
     75     </widget>
     76    </item>
     77    <item row="2" column="0" colspan="6">
     78     <spacer name="verticalSpacer_5">
     79      <property name="orientation">
     80       <enum>Qt::Orientation::Vertical</enum>
     81      </property>
     82      <property name="sizeHint" stdset="0">
     83       <size>
     84        <width>20</width>
     85        <height>40</height>
     86       </size>
     87      </property>
     88     </spacer>
     89    </item>
     90    <item row="1" column="1">
     91     <layout class="QVBoxLayout" name="verticalLayout_2">
     92      <item>
     93       <spacer name="verticalSpacer_3">
     94        <property name="orientation">
     95         <enum>Qt::Orientation::Vertical</enum>
     96        </property>
     97        <property name="sizeHint" stdset="0">
     98         <size>
     99          <width>20</width>
    100          <height>40</height>
    101         </size>
    102        </property>
    103       </spacer>
    104      </item>
    105      <item>
    106       <layout class="QVBoxLayout" name="verticalLayout">
    107        <item>
    108         <widget class="QGroupBox" name="groupBox_7">
    109          <property name="title">
    110           <string>Pointer</string>
    111          </property>
    112          <layout class="QGridLayout" name="gridLayout_11">
    113           <property name="leftMargin">
    114            <number>6</number>
    115           </property>
    116           <property name="topMargin">
    117            <number>6</number>
    118           </property>
    119           <property name="rightMargin">
    120            <number>6</number>
    121           </property>
    122           <property name="bottomMargin">
    123            <number>6</number>
    124           </property>
    125           <item row="0" column="0">
    126            <widget class="InputBindingWidget" name="Pointer">
    127             <property name="minimumSize">
    128              <size>
    129               <width>150</width>
    130               <height>0</height>
    131              </size>
    132             </property>
    133             <property name="maximumSize">
    134              <size>
    135               <width>150</width>
    136               <height>16777215</height>
    137              </size>
    138             </property>
    139             <property name="text">
    140              <string>PushButton</string>
    141             </property>
    142            </widget>
    143           </item>
    144          </layout>
    145         </widget>
    146        </item>
    147       </layout>
    148      </item>
    149      <item>
    150       <widget class="QGroupBox" name="groupBox">
    151        <property name="sizePolicy">
    152         <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    153          <horstretch>0</horstretch>
    154          <verstretch>0</verstretch>
    155         </sizepolicy>
    156        </property>
    157        <property name="minimumSize">
    158         <size>
    159          <width>0</width>
    160          <height>0</height>
    161         </size>
    162        </property>
    163        <property name="title">
    164         <string>Buttons</string>
    165        </property>
    166        <layout class="QGridLayout" name="gridLayout_5">
    167         <item row="1" column="0" colspan="2">
    168          <widget class="QGroupBox" name="groupBox_3">
    169           <property name="title">
    170            <string>Left</string>
    171           </property>
    172           <layout class="QGridLayout" name="gridLayout_2">
    173            <property name="leftMargin">
    174             <number>6</number>
    175            </property>
    176            <property name="topMargin">
    177             <number>6</number>
    178            </property>
    179            <property name="rightMargin">
    180             <number>6</number>
    181            </property>
    182            <property name="bottomMargin">
    183             <number>6</number>
    184            </property>
    185            <item row="0" column="0">
    186             <widget class="InputBindingWidget" name="Left">
    187              <property name="minimumSize">
    188               <size>
    189                <width>150</width>
    190                <height>0</height>
    191               </size>
    192              </property>
    193              <property name="maximumSize">
    194               <size>
    195                <width>100</width>
    196                <height>16777215</height>
    197               </size>
    198              </property>
    199              <property name="text">
    200               <string>PushButton</string>
    201              </property>
    202             </widget>
    203            </item>
    204           </layout>
    205          </widget>
    206         </item>
    207         <item row="1" column="2" colspan="2">
    208          <widget class="QGroupBox" name="groupBox_4">
    209           <property name="title">
    210            <string>Right</string>
    211           </property>
    212           <layout class="QGridLayout" name="gridLayout_3">
    213            <property name="leftMargin">
    214             <number>6</number>
    215            </property>
    216            <property name="topMargin">
    217             <number>6</number>
    218            </property>
    219            <property name="rightMargin">
    220             <number>6</number>
    221            </property>
    222            <property name="bottomMargin">
    223             <number>6</number>
    224            </property>
    225            <item row="0" column="0">
    226             <widget class="InputBindingWidget" name="Right">
    227              <property name="minimumSize">
    228               <size>
    229                <width>150</width>
    230                <height>0</height>
    231               </size>
    232              </property>
    233              <property name="maximumSize">
    234               <size>
    235                <width>100</width>
    236                <height>16777215</height>
    237               </size>
    238              </property>
    239              <property name="text">
    240               <string>PushButton</string>
    241              </property>
    242             </widget>
    243            </item>
    244           </layout>
    245          </widget>
    246         </item>
    247        </layout>
    248       </widget>
    249      </item>
    250      <item>
    251       <spacer name="verticalSpacer_4">
    252        <property name="orientation">
    253         <enum>Qt::Orientation::Vertical</enum>
    254        </property>
    255        <property name="sizeHint" stdset="0">
    256         <size>
    257          <width>20</width>
    258          <height>40</height>
    259         </size>
    260        </property>
    261       </spacer>
    262      </item>
    263     </layout>
    264    </item>
    265   </layout>
    266  </widget>
    267  <customwidgets>
    268   <customwidget>
    269    <class>InputBindingWidget</class>
    270    <extends>QPushButton</extends>
    271    <header>inputbindingwidgets.h</header>
    272   </customwidget>
    273  </customwidgets>
    274  <resources>
    275   <include location="resources/duckstation-qt.qrc"/>
    276   <include location="resources/duckstation-qt.qrc"/>
    277  </resources>
    278  <connections/>
    279 </ui>