<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ConfigureMouseAdvanced</class> <widget class="QDialog" name="ConfigureMouseAdvanced"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>310</width> <height>193</height> </rect> </property> <property name="windowTitle"> <string>Configure Mouse</string> </property> <property name="styleSheet"> <string notr="true">QPushButton { min-width: 60px; }</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="gridGroupBox"> <property name="title"> <string>Mouse Buttons</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="5"> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Forward:</string> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="forward_button"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>68</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="3" column="1"> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_4"> <property name="minimumSize"> <size> <width>54</width> <height>0</height> </size> </property> <property name="text"> <string>Back:</string> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="back_button"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="0" column="1"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Left:</string> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="left_button"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="0" column="3"> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Middle:</string> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="middle_button"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>68</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="0" column="6"> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeType"> <enum>QSizePolicy::Fixed</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="5"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Right:</string> </property> </widget> </item> </layout> </item> <item> <widget class="QPushButton" name="right_button"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>68</width> <height>16777215</height> </size> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item row="0" column="2"> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="4"> <spacer name="horizontalSpacer_5"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> <widget class="QPushButton" name="buttonClearAll"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>68</width> <height>16777215</height> </size> </property> <property name="text"> <string>Clear</string> </property> </widget> </item> <item> <widget class="QPushButton" name="buttonRestoreDefaults"> <property name="minimumSize"> <size> <width>68</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>68</width> <height>16777215</height> </size> </property> <property name="text"> <string>Defaults</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>0</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="styleSheet"> <string notr="true"/> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ConfigureMouseAdvanced</receiver> <slot>accept()</slot> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>ConfigureMouseAdvanced</receiver> <slot>reject()</slot> </connection> </connections> </ui>