mainwindow.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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>1280</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QComboBox" name="comboBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>40</x>
  21. <y>20</y>
  22. <width>221</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QLabel" name="label">
  28. <property name="geometry">
  29. <rect>
  30. <x>40</x>
  31. <y>90</y>
  32. <width>101</width>
  33. <height>31</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>GPS:</string>
  38. </property>
  39. </widget>
  40. <widget class="QPlainTextEdit" name="plainTextEdit">
  41. <property name="geometry">
  42. <rect>
  43. <x>40</x>
  44. <y>130</y>
  45. <width>350</width>
  46. <height>600</height>
  47. </rect>
  48. </property>
  49. </widget>
  50. <widget class="QPlainTextEdit" name="plainTextEdit_brainstate">
  51. <property name="geometry">
  52. <rect>
  53. <x>460</x>
  54. <y>130</y>
  55. <width>350</width>
  56. <height>261</height>
  57. </rect>
  58. </property>
  59. </widget>
  60. <widget class="QPlainTextEdit" name="plainTextEdit_decision">
  61. <property name="geometry">
  62. <rect>
  63. <x>860</x>
  64. <y>130</y>
  65. <width>350</width>
  66. <height>600</height>
  67. </rect>
  68. </property>
  69. </widget>
  70. <widget class="QLabel" name="label_2">
  71. <property name="geometry">
  72. <rect>
  73. <x>460</x>
  74. <y>90</y>
  75. <width>101</width>
  76. <height>31</height>
  77. </rect>
  78. </property>
  79. <property name="text">
  80. <string>BrainState:</string>
  81. </property>
  82. </widget>
  83. <widget class="QLabel" name="label_3">
  84. <property name="geometry">
  85. <rect>
  86. <x>860</x>
  87. <y>90</y>
  88. <width>101</width>
  89. <height>31</height>
  90. </rect>
  91. </property>
  92. <property name="text">
  93. <string>Decision:</string>
  94. </property>
  95. </widget>
  96. <widget class="QLabel" name="label_4">
  97. <property name="geometry">
  98. <rect>
  99. <x>460</x>
  100. <y>410</y>
  101. <width>101</width>
  102. <height>31</height>
  103. </rect>
  104. </property>
  105. <property name="text">
  106. <string>CarState:</string>
  107. </property>
  108. </widget>
  109. <widget class="QPlainTextEdit" name="plainTextEdit_carstate">
  110. <property name="geometry">
  111. <rect>
  112. <x>460</x>
  113. <y>450</y>
  114. <width>350</width>
  115. <height>261</height>
  116. </rect>
  117. </property>
  118. </widget>
  119. <widget class="QLabel" name="label_5">
  120. <property name="geometry">
  121. <rect>
  122. <x>333</x>
  123. <y>9</y>
  124. <width>131</width>
  125. <height>31</height>
  126. </rect>
  127. </property>
  128. <property name="text">
  129. <string>Latency(ms):</string>
  130. </property>
  131. </widget>
  132. <widget class="QLineEdit" name="lineEdit_latency">
  133. <property name="geometry">
  134. <rect>
  135. <x>443</x>
  136. <y>9</y>
  137. <width>113</width>
  138. <height>31</height>
  139. </rect>
  140. </property>
  141. </widget>
  142. <widget class="QLineEdit" name="lineEdit_groupid">
  143. <property name="geometry">
  144. <rect>
  145. <x>720</x>
  146. <y>10</y>
  147. <width>113</width>
  148. <height>31</height>
  149. </rect>
  150. </property>
  151. </widget>
  152. <widget class="QLabel" name="label_6">
  153. <property name="geometry">
  154. <rect>
  155. <x>610</x>
  156. <y>10</y>
  157. <width>131</width>
  158. <height>31</height>
  159. </rect>
  160. </property>
  161. <property name="text">
  162. <string>groupid:</string>
  163. </property>
  164. </widget>
  165. <widget class="QLineEdit" name="lineEdit_intragroupid">
  166. <property name="geometry">
  167. <rect>
  168. <x>1000</x>
  169. <y>10</y>
  170. <width>113</width>
  171. <height>31</height>
  172. </rect>
  173. </property>
  174. </widget>
  175. <widget class="QLabel" name="label_7">
  176. <property name="geometry">
  177. <rect>
  178. <x>890</x>
  179. <y>10</y>
  180. <width>131</width>
  181. <height>31</height>
  182. </rect>
  183. </property>
  184. <property name="text">
  185. <string>Intragroupid:</string>
  186. </property>
  187. </widget>
  188. </widget>
  189. <widget class="QMenuBar" name="menubar">
  190. <property name="geometry">
  191. <rect>
  192. <x>0</x>
  193. <y>0</y>
  194. <width>1280</width>
  195. <height>28</height>
  196. </rect>
  197. </property>
  198. <widget class="QMenu" name="menuHelp">
  199. <property name="title">
  200. <string>File</string>
  201. </property>
  202. <addaction name="actionSetting"/>
  203. </widget>
  204. <addaction name="menuHelp"/>
  205. </widget>
  206. <widget class="QStatusBar" name="statusbar"/>
  207. <action name="actionSetting">
  208. <property name="text">
  209. <string>Setting</string>
  210. </property>
  211. </action>
  212. </widget>
  213. <resources/>
  214. <connections/>
  215. </ui>