|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<ui version="4.0"> |
|
|
|
|
<class>JoystickWidget</class> |
|
|
|
|
<widget class="QDialog" name="JoystickWidget"> |
|
|
|
|
<widget class="QWidget" name="JoystickWidget"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
@ -30,7 +30,7 @@
@@ -30,7 +30,7 @@
|
|
|
|
|
<number>8</number> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizeConstraint"> |
|
|
|
|
<enum>QLayout::SetFixedSize</enum> |
|
|
|
|
<enum>QLayout::SetDefaultConstraint</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="leftMargin"> |
|
|
|
|
<number>8</number> |
|
|
|
@ -174,53 +174,8 @@
@@ -174,53 +174,8 @@
|
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QDialogButtonBox" name="dialogButtonsBox"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>50</width> |
|
|
|
|
<height>0</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="maximumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>16777215</width> |
|
|
|
|
<height>16777215</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="standardButtons"> |
|
|
|
|
<set>QDialogButtonBox::Ok</set> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<resources/> |
|
|
|
|
<connections> |
|
|
|
|
<connection> |
|
|
|
|
<sender>dialogButtonsBox</sender> |
|
|
|
|
<signal>accepted()</signal> |
|
|
|
|
<receiver>JoystickWidget</receiver> |
|
|
|
|
<slot>accept()</slot> |
|
|
|
|
<hints> |
|
|
|
|
<hint type="sourcelabel"> |
|
|
|
|
<x>263</x> |
|
|
|
|
<y>438</y> |
|
|
|
|
</hint> |
|
|
|
|
<hint type="destinationlabel"> |
|
|
|
|
<x>157</x> |
|
|
|
|
<y>274</y> |
|
|
|
|
</hint> |
|
|
|
|
</hints> |
|
|
|
|
</connection> |
|
|
|
|
</connections> |
|
|
|
|
<connections/> |
|
|
|
|
</ui> |
|
|
|
|