dialogeditroadmark.ui 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogEditRoadMark</class>
  4. <widget class="QDialog" name="DialogEditRoadMark">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>746</width>
  10. <height>423</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label_4">
  17. <property name="geometry">
  18. <rect>
  19. <x>33</x>
  20. <y>213</y>
  21. <width>91</width>
  22. <height>21</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>sOffset</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_8">
  30. <property name="geometry">
  31. <rect>
  32. <x>249</x>
  33. <y>263</y>
  34. <width>91</width>
  35. <height>20</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>laneChange</string>
  40. </property>
  41. </widget>
  42. <widget class="QPushButton" name="pushButton_DeleteLaneRoadMark">
  43. <property name="geometry">
  44. <rect>
  45. <x>513</x>
  46. <y>337</y>
  47. <width>181</width>
  48. <height>31</height>
  49. </rect>
  50. </property>
  51. <property name="text">
  52. <string>Delete Lane RoadMark</string>
  53. </property>
  54. </widget>
  55. <widget class="QLabel" name="label_7">
  56. <property name="geometry">
  57. <rect>
  58. <x>30</x>
  59. <y>264</y>
  60. <width>81</width>
  61. <height>20</height>
  62. </rect>
  63. </property>
  64. <property name="text">
  65. <string>width</string>
  66. </property>
  67. </widget>
  68. <widget class="QLineEdit" name="lineEdit_sOffset">
  69. <property name="geometry">
  70. <rect>
  71. <x>120</x>
  72. <y>206</y>
  73. <width>111</width>
  74. <height>31</height>
  75. </rect>
  76. </property>
  77. </widget>
  78. <widget class="QPushButton" name="pushButton_AddLaneRoadMark">
  79. <property name="geometry">
  80. <rect>
  81. <x>40</x>
  82. <y>337</y>
  83. <width>181</width>
  84. <height>31</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>Add Lane RoadMark</string>
  89. </property>
  90. </widget>
  91. <widget class="QComboBox" name="comboBox_Lane">
  92. <property name="geometry">
  93. <rect>
  94. <x>160</x>
  95. <y>86</y>
  96. <width>221</width>
  97. <height>41</height>
  98. </rect>
  99. </property>
  100. </widget>
  101. <widget class="QComboBox" name="comboBox_MarkType">
  102. <property name="geometry">
  103. <rect>
  104. <x>480</x>
  105. <y>146</y>
  106. <width>221</width>
  107. <height>41</height>
  108. </rect>
  109. </property>
  110. </widget>
  111. <widget class="QLabel" name="label_9">
  112. <property name="geometry">
  113. <rect>
  114. <x>420</x>
  115. <y>155</y>
  116. <width>67</width>
  117. <height>17</height>
  118. </rect>
  119. </property>
  120. <property name="text">
  121. <string>Type</string>
  122. </property>
  123. </widget>
  124. <widget class="QLabel" name="label_2">
  125. <property name="geometry">
  126. <rect>
  127. <x>30</x>
  128. <y>96</y>
  129. <width>67</width>
  130. <height>17</height>
  131. </rect>
  132. </property>
  133. <property name="text">
  134. <string>Lane</string>
  135. </property>
  136. </widget>
  137. <widget class="QLineEdit" name="lineEdit_width">
  138. <property name="geometry">
  139. <rect>
  140. <x>120</x>
  141. <y>256</y>
  142. <width>111</width>
  143. <height>31</height>
  144. </rect>
  145. </property>
  146. </widget>
  147. <widget class="QLabel" name="label_3">
  148. <property name="geometry">
  149. <rect>
  150. <x>30</x>
  151. <y>156</y>
  152. <width>81</width>
  153. <height>17</height>
  154. </rect>
  155. </property>
  156. <property name="text">
  157. <string>roadMark</string>
  158. </property>
  159. </widget>
  160. <widget class="QLabel" name="label">
  161. <property name="geometry">
  162. <rect>
  163. <x>30</x>
  164. <y>36</y>
  165. <width>151</width>
  166. <height>21</height>
  167. </rect>
  168. </property>
  169. <property name="text">
  170. <string>Lane Section</string>
  171. </property>
  172. </widget>
  173. <widget class="QPushButton" name="pushButton_ChangeLaneRoadMark">
  174. <property name="geometry">
  175. <rect>
  176. <x>280</x>
  177. <y>337</y>
  178. <width>171</width>
  179. <height>31</height>
  180. </rect>
  181. </property>
  182. <property name="text">
  183. <string>Change Lane RoadMark</string>
  184. </property>
  185. </widget>
  186. <widget class="QComboBox" name="comboBox_LaneSection">
  187. <property name="geometry">
  188. <rect>
  189. <x>160</x>
  190. <y>26</y>
  191. <width>221</width>
  192. <height>41</height>
  193. </rect>
  194. </property>
  195. </widget>
  196. <widget class="QLabel" name="label_6">
  197. <property name="geometry">
  198. <rect>
  199. <x>499</x>
  200. <y>212</y>
  201. <width>71</width>
  202. <height>21</height>
  203. </rect>
  204. </property>
  205. <property name="text">
  206. <string>color</string>
  207. </property>
  208. </widget>
  209. <widget class="QComboBox" name="comboBox_Mark">
  210. <property name="geometry">
  211. <rect>
  212. <x>160</x>
  213. <y>146</y>
  214. <width>221</width>
  215. <height>41</height>
  216. </rect>
  217. </property>
  218. </widget>
  219. <widget class="QLabel" name="label_5">
  220. <property name="geometry">
  221. <rect>
  222. <x>250</x>
  223. <y>210</y>
  224. <width>91</width>
  225. <height>21</height>
  226. </rect>
  227. </property>
  228. <property name="text">
  229. <string>weight</string>
  230. </property>
  231. </widget>
  232. <widget class="QComboBox" name="comboBox_weight">
  233. <property name="geometry">
  234. <rect>
  235. <x>350</x>
  236. <y>210</y>
  237. <width>131</width>
  238. <height>31</height>
  239. </rect>
  240. </property>
  241. </widget>
  242. <widget class="QComboBox" name="comboBox_color">
  243. <property name="geometry">
  244. <rect>
  245. <x>570</x>
  246. <y>210</y>
  247. <width>141</width>
  248. <height>31</height>
  249. </rect>
  250. </property>
  251. </widget>
  252. <widget class="QComboBox" name="comboBox_laneChange">
  253. <property name="geometry">
  254. <rect>
  255. <x>350</x>
  256. <y>260</y>
  257. <width>131</width>
  258. <height>31</height>
  259. </rect>
  260. </property>
  261. </widget>
  262. </widget>
  263. <resources/>
  264. <connections/>
  265. </ui>