Path: blob/master/src/duckstation-qt/controllerbindingwidget_mouse.ui
4246 views
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ControllerBindingWidget_Mouse</class> <widget class="QWidget" name="ControllerBindingWidget_Mouse"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1100</width> <height>567</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>1100</width> <height>500</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777210</height> </size> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="5"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="2" rowspan="2" colspan="2"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="resources/duckstation-qt.qrc">:/controllers/mouse.svg</pixmap> </property> <property name="scaledContents"> <bool>false</bool> </property> </widget> </item> <item row="2" column="0" colspan="6"> <spacer name="verticalSpacer_5"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="1" column="1"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> <string>Pointer</string> </property> <layout class="QGridLayout" name="gridLayout_11"> <property name="leftMargin"> <number>6</number> </property> <property name="topMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>6</number> </property> <item row="0" column="0"> <widget class="InputBindingWidget" name="Pointer"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>150</width> <height>16777215</height> </size> </property> <property name="text"> <string>PushButton</string> </property> </widget> </item> </layout> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="title"> <string>Buttons</string> </property> <layout class="QGridLayout" name="gridLayout_5"> <item row="1" column="0" colspan="2"> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Left</string> </property> <layout class="QGridLayout" name="gridLayout_2"> <property name="leftMargin"> <number>6</number> </property> <property name="topMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>6</number> </property> <item row="0" column="0"> <widget class="InputBindingWidget" name="Left"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>PushButton</string> </property> </widget> </item> </layout> </widget> </item> <item row="1" column="2" colspan="2"> <widget class="QGroupBox" name="groupBox_4"> <property name="title"> <string>Right</string> </property> <layout class="QGridLayout" name="gridLayout_3"> <property name="leftMargin"> <number>6</number> </property> <property name="topMargin"> <number>6</number> </property> <property name="rightMargin"> <number>6</number> </property> <property name="bottomMargin"> <number>6</number> </property> <item row="0" column="0"> <widget class="InputBindingWidget" name="Right"> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>100</width> <height>16777215</height> </size> </property> <property name="text"> <string>PushButton</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer_4"> <property name="orientation"> <enum>Qt::Orientation::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <customwidgets> <customwidget> <class>InputBindingWidget</class> <extends>QPushButton</extends> <header>inputbindingwidgets.h</header> </customwidget> </customwidgets> <resources> <include location="resources/duckstation-qt.qrc"/> </resources> <connections/> </ui>