123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>LightJoystickSwitchPage</class>
- <widget class="QWidget" name="LightJoystickSwitchPage">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>491</width>
- <height>151</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QTabWidget" name="switchTabWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>491</width>
- <height>151</height>
- </rect>
- </property>
- <property name="currentIndex">
- <number>0</number>
- </property>
- <widget class="QWidget" name="GreenLightTab">
- <attribute name="title">
- <string>GreenLight</string>
- </attribute>
- <widget class="QWidget" name="RedLight" native="true">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>0</y>
- <width>61</width>
- <height>114</height>
- </rect>
- </property>
- <widget class="QSlider" name="RedLightverticalSlider">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>12</y>
- <width>18</width>
- <height>56</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="QLineEdit" name="RedLightlineEdit">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>78</y>
- <width>40</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>22</string>
- </property>
- </widget>
- <widget class="QLabel" name="RedLightlabel">
- <property name="geometry">
- <rect>
- <x>39</x>
- <y>22</y>
- <width>10</width>
- <height>34</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QProgressBar" name="RedLightprogressBar">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>15</y>
- <width>18</width>
- <height>51</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>22</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="format">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="BlueLight" native="true">
- <property name="geometry">
- <rect>
- <x>258</x>
- <y>0</y>
- <width>61</width>
- <height>114</height>
- </rect>
- </property>
- <widget class="QSlider" name="BlueLightverticalSlider">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>12</y>
- <width>18</width>
- <height>56</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="QLineEdit" name="BlueLightlineEdit">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>78</y>
- <width>40</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QLabel" name="BlueLightlabel">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>22</y>
- <width>19</width>
- <height>34</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QProgressBar" name="BlueLightprogressBar">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>15</y>
- <width>18</width>
- <height>51</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="format">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="DotLight" native="true">
- <property name="geometry">
- <rect>
- <x>347</x>
- <y>0</y>
- <width>61</width>
- <height>114</height>
- </rect>
- </property>
- <widget class="QSlider" name="DotLightverticalSlider">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>12</y>
- <width>18</width>
- <height>56</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="QLineEdit" name="DotLightlineEdit">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>78</y>
- <width>40</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>0</string>
- </property>
- </widget>
- <widget class="QLabel" name="DotLightlabel">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>22</y>
- <width>19</width>
- <height>34</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QProgressBar" name="DotLightprogressBar">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>15</y>
- <width>18</width>
- <height>51</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="format">
- <string/>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="GreenLight" native="true">
- <property name="geometry">
- <rect>
- <x>169</x>
- <y>0</y>
- <width>61</width>
- <height>114</height>
- </rect>
- </property>
- <widget class="QSlider" name="GreenLightverticalSlider">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>12</y>
- <width>18</width>
- <height>56</height>
- </rect>
- </property>
- <property name="cursor">
- <cursorShape>PointingHandCursor</cursorShape>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="QLineEdit" name="GreenLightlineEdit">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>78</y>
- <width>40</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string>11</string>
- </property>
- </widget>
- <widget class="QLabel" name="GreenLightlabel">
- <property name="geometry">
- <rect>
- <x>36</x>
- <y>22</y>
- <width>12</width>
- <height>34</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QProgressBar" name="GreenLightprogressBar">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>15</y>
- <width>18</width>
- <height>51</height>
- </rect>
- </property>
- <property name="maximum">
- <number>255</number>
- </property>
- <property name="value">
- <number>11</number>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="format">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- <widget class="QWidget" name="JoystickTab">
- <attribute name="title">
- <string>Joystick</string>
- </attribute>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>340</x>
- <y>10</y>
- <width>141</width>
- <height>111</height>
- </rect>
- </property>
- <property name="title">
- <string/>
- </property>
- <widget class="QPushButton" name="left_Button">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>42</y>
- <width>41</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>←</string>
- </property>
- </widget>
- <widget class="QPushButton" name="right_Button">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>40</y>
- <width>41</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>→</string>
- </property>
- </widget>
- <widget class="QPushButton" name="down_Button">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>70</y>
- <width>41</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>↓</string>
- </property>
- </widget>
- <widget class="QPushButton" name="up_Button">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>10</y>
- <width>41</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>↑</string>
- </property>
- </widget>
- </widget>
- <widget class="QPushButton" name="move_Button">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>60</y>
- <width>71</width>
- <height>23</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>42</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Move</string>
- </property>
- </widget>
- <widget class="QPushButton" name="moveTo_Button">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>90</y>
- <width>71</width>
- <height>23</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>42</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>MoveTo</string>
- </property>
- </widget>
- <widget class="QLabel" name="JTabShowLableLoop">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>80</y>
- <width>241</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Agency FB</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="QLineEdit" name="valLineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>20</y>
- <width>71</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="JTabShowLable">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>241</width>
- <height>51</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Agency FB</family>
- <pointsize>12</pointsize>
- </font>
- </property>
- <property name="text">
- <string>当前选中:模组xxx 轴:x</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|