dialogeditlane.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogEditLane</class>
  4. <widget class="QDialog" name="DialogEditLane">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>721</width>
  10. <height>442</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>30</x>
  20. <y>30</y>
  21. <width>151</width>
  22. <height>21</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Lane Section</string>
  27. </property>
  28. </widget>
  29. <widget class="QComboBox" name="comboBox_LaneSection">
  30. <property name="geometry">
  31. <rect>
  32. <x>160</x>
  33. <y>20</y>
  34. <width>221</width>
  35. <height>41</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QLabel" name="label_2">
  40. <property name="geometry">
  41. <rect>
  42. <x>30</x>
  43. <y>90</y>
  44. <width>67</width>
  45. <height>17</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>Lane</string>
  50. </property>
  51. </widget>
  52. <widget class="QComboBox" name="comboBox_Lane">
  53. <property name="geometry">
  54. <rect>
  55. <x>160</x>
  56. <y>80</y>
  57. <width>221</width>
  58. <height>41</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="pushButton_AddLaneWidth">
  63. <property name="geometry">
  64. <rect>
  65. <x>40</x>
  66. <y>380</y>
  67. <width>181</width>
  68. <height>31</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>Add Lane Width</string>
  73. </property>
  74. </widget>
  75. <widget class="QPushButton" name="pushButton_ChangeLaneWidth">
  76. <property name="geometry">
  77. <rect>
  78. <x>280</x>
  79. <y>380</y>
  80. <width>171</width>
  81. <height>31</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>Change Lane Width</string>
  86. </property>
  87. </widget>
  88. <widget class="QPushButton" name="pushButton_DeleteLaneWidth">
  89. <property name="geometry">
  90. <rect>
  91. <x>513</x>
  92. <y>380</y>
  93. <width>181</width>
  94. <height>31</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>Delete Lane Width</string>
  99. </property>
  100. </widget>
  101. <widget class="QLabel" name="label_3">
  102. <property name="geometry">
  103. <rect>
  104. <x>30</x>
  105. <y>150</y>
  106. <width>67</width>
  107. <height>17</height>
  108. </rect>
  109. </property>
  110. <property name="text">
  111. <string>Width</string>
  112. </property>
  113. </widget>
  114. <widget class="QComboBox" name="comboBox_Width">
  115. <property name="geometry">
  116. <rect>
  117. <x>160</x>
  118. <y>140</y>
  119. <width>221</width>
  120. <height>41</height>
  121. </rect>
  122. </property>
  123. </widget>
  124. <widget class="QLineEdit" name="lineEdit_sOffset">
  125. <property name="geometry">
  126. <rect>
  127. <x>120</x>
  128. <y>200</y>
  129. <width>111</width>
  130. <height>31</height>
  131. </rect>
  132. </property>
  133. </widget>
  134. <widget class="QLineEdit" name="lineEdit_a">
  135. <property name="geometry">
  136. <rect>
  137. <x>350</x>
  138. <y>200</y>
  139. <width>111</width>
  140. <height>31</height>
  141. </rect>
  142. </property>
  143. </widget>
  144. <widget class="QLineEdit" name="lineEdit_b">
  145. <property name="geometry">
  146. <rect>
  147. <x>570</x>
  148. <y>200</y>
  149. <width>111</width>
  150. <height>31</height>
  151. </rect>
  152. </property>
  153. </widget>
  154. <widget class="QLineEdit" name="lineEdit_c">
  155. <property name="geometry">
  156. <rect>
  157. <x>120</x>
  158. <y>250</y>
  159. <width>111</width>
  160. <height>31</height>
  161. </rect>
  162. </property>
  163. </widget>
  164. <widget class="QLineEdit" name="lineEdit_d">
  165. <property name="geometry">
  166. <rect>
  167. <x>350</x>
  168. <y>250</y>
  169. <width>111</width>
  170. <height>31</height>
  171. </rect>
  172. </property>
  173. </widget>
  174. <widget class="QLabel" name="label_4">
  175. <property name="geometry">
  176. <rect>
  177. <x>33</x>
  178. <y>207</y>
  179. <width>91</width>
  180. <height>21</height>
  181. </rect>
  182. </property>
  183. <property name="text">
  184. <string>sOffset</string>
  185. </property>
  186. </widget>
  187. <widget class="QLabel" name="label_5">
  188. <property name="geometry">
  189. <rect>
  190. <x>310</x>
  191. <y>204</y>
  192. <width>31</width>
  193. <height>21</height>
  194. </rect>
  195. </property>
  196. <property name="text">
  197. <string>a</string>
  198. </property>
  199. </widget>
  200. <widget class="QLabel" name="label_6">
  201. <property name="geometry">
  202. <rect>
  203. <x>529</x>
  204. <y>206</y>
  205. <width>41</width>
  206. <height>21</height>
  207. </rect>
  208. </property>
  209. <property name="text">
  210. <string>b</string>
  211. </property>
  212. </widget>
  213. <widget class="QLabel" name="label_7">
  214. <property name="geometry">
  215. <rect>
  216. <x>80</x>
  217. <y>258</y>
  218. <width>31</width>
  219. <height>17</height>
  220. </rect>
  221. </property>
  222. <property name="text">
  223. <string>c</string>
  224. </property>
  225. </widget>
  226. <widget class="QLabel" name="label_8">
  227. <property name="geometry">
  228. <rect>
  229. <x>309</x>
  230. <y>257</y>
  231. <width>31</width>
  232. <height>17</height>
  233. </rect>
  234. </property>
  235. <property name="text">
  236. <string>d</string>
  237. </property>
  238. </widget>
  239. <widget class="QPushButton" name="pushButton_AddLeftLane">
  240. <property name="geometry">
  241. <rect>
  242. <x>40</x>
  243. <y>320</y>
  244. <width>181</width>
  245. <height>31</height>
  246. </rect>
  247. </property>
  248. <property name="text">
  249. <string>Add Left Lane</string>
  250. </property>
  251. </widget>
  252. <widget class="QPushButton" name="pushButton_AddRIghtLane">
  253. <property name="geometry">
  254. <rect>
  255. <x>280</x>
  256. <y>320</y>
  257. <width>171</width>
  258. <height>31</height>
  259. </rect>
  260. </property>
  261. <property name="text">
  262. <string>Add Right Lane</string>
  263. </property>
  264. </widget>
  265. <widget class="QPushButton" name="pushButton_DeleteLane">
  266. <property name="geometry">
  267. <rect>
  268. <x>513</x>
  269. <y>320</y>
  270. <width>181</width>
  271. <height>31</height>
  272. </rect>
  273. </property>
  274. <property name="text">
  275. <string>Delete Lane</string>
  276. </property>
  277. </widget>
  278. <widget class="QLabel" name="label_9">
  279. <property name="geometry">
  280. <rect>
  281. <x>420</x>
  282. <y>90</y>
  283. <width>67</width>
  284. <height>17</height>
  285. </rect>
  286. </property>
  287. <property name="text">
  288. <string>Type</string>
  289. </property>
  290. </widget>
  291. <widget class="QComboBox" name="comboBox_LaneType">
  292. <property name="geometry">
  293. <rect>
  294. <x>480</x>
  295. <y>80</y>
  296. <width>221</width>
  297. <height>41</height>
  298. </rect>
  299. </property>
  300. </widget>
  301. </widget>
  302. <resources/>
  303. <connections/>
  304. </ui>