<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>JoystickWidget</class> <widget class="QWidget" name="JoystickWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>368</width> <height>274</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>368</width> <height>274</height> </size> </property> <property name="windowTitle"> <string>Joystick Settings</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <property name="spacing"> <number>8</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetDefaultConstraint</enum> </property> <property name="leftMargin"> <number>8</number> </property> <property name="topMargin"> <number>8</number> </property> <property name="rightMargin"> <number>8</number> </property> <property name="bottomMargin"> <number>8</number> </property> <item> <widget class="QCheckBox" name="enableCheckBox"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>Enable controllers</string> </property> </widget> </item> <item> <widget class="QComboBox" name="joystickNameComboBox"> <property name="enabled"> <bool>true</bool> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> </item> <item> <widget class="QFrame" name="joystickFrame"> <property name="enabled"> <bool>false</bool> </property> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0"> <property name="sizeConstraint"> <enum>QLayout::SetMinimumSize</enum> </property> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QGroupBox" name="buttonBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="title"> <string>Buttons</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <property name="flat"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="buttonLayout"> <property name="spacing"> <number>1</number> </property> <property name="sizeConstraint"> <enum>QLayout::SetMinimumSize</enum> </property> <property name="leftMargin"> <number>3</number> </property> <property name="topMargin"> <number>3</number> </property> <property name="rightMargin"> <number>3</number> </property> <property name="bottomMargin"> <number>3</number> </property> </layout> </widget> </item> <item> <widget class="QGroupBox" name="axesBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>100</width> <height>0</height> </size> </property> <property name="title"> <string>Axes</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <layout class="QHBoxLayout" name="axesLayout"> <property name="sizeConstraint"> <enum>QLayout::SetMinimumSize</enum> </property> </layout> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="statusLabel"> <property name="text"> <string/> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>