|
@@ -412,10 +412,10 @@
|
|
|
<widget class="JoystickPage" name="widgetPage" native="true">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>0</x>
|
|
|
- <y>-10</y>
|
|
|
- <width>141</width>
|
|
|
- <height>91</height>
|
|
|
+ <x>20</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>131</width>
|
|
|
+ <height>121</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
</widget>
|
|
@@ -435,12 +435,18 @@
|
|
|
<widget class="QLabel" name="label">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>20</x>
|
|
|
+ <x>10</x>
|
|
|
<y>10</y>
|
|
|
- <width>61</width>
|
|
|
- <height>21</height>
|
|
|
+ <width>71</width>
|
|
|
+ <height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
<property name="text">
|
|
|
<string>module:</string>
|
|
|
</property>
|
|
@@ -451,195 +457,296 @@
|
|
|
<widget class="QComboBox" name="modeComboBox">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>100</x>
|
|
|
+ <x>90</x>
|
|
|
<y>10</y>
|
|
|
- <width>71</width>
|
|
|
- <height>21</height>
|
|
|
- </rect>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- <widget class="QLabel" name="JTabShowLableLoop">
|
|
|
- <property name="geometry">
|
|
|
- <rect>
|
|
|
- <x>10</x>
|
|
|
- <y>80</y>
|
|
|
- <width>231</width>
|
|
|
+ <width>91</width>
|
|
|
<height>31</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
<property name="font">
|
|
|
<font>
|
|
|
- <family>Agency FB</family>
|
|
|
+ <family>宋体</family>
|
|
|
<pointsize>12</pointsize>
|
|
|
</font>
|
|
|
</property>
|
|
|
- <property name="text">
|
|
|
- <string>pos:</string>
|
|
|
- </property>
|
|
|
- <property name="alignment">
|
|
|
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
- </property>
|
|
|
</widget>
|
|
|
- <widget class="QPushButton" name="moveTo_Button">
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>90</x>
|
|
|
- <y>50</y>
|
|
|
- <width>71</width>
|
|
|
- <height>23</height>
|
|
|
+ <x>190</x>
|
|
|
+ <y>90</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>33</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>42</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>MoveTo</string>
|
|
|
- </property>
|
|
|
+ <layout class="QHBoxLayout" name="forceLayout">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <widget class="QCheckBox" name="forceCheckBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>67</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>FORCE</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="JReLineEdit" name="forceLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
- <widget class="QLineEdit" name="valLineEdit">
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
<x>10</x>
|
|
|
<y>50</y>
|
|
|
- <width>71</width>
|
|
|
- <height>21</height>
|
|
|
+ <width>161</width>
|
|
|
+ <height>32</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
+ <layout class="QHBoxLayout" name="xLayout">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <widget class="QCheckBox" name="xCheckBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>56</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>X</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="JReLineEdit" name="xLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
- <widget class="QPushButton" name="move_Button">
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>90</x>
|
|
|
- <y>80</y>
|
|
|
- <width>71</width>
|
|
|
- <height>23</height>
|
|
|
+ <x>10</x>
|
|
|
+ <y>90</y>
|
|
|
+ <width>161</width>
|
|
|
+ <height>32</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>42</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>Move</string>
|
|
|
- </property>
|
|
|
+ <layout class="QHBoxLayout" name="yLayout">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
+ <item>
|
|
|
+ <widget class="QCheckBox" name="yCheckBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>56</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Y</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ <item>
|
|
|
+ <widget class="JReLineEdit" name="yLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </item>
|
|
|
+ </layout>
|
|
|
</widget>
|
|
|
- <widget class="QGroupBox" name="axisGroupBox">
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
<property name="geometry">
|
|
|
<rect>
|
|
|
- <x>180</x>
|
|
|
- <y>-10</y>
|
|
|
- <width>161</width>
|
|
|
- <height>151</height>
|
|
|
+ <x>190</x>
|
|
|
+ <y>10</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>32</height>
|
|
|
</rect>
|
|
|
</property>
|
|
|
- <property name="title">
|
|
|
- <string/>
|
|
|
- </property>
|
|
|
- <layout class="QVBoxLayout" name="verticalLayout">
|
|
|
- <item>
|
|
|
- <layout class="QHBoxLayout" name="forceLayout">
|
|
|
- <item>
|
|
|
- <widget class="QCheckBox" name="forceCheckBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>56</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>FORCE</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="JReLineEdit" name="forceLineEdit"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
- </item>
|
|
|
+ <layout class="QHBoxLayout" name="zLayout">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="xLayout">
|
|
|
- <item>
|
|
|
- <widget class="QCheckBox" name="xCheckBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>56</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>X</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="JReLineEdit" name="xLineEdit"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="QCheckBox" name="zCheckBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>56</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>z</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="yLayout">
|
|
|
- <item>
|
|
|
- <widget class="QCheckBox" name="yCheckBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>56</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>y</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="JReLineEdit" name="yLineEdit"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="JReLineEdit" name="zLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
+ </layout>
|
|
|
+ </widget>
|
|
|
+ <widget class="QWidget" name="layoutWidget">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>190</x>
|
|
|
+ <y>50</y>
|
|
|
+ <width>141</width>
|
|
|
+ <height>32</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <layout class="QHBoxLayout" name="rLayout">
|
|
|
+ <property name="spacing">
|
|
|
+ <number>0</number>
|
|
|
+ </property>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="zLayout">
|
|
|
- <item>
|
|
|
- <widget class="QCheckBox" name="zCheckBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>56</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>z</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="JReLineEdit" name="zLineEdit"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="QCheckBox" name="rCheckBox">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>56</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>R</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
<item>
|
|
|
- <layout class="QHBoxLayout" name="rLayout">
|
|
|
- <item>
|
|
|
- <widget class="QCheckBox" name="rCheckBox">
|
|
|
- <property name="minimumSize">
|
|
|
- <size>
|
|
|
- <width>56</width>
|
|
|
- <height>0</height>
|
|
|
- </size>
|
|
|
- </property>
|
|
|
- <property name="text">
|
|
|
- <string>R</string>
|
|
|
- </property>
|
|
|
- </widget>
|
|
|
- </item>
|
|
|
- <item>
|
|
|
- <widget class="JReLineEdit" name="rLineEdit"/>
|
|
|
- </item>
|
|
|
- </layout>
|
|
|
+ <widget class="JReLineEdit" name="rLineEdit">
|
|
|
+ <property name="minimumSize">
|
|
|
+ <size>
|
|
|
+ <width>0</width>
|
|
|
+ <height>30</height>
|
|
|
+ </size>
|
|
|
+ </property>
|
|
|
+ <property name="font">
|
|
|
+ <font>
|
|
|
+ <family>宋体</family>
|
|
|
+ <pointsize>12</pointsize>
|
|
|
+ </font>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>0</string>
|
|
|
+ </property>
|
|
|
+ <property name="alignment">
|
|
|
+ <set>Qt::AlignCenter</set>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
</item>
|
|
|
</layout>
|
|
|
</widget>
|