LightJoystickSwitchPage.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LightJoystickSwitchPage</class>
  4. <widget class="QWidget" name="LightJoystickSwitchPage">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>491</width>
  10. <height>151</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QTabWidget" name="switchTabWidget">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>491</width>
  22. <height>151</height>
  23. </rect>
  24. </property>
  25. <property name="currentIndex">
  26. <number>0</number>
  27. </property>
  28. <widget class="QWidget" name="GreenLightTab">
  29. <attribute name="title">
  30. <string>GreenLight</string>
  31. </attribute>
  32. <widget class="QWidget" name="RedLight" native="true">
  33. <property name="enabled">
  34. <bool>true</bool>
  35. </property>
  36. <property name="geometry">
  37. <rect>
  38. <x>80</x>
  39. <y>0</y>
  40. <width>61</width>
  41. <height>114</height>
  42. </rect>
  43. </property>
  44. <widget class="QSlider" name="RedLightverticalSlider">
  45. <property name="geometry">
  46. <rect>
  47. <x>10</x>
  48. <y>12</y>
  49. <width>18</width>
  50. <height>56</height>
  51. </rect>
  52. </property>
  53. <property name="cursor">
  54. <cursorShape>PointingHandCursor</cursorShape>
  55. </property>
  56. <property name="maximum">
  57. <number>255</number>
  58. </property>
  59. <property name="orientation">
  60. <enum>Qt::Vertical</enum>
  61. </property>
  62. </widget>
  63. <widget class="QLineEdit" name="RedLightlineEdit">
  64. <property name="geometry">
  65. <rect>
  66. <x>10</x>
  67. <y>78</y>
  68. <width>40</width>
  69. <height>24</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>22</string>
  74. </property>
  75. </widget>
  76. <widget class="QLabel" name="RedLightlabel">
  77. <property name="geometry">
  78. <rect>
  79. <x>39</x>
  80. <y>22</y>
  81. <width>10</width>
  82. <height>34</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string/>
  87. </property>
  88. </widget>
  89. <widget class="QProgressBar" name="RedLightprogressBar">
  90. <property name="geometry">
  91. <rect>
  92. <x>32</x>
  93. <y>15</y>
  94. <width>18</width>
  95. <height>51</height>
  96. </rect>
  97. </property>
  98. <property name="maximum">
  99. <number>255</number>
  100. </property>
  101. <property name="value">
  102. <number>22</number>
  103. </property>
  104. <property name="orientation">
  105. <enum>Qt::Vertical</enum>
  106. </property>
  107. <property name="format">
  108. <string/>
  109. </property>
  110. </widget>
  111. </widget>
  112. <widget class="QWidget" name="BlueLight" native="true">
  113. <property name="geometry">
  114. <rect>
  115. <x>258</x>
  116. <y>0</y>
  117. <width>61</width>
  118. <height>114</height>
  119. </rect>
  120. </property>
  121. <widget class="QSlider" name="BlueLightverticalSlider">
  122. <property name="geometry">
  123. <rect>
  124. <x>10</x>
  125. <y>12</y>
  126. <width>18</width>
  127. <height>56</height>
  128. </rect>
  129. </property>
  130. <property name="cursor">
  131. <cursorShape>PointingHandCursor</cursorShape>
  132. </property>
  133. <property name="maximum">
  134. <number>255</number>
  135. </property>
  136. <property name="orientation">
  137. <enum>Qt::Vertical</enum>
  138. </property>
  139. </widget>
  140. <widget class="QLineEdit" name="BlueLightlineEdit">
  141. <property name="geometry">
  142. <rect>
  143. <x>10</x>
  144. <y>78</y>
  145. <width>40</width>
  146. <height>24</height>
  147. </rect>
  148. </property>
  149. <property name="text">
  150. <string>0</string>
  151. </property>
  152. </widget>
  153. <widget class="QLabel" name="BlueLightlabel">
  154. <property name="geometry">
  155. <rect>
  156. <x>32</x>
  157. <y>22</y>
  158. <width>19</width>
  159. <height>34</height>
  160. </rect>
  161. </property>
  162. <property name="text">
  163. <string/>
  164. </property>
  165. </widget>
  166. <widget class="QProgressBar" name="BlueLightprogressBar">
  167. <property name="geometry">
  168. <rect>
  169. <x>32</x>
  170. <y>15</y>
  171. <width>18</width>
  172. <height>51</height>
  173. </rect>
  174. </property>
  175. <property name="maximum">
  176. <number>255</number>
  177. </property>
  178. <property name="value">
  179. <number>0</number>
  180. </property>
  181. <property name="orientation">
  182. <enum>Qt::Vertical</enum>
  183. </property>
  184. <property name="format">
  185. <string/>
  186. </property>
  187. </widget>
  188. </widget>
  189. <widget class="QWidget" name="DotLight" native="true">
  190. <property name="geometry">
  191. <rect>
  192. <x>347</x>
  193. <y>0</y>
  194. <width>61</width>
  195. <height>114</height>
  196. </rect>
  197. </property>
  198. <widget class="QSlider" name="DotLightverticalSlider">
  199. <property name="geometry">
  200. <rect>
  201. <x>10</x>
  202. <y>12</y>
  203. <width>18</width>
  204. <height>56</height>
  205. </rect>
  206. </property>
  207. <property name="cursor">
  208. <cursorShape>PointingHandCursor</cursorShape>
  209. </property>
  210. <property name="maximum">
  211. <number>255</number>
  212. </property>
  213. <property name="orientation">
  214. <enum>Qt::Vertical</enum>
  215. </property>
  216. </widget>
  217. <widget class="QLineEdit" name="DotLightlineEdit">
  218. <property name="geometry">
  219. <rect>
  220. <x>10</x>
  221. <y>78</y>
  222. <width>40</width>
  223. <height>24</height>
  224. </rect>
  225. </property>
  226. <property name="text">
  227. <string>0</string>
  228. </property>
  229. </widget>
  230. <widget class="QLabel" name="DotLightlabel">
  231. <property name="geometry">
  232. <rect>
  233. <x>32</x>
  234. <y>22</y>
  235. <width>19</width>
  236. <height>34</height>
  237. </rect>
  238. </property>
  239. <property name="text">
  240. <string/>
  241. </property>
  242. </widget>
  243. <widget class="QProgressBar" name="DotLightprogressBar">
  244. <property name="geometry">
  245. <rect>
  246. <x>32</x>
  247. <y>15</y>
  248. <width>18</width>
  249. <height>51</height>
  250. </rect>
  251. </property>
  252. <property name="maximum">
  253. <number>255</number>
  254. </property>
  255. <property name="value">
  256. <number>0</number>
  257. </property>
  258. <property name="orientation">
  259. <enum>Qt::Vertical</enum>
  260. </property>
  261. <property name="format">
  262. <string/>
  263. </property>
  264. </widget>
  265. </widget>
  266. <widget class="QWidget" name="GreenLight" native="true">
  267. <property name="geometry">
  268. <rect>
  269. <x>169</x>
  270. <y>0</y>
  271. <width>61</width>
  272. <height>114</height>
  273. </rect>
  274. </property>
  275. <widget class="QSlider" name="GreenLightverticalSlider">
  276. <property name="geometry">
  277. <rect>
  278. <x>10</x>
  279. <y>12</y>
  280. <width>18</width>
  281. <height>56</height>
  282. </rect>
  283. </property>
  284. <property name="cursor">
  285. <cursorShape>PointingHandCursor</cursorShape>
  286. </property>
  287. <property name="maximum">
  288. <number>255</number>
  289. </property>
  290. <property name="orientation">
  291. <enum>Qt::Vertical</enum>
  292. </property>
  293. </widget>
  294. <widget class="QLineEdit" name="GreenLightlineEdit">
  295. <property name="geometry">
  296. <rect>
  297. <x>10</x>
  298. <y>78</y>
  299. <width>40</width>
  300. <height>24</height>
  301. </rect>
  302. </property>
  303. <property name="text">
  304. <string>11</string>
  305. </property>
  306. </widget>
  307. <widget class="QLabel" name="GreenLightlabel">
  308. <property name="geometry">
  309. <rect>
  310. <x>36</x>
  311. <y>22</y>
  312. <width>12</width>
  313. <height>34</height>
  314. </rect>
  315. </property>
  316. <property name="text">
  317. <string/>
  318. </property>
  319. </widget>
  320. <widget class="QProgressBar" name="GreenLightprogressBar">
  321. <property name="geometry">
  322. <rect>
  323. <x>32</x>
  324. <y>15</y>
  325. <width>18</width>
  326. <height>51</height>
  327. </rect>
  328. </property>
  329. <property name="maximum">
  330. <number>255</number>
  331. </property>
  332. <property name="value">
  333. <number>11</number>
  334. </property>
  335. <property name="orientation">
  336. <enum>Qt::Vertical</enum>
  337. </property>
  338. <property name="format">
  339. <string/>
  340. </property>
  341. </widget>
  342. </widget>
  343. </widget>
  344. <widget class="QWidget" name="JoystickTab">
  345. <attribute name="title">
  346. <string>Joystick</string>
  347. </attribute>
  348. <widget class="QGroupBox" name="groupBox">
  349. <property name="geometry">
  350. <rect>
  351. <x>340</x>
  352. <y>10</y>
  353. <width>141</width>
  354. <height>111</height>
  355. </rect>
  356. </property>
  357. <property name="title">
  358. <string/>
  359. </property>
  360. <widget class="QPushButton" name="left_Button">
  361. <property name="geometry">
  362. <rect>
  363. <x>10</x>
  364. <y>42</y>
  365. <width>41</width>
  366. <height>31</height>
  367. </rect>
  368. </property>
  369. <property name="text">
  370. <string>←</string>
  371. </property>
  372. </widget>
  373. <widget class="QPushButton" name="right_Button">
  374. <property name="geometry">
  375. <rect>
  376. <x>90</x>
  377. <y>40</y>
  378. <width>41</width>
  379. <height>31</height>
  380. </rect>
  381. </property>
  382. <property name="text">
  383. <string>→</string>
  384. </property>
  385. </widget>
  386. <widget class="QPushButton" name="down_Button">
  387. <property name="geometry">
  388. <rect>
  389. <x>50</x>
  390. <y>70</y>
  391. <width>41</width>
  392. <height>31</height>
  393. </rect>
  394. </property>
  395. <property name="text">
  396. <string>↓</string>
  397. </property>
  398. </widget>
  399. <widget class="QPushButton" name="up_Button">
  400. <property name="geometry">
  401. <rect>
  402. <x>50</x>
  403. <y>10</y>
  404. <width>41</width>
  405. <height>31</height>
  406. </rect>
  407. </property>
  408. <property name="text">
  409. <string>↑</string>
  410. </property>
  411. </widget>
  412. </widget>
  413. <widget class="QPushButton" name="move_Button">
  414. <property name="geometry">
  415. <rect>
  416. <x>260</x>
  417. <y>60</y>
  418. <width>71</width>
  419. <height>23</height>
  420. </rect>
  421. </property>
  422. <property name="minimumSize">
  423. <size>
  424. <width>42</width>
  425. <height>0</height>
  426. </size>
  427. </property>
  428. <property name="text">
  429. <string>Move</string>
  430. </property>
  431. </widget>
  432. <widget class="QPushButton" name="moveTo_Button">
  433. <property name="geometry">
  434. <rect>
  435. <x>260</x>
  436. <y>90</y>
  437. <width>71</width>
  438. <height>23</height>
  439. </rect>
  440. </property>
  441. <property name="minimumSize">
  442. <size>
  443. <width>42</width>
  444. <height>0</height>
  445. </size>
  446. </property>
  447. <property name="text">
  448. <string>MoveTo</string>
  449. </property>
  450. </widget>
  451. <widget class="QLabel" name="JTabShowLableLoop">
  452. <property name="geometry">
  453. <rect>
  454. <x>10</x>
  455. <y>80</y>
  456. <width>241</width>
  457. <height>41</height>
  458. </rect>
  459. </property>
  460. <property name="font">
  461. <font>
  462. <family>Agency FB</family>
  463. <pointsize>12</pointsize>
  464. </font>
  465. </property>
  466. <property name="text">
  467. <string>pos:</string>
  468. </property>
  469. <property name="alignment">
  470. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  471. </property>
  472. </widget>
  473. <widget class="QLineEdit" name="valLineEdit">
  474. <property name="geometry">
  475. <rect>
  476. <x>260</x>
  477. <y>20</y>
  478. <width>71</width>
  479. <height>21</height>
  480. </rect>
  481. </property>
  482. </widget>
  483. <widget class="QLabel" name="JTabShowLable">
  484. <property name="geometry">
  485. <rect>
  486. <x>10</x>
  487. <y>10</y>
  488. <width>241</width>
  489. <height>51</height>
  490. </rect>
  491. </property>
  492. <property name="font">
  493. <font>
  494. <family>Agency FB</family>
  495. <pointsize>12</pointsize>
  496. </font>
  497. </property>
  498. <property name="text">
  499. <string>当前选中:模组xxx 轴:x</string>
  500. </property>
  501. </widget>
  502. </widget>
  503. </widget>
  504. </widget>
  505. <resources/>
  506. <connections/>
  507. </ui>