mainwindow.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>837</width>
  10. <height>611</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>70</x>
  21. <y>60</y>
  22. <width>111</width>
  23. <height>31</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>车门</string>
  28. </property>
  29. </widget>
  30. <widget class="QComboBox" name="comboBox_door">
  31. <property name="geometry">
  32. <rect>
  33. <x>230</x>
  34. <y>55</y>
  35. <width>141</width>
  36. <height>41</height>
  37. </rect>
  38. </property>
  39. </widget>
  40. <widget class="QComboBox" name="comboBox_MirrFold">
  41. <property name="geometry">
  42. <rect>
  43. <x>230</x>
  44. <y>120</y>
  45. <width>141</width>
  46. <height>41</height>
  47. </rect>
  48. </property>
  49. </widget>
  50. <widget class="QLabel" name="label_2">
  51. <property name="geometry">
  52. <rect>
  53. <x>70</x>
  54. <y>120</y>
  55. <width>111</width>
  56. <height>31</height>
  57. </rect>
  58. </property>
  59. <property name="text">
  60. <string>后视镜</string>
  61. </property>
  62. </widget>
  63. <widget class="QCheckBox" name="checkBox_AC">
  64. <property name="geometry">
  65. <rect>
  66. <x>70</x>
  67. <y>190</y>
  68. <width>92</width>
  69. <height>24</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>空调温度</string>
  74. </property>
  75. </widget>
  76. <widget class="QLineEdit" name="lineEdit_AC">
  77. <property name="geometry">
  78. <rect>
  79. <x>390</x>
  80. <y>190</y>
  81. <width>81</width>
  82. <height>41</height>
  83. </rect>
  84. </property>
  85. </widget>
  86. <widget class="QGroupBox" name="groupBox">
  87. <property name="geometry">
  88. <rect>
  89. <x>60</x>
  90. <y>240</y>
  91. <width>691</width>
  92. <height>221</height>
  93. </rect>
  94. </property>
  95. <property name="title">
  96. <string>车窗</string>
  97. </property>
  98. <widget class="QCheckBox" name="checkBox_Driver">
  99. <property name="geometry">
  100. <rect>
  101. <x>30</x>
  102. <y>60</y>
  103. <width>91</width>
  104. <height>41</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>驾驶位</string>
  109. </property>
  110. </widget>
  111. <widget class="QLineEdit" name="lineEdit_Driver">
  112. <property name="geometry">
  113. <rect>
  114. <x>265</x>
  115. <y>69</y>
  116. <width>61</width>
  117. <height>31</height>
  118. </rect>
  119. </property>
  120. </widget>
  121. <widget class="QCheckBox" name="checkBox_Passenger">
  122. <property name="geometry">
  123. <rect>
  124. <x>346</x>
  125. <y>60</y>
  126. <width>91</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string>副驾驶位</string>
  132. </property>
  133. </widget>
  134. <widget class="QLineEdit" name="lineEdit_Passenger">
  135. <property name="geometry">
  136. <rect>
  137. <x>606</x>
  138. <y>71</y>
  139. <width>61</width>
  140. <height>31</height>
  141. </rect>
  142. </property>
  143. </widget>
  144. <widget class="QCheckBox" name="checkBox_RightRear">
  145. <property name="geometry">
  146. <rect>
  147. <x>346</x>
  148. <y>125</y>
  149. <width>91</width>
  150. <height>41</height>
  151. </rect>
  152. </property>
  153. <property name="text">
  154. <string>右后</string>
  155. </property>
  156. </widget>
  157. <widget class="QCheckBox" name="checkBox_LeftRear">
  158. <property name="geometry">
  159. <rect>
  160. <x>30</x>
  161. <y>125</y>
  162. <width>91</width>
  163. <height>41</height>
  164. </rect>
  165. </property>
  166. <property name="text">
  167. <string>左后</string>
  168. </property>
  169. </widget>
  170. <widget class="QLineEdit" name="lineEdit_LeftRear">
  171. <property name="geometry">
  172. <rect>
  173. <x>264</x>
  174. <y>130</y>
  175. <width>61</width>
  176. <height>31</height>
  177. </rect>
  178. </property>
  179. </widget>
  180. <widget class="QLineEdit" name="lineEdit_RightRear">
  181. <property name="geometry">
  182. <rect>
  183. <x>606</x>
  184. <y>131</y>
  185. <width>61</width>
  186. <height>31</height>
  187. </rect>
  188. </property>
  189. </widget>
  190. <widget class="QSlider" name="horizontalSlider_Driver">
  191. <property name="geometry">
  192. <rect>
  193. <x>100</x>
  194. <y>78</y>
  195. <width>160</width>
  196. <height>16</height>
  197. </rect>
  198. </property>
  199. <property name="orientation">
  200. <enum>Qt::Horizontal</enum>
  201. </property>
  202. </widget>
  203. <widget class="QSlider" name="horizontalSlider_Passenger">
  204. <property name="geometry">
  205. <rect>
  206. <x>435</x>
  207. <y>80</y>
  208. <width>160</width>
  209. <height>16</height>
  210. </rect>
  211. </property>
  212. <property name="orientation">
  213. <enum>Qt::Horizontal</enum>
  214. </property>
  215. </widget>
  216. <widget class="QSlider" name="horizontalSlider_LeftRear">
  217. <property name="geometry">
  218. <rect>
  219. <x>99</x>
  220. <y>138</y>
  221. <width>160</width>
  222. <height>16</height>
  223. </rect>
  224. </property>
  225. <property name="orientation">
  226. <enum>Qt::Horizontal</enum>
  227. </property>
  228. </widget>
  229. <widget class="QSlider" name="horizontalSlider_RightRear">
  230. <property name="geometry">
  231. <rect>
  232. <x>434</x>
  233. <y>140</y>
  234. <width>160</width>
  235. <height>16</height>
  236. </rect>
  237. </property>
  238. <property name="orientation">
  239. <enum>Qt::Horizontal</enum>
  240. </property>
  241. </widget>
  242. </widget>
  243. <widget class="QPushButton" name="pushButton_Send">
  244. <property name="geometry">
  245. <rect>
  246. <x>595</x>
  247. <y>104</y>
  248. <width>151</width>
  249. <height>51</height>
  250. </rect>
  251. </property>
  252. <property name="text">
  253. <string>发送</string>
  254. </property>
  255. </widget>
  256. <widget class="QSlider" name="horizontalSlider_AC">
  257. <property name="geometry">
  258. <rect>
  259. <x>230</x>
  260. <y>200</y>
  261. <width>141</width>
  262. <height>20</height>
  263. </rect>
  264. </property>
  265. <property name="orientation">
  266. <enum>Qt::Horizontal</enum>
  267. </property>
  268. </widget>
  269. </widget>
  270. <widget class="QMenuBar" name="menubar">
  271. <property name="geometry">
  272. <rect>
  273. <x>0</x>
  274. <y>0</y>
  275. <width>837</width>
  276. <height>27</height>
  277. </rect>
  278. </property>
  279. </widget>
  280. <widget class="QStatusBar" name="statusbar"/>
  281. </widget>
  282. <resources/>
  283. <connections/>
  284. </ui>