mainwindow.ui 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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>866</width>
  10. <height>664</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPlainTextEdit" name="plainTextEdit">
  18. <property name="geometry">
  19. <rect>
  20. <x>50</x>
  21. <y>270</y>
  22. <width>531</width>
  23. <height>311</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QCheckBox" name="checkBox">
  28. <property name="geometry">
  29. <rect>
  30. <x>540</x>
  31. <y>120</y>
  32. <width>211</width>
  33. <height>61</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>Enable</string>
  38. </property>
  39. </widget>
  40. <widget class="QLabel" name="label">
  41. <property name="geometry">
  42. <rect>
  43. <x>60</x>
  44. <y>35</y>
  45. <width>111</width>
  46. <height>41</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Torque</string>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="lineEdit_Torque">
  54. <property name="geometry">
  55. <rect>
  56. <x>200</x>
  57. <y>30</y>
  58. <width>181</width>
  59. <height>51</height>
  60. </rect>
  61. </property>
  62. </widget>
  63. <widget class="QPushButton" name="pushButton_ClearRecord">
  64. <property name="geometry">
  65. <rect>
  66. <x>620</x>
  67. <y>296</y>
  68. <width>161</width>
  69. <height>51</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>Clear Record</string>
  74. </property>
  75. </widget>
  76. <widget class="QPushButton" name="pushButton_SaveRecord">
  77. <property name="geometry">
  78. <rect>
  79. <x>620</x>
  80. <y>506</y>
  81. <width>161</width>
  82. <height>51</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>Save Record</string>
  87. </property>
  88. </widget>
  89. <widget class="QLabel" name="label_2">
  90. <property name="geometry">
  91. <rect>
  92. <x>450</x>
  93. <y>44</y>
  94. <width>111</width>
  95. <height>31</height>
  96. </rect>
  97. </property>
  98. <property name="text">
  99. <string>Brake</string>
  100. </property>
  101. </widget>
  102. <widget class="QLineEdit" name="lineEdit_Brake">
  103. <property name="geometry">
  104. <rect>
  105. <x>550</x>
  106. <y>31</y>
  107. <width>181</width>
  108. <height>51</height>
  109. </rect>
  110. </property>
  111. </widget>
  112. <widget class="QLabel" name="label_3">
  113. <property name="geometry">
  114. <rect>
  115. <x>60</x>
  116. <y>110</y>
  117. <width>131</width>
  118. <height>21</height>
  119. </rect>
  120. </property>
  121. <property name="text">
  122. <string>速度上限值(km/h)</string>
  123. </property>
  124. </widget>
  125. <widget class="QLineEdit" name="lineEdit_speedlimit">
  126. <property name="geometry">
  127. <rect>
  128. <x>200</x>
  129. <y>100</y>
  130. <width>131</width>
  131. <height>31</height>
  132. </rect>
  133. </property>
  134. </widget>
  135. <widget class="QLabel" name="label_4">
  136. <property name="geometry">
  137. <rect>
  138. <x>60</x>
  139. <y>156</y>
  140. <width>111</width>
  141. <height>31</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>超限发送扭矩</string>
  146. </property>
  147. </widget>
  148. <widget class="QLineEdit" name="lineEdit_torqueatlimit">
  149. <property name="geometry">
  150. <rect>
  151. <x>198</x>
  152. <y>157</y>
  153. <width>131</width>
  154. <height>31</height>
  155. </rect>
  156. </property>
  157. </widget>
  158. <widget class="QLabel" name="label_5">
  159. <property name="geometry">
  160. <rect>
  161. <x>60</x>
  162. <y>210</y>
  163. <width>131</width>
  164. <height>30</height>
  165. </rect>
  166. </property>
  167. <property name="text">
  168. <string>起步扭矩</string>
  169. </property>
  170. </widget>
  171. <widget class="QLineEdit" name="lineEdit_TorqueStart">
  172. <property name="geometry">
  173. <rect>
  174. <x>200</x>
  175. <y>210</y>
  176. <width>131</width>
  177. <height>31</height>
  178. </rect>
  179. </property>
  180. </widget>
  181. </widget>
  182. <widget class="QMenuBar" name="menubar">
  183. <property name="geometry">
  184. <rect>
  185. <x>0</x>
  186. <y>0</y>
  187. <width>866</width>
  188. <height>28</height>
  189. </rect>
  190. </property>
  191. </widget>
  192. <widget class="QStatusBar" name="statusbar"/>
  193. </widget>
  194. <resources/>
  195. <connections/>
  196. </ui>