trafficlightdialog.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TrafficLightDialog</class>
  4. <widget class="QDialog" name="TrafficLightDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1006</width>
  10. <height>556</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QComboBox" name="comboBox_Road">
  17. <property name="geometry">
  18. <rect>
  19. <x>170</x>
  20. <y>20</y>
  21. <width>231</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLabel" name="label">
  27. <property name="geometry">
  28. <rect>
  29. <x>30</x>
  30. <y>30</y>
  31. <width>67</width>
  32. <height>17</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>Road</string>
  37. </property>
  38. </widget>
  39. <widget class="QLabel" name="label_2">
  40. <property name="geometry">
  41. <rect>
  42. <x>172</x>
  43. <y>70</y>
  44. <width>70</width>
  45. <height>17</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>Length</string>
  50. </property>
  51. </widget>
  52. <widget class="QLineEdit" name="lineEdit_RoadLen">
  53. <property name="geometry">
  54. <rect>
  55. <x>270</x>
  56. <y>70</y>
  57. <width>113</width>
  58. <height>25</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. <widget class="QComboBox" name="comboBox_TrafficLIght">
  63. <property name="geometry">
  64. <rect>
  65. <x>170</x>
  66. <y>130</y>
  67. <width>261</width>
  68. <height>31</height>
  69. </rect>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label_3">
  73. <property name="geometry">
  74. <rect>
  75. <x>30</x>
  76. <y>140</y>
  77. <width>101</width>
  78. <height>17</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Traffic Light</string>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_4">
  86. <property name="geometry">
  87. <rect>
  88. <x>32</x>
  89. <y>220</y>
  90. <width>67</width>
  91. <height>17</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>s</string>
  96. </property>
  97. </widget>
  98. <widget class="QLineEdit" name="lineEdit_s">
  99. <property name="geometry">
  100. <rect>
  101. <x>120</x>
  102. <y>220</y>
  103. <width>113</width>
  104. <height>25</height>
  105. </rect>
  106. </property>
  107. </widget>
  108. <widget class="QLineEdit" name="lineEdit_t">
  109. <property name="geometry">
  110. <rect>
  111. <x>350</x>
  112. <y>220</y>
  113. <width>113</width>
  114. <height>25</height>
  115. </rect>
  116. </property>
  117. </widget>
  118. <widget class="QLineEdit" name="lineEdit_id">
  119. <property name="geometry">
  120. <rect>
  121. <x>570</x>
  122. <y>220</y>
  123. <width>113</width>
  124. <height>25</height>
  125. </rect>
  126. </property>
  127. </widget>
  128. <widget class="QLineEdit" name="lineEdit_name">
  129. <property name="geometry">
  130. <rect>
  131. <x>800</x>
  132. <y>220</y>
  133. <width>113</width>
  134. <height>25</height>
  135. </rect>
  136. </property>
  137. </widget>
  138. <widget class="QLineEdit" name="lineEdit_zOffset">
  139. <property name="geometry">
  140. <rect>
  141. <x>350</x>
  142. <y>270</y>
  143. <width>113</width>
  144. <height>25</height>
  145. </rect>
  146. </property>
  147. </widget>
  148. <widget class="QLineEdit" name="lineEdit_type">
  149. <property name="geometry">
  150. <rect>
  151. <x>570</x>
  152. <y>270</y>
  153. <width>113</width>
  154. <height>25</height>
  155. </rect>
  156. </property>
  157. </widget>
  158. <widget class="QLineEdit" name="lineEdit_country">
  159. <property name="geometry">
  160. <rect>
  161. <x>800</x>
  162. <y>267</y>
  163. <width>113</width>
  164. <height>25</height>
  165. </rect>
  166. </property>
  167. </widget>
  168. <widget class="QLineEdit" name="lineEdit_countryRevision">
  169. <property name="geometry">
  170. <rect>
  171. <x>120</x>
  172. <y>320</y>
  173. <width>113</width>
  174. <height>25</height>
  175. </rect>
  176. </property>
  177. </widget>
  178. <widget class="QLineEdit" name="lineEdit_subtype">
  179. <property name="geometry">
  180. <rect>
  181. <x>350</x>
  182. <y>320</y>
  183. <width>113</width>
  184. <height>25</height>
  185. </rect>
  186. </property>
  187. </widget>
  188. <widget class="QLineEdit" name="lineEdit_hOffset">
  189. <property name="geometry">
  190. <rect>
  191. <x>570</x>
  192. <y>320</y>
  193. <width>113</width>
  194. <height>25</height>
  195. </rect>
  196. </property>
  197. </widget>
  198. <widget class="QLineEdit" name="lineEdit_orientation">
  199. <property name="geometry">
  200. <rect>
  201. <x>800</x>
  202. <y>319</y>
  203. <width>113</width>
  204. <height>25</height>
  205. </rect>
  206. </property>
  207. </widget>
  208. <widget class="QLineEdit" name="lineEdit_pitch">
  209. <property name="geometry">
  210. <rect>
  211. <x>120</x>
  212. <y>370</y>
  213. <width>113</width>
  214. <height>25</height>
  215. </rect>
  216. </property>
  217. </widget>
  218. <widget class="QLineEdit" name="lineEdit_roll">
  219. <property name="geometry">
  220. <rect>
  221. <x>350</x>
  222. <y>370</y>
  223. <width>113</width>
  224. <height>25</height>
  225. </rect>
  226. </property>
  227. </widget>
  228. <widget class="QLabel" name="label_5">
  229. <property name="geometry">
  230. <rect>
  231. <x>250</x>
  232. <y>220</y>
  233. <width>67</width>
  234. <height>17</height>
  235. </rect>
  236. </property>
  237. <property name="text">
  238. <string>t</string>
  239. </property>
  240. </widget>
  241. <widget class="QLabel" name="label_6">
  242. <property name="geometry">
  243. <rect>
  244. <x>490</x>
  245. <y>220</y>
  246. <width>67</width>
  247. <height>17</height>
  248. </rect>
  249. </property>
  250. <property name="text">
  251. <string>id</string>
  252. </property>
  253. </widget>
  254. <widget class="QLabel" name="label_7">
  255. <property name="geometry">
  256. <rect>
  257. <x>720</x>
  258. <y>220</y>
  259. <width>67</width>
  260. <height>17</height>
  261. </rect>
  262. </property>
  263. <property name="text">
  264. <string>name</string>
  265. </property>
  266. </widget>
  267. <widget class="QLabel" name="label_8">
  268. <property name="geometry">
  269. <rect>
  270. <x>30</x>
  271. <y>272</y>
  272. <width>67</width>
  273. <height>17</height>
  274. </rect>
  275. </property>
  276. <property name="text">
  277. <string>dynamic</string>
  278. </property>
  279. </widget>
  280. <widget class="QLabel" name="label_9">
  281. <property name="geometry">
  282. <rect>
  283. <x>250</x>
  284. <y>270</y>
  285. <width>67</width>
  286. <height>17</height>
  287. </rect>
  288. </property>
  289. <property name="text">
  290. <string>zOffset</string>
  291. </property>
  292. </widget>
  293. <widget class="QLabel" name="label_10">
  294. <property name="geometry">
  295. <rect>
  296. <x>490</x>
  297. <y>270</y>
  298. <width>67</width>
  299. <height>17</height>
  300. </rect>
  301. </property>
  302. <property name="text">
  303. <string>type</string>
  304. </property>
  305. </widget>
  306. <widget class="QLabel" name="label_11">
  307. <property name="geometry">
  308. <rect>
  309. <x>720</x>
  310. <y>272</y>
  311. <width>67</width>
  312. <height>17</height>
  313. </rect>
  314. </property>
  315. <property name="text">
  316. <string>country</string>
  317. </property>
  318. </widget>
  319. <widget class="QLabel" name="label_12">
  320. <property name="geometry">
  321. <rect>
  322. <x>30</x>
  323. <y>323</y>
  324. <width>67</width>
  325. <height>17</height>
  326. </rect>
  327. </property>
  328. <property name="text">
  329. <string>Revision</string>
  330. </property>
  331. </widget>
  332. <widget class="QLabel" name="label_13">
  333. <property name="geometry">
  334. <rect>
  335. <x>250</x>
  336. <y>320</y>
  337. <width>67</width>
  338. <height>17</height>
  339. </rect>
  340. </property>
  341. <property name="text">
  342. <string>subtype</string>
  343. </property>
  344. </widget>
  345. <widget class="QLabel" name="label_14">
  346. <property name="geometry">
  347. <rect>
  348. <x>490</x>
  349. <y>320</y>
  350. <width>67</width>
  351. <height>17</height>
  352. </rect>
  353. </property>
  354. <property name="text">
  355. <string>hOffset</string>
  356. </property>
  357. </widget>
  358. <widget class="QLabel" name="label_15">
  359. <property name="geometry">
  360. <rect>
  361. <x>720</x>
  362. <y>322</y>
  363. <width>80</width>
  364. <height>17</height>
  365. </rect>
  366. </property>
  367. <property name="text">
  368. <string>orientation</string>
  369. </property>
  370. </widget>
  371. <widget class="QLabel" name="label_16">
  372. <property name="geometry">
  373. <rect>
  374. <x>30</x>
  375. <y>370</y>
  376. <width>67</width>
  377. <height>17</height>
  378. </rect>
  379. </property>
  380. <property name="text">
  381. <string>pitch</string>
  382. </property>
  383. </widget>
  384. <widget class="QLabel" name="label_17">
  385. <property name="geometry">
  386. <rect>
  387. <x>250</x>
  388. <y>371</y>
  389. <width>67</width>
  390. <height>17</height>
  391. </rect>
  392. </property>
  393. <property name="text">
  394. <string>roll</string>
  395. </property>
  396. </widget>
  397. <widget class="QLineEdit" name="lineEdit_height">
  398. <property name="geometry">
  399. <rect>
  400. <x>570</x>
  401. <y>370</y>
  402. <width>113</width>
  403. <height>25</height>
  404. </rect>
  405. </property>
  406. </widget>
  407. <widget class="QLineEdit" name="lineEdit_width">
  408. <property name="geometry">
  409. <rect>
  410. <x>800</x>
  411. <y>370</y>
  412. <width>113</width>
  413. <height>25</height>
  414. </rect>
  415. </property>
  416. </widget>
  417. <widget class="QLabel" name="label_18">
  418. <property name="geometry">
  419. <rect>
  420. <x>490</x>
  421. <y>372</y>
  422. <width>67</width>
  423. <height>17</height>
  424. </rect>
  425. </property>
  426. <property name="text">
  427. <string>height</string>
  428. </property>
  429. </widget>
  430. <widget class="QLabel" name="label_19">
  431. <property name="geometry">
  432. <rect>
  433. <x>720</x>
  434. <y>372</y>
  435. <width>67</width>
  436. <height>17</height>
  437. </rect>
  438. </property>
  439. <property name="text">
  440. <string>width</string>
  441. </property>
  442. </widget>
  443. <widget class="QComboBox" name="comboBox_dynamic">
  444. <property name="geometry">
  445. <rect>
  446. <x>120</x>
  447. <y>270</y>
  448. <width>111</width>
  449. <height>25</height>
  450. </rect>
  451. </property>
  452. </widget>
  453. <widget class="QPushButton" name="pushButton_Add">
  454. <property name="geometry">
  455. <rect>
  456. <x>540</x>
  457. <y>135</y>
  458. <width>89</width>
  459. <height>25</height>
  460. </rect>
  461. </property>
  462. <property name="text">
  463. <string>Add</string>
  464. </property>
  465. </widget>
  466. <widget class="QPushButton" name="pushButton_Delete">
  467. <property name="geometry">
  468. <rect>
  469. <x>715</x>
  470. <y>135</y>
  471. <width>89</width>
  472. <height>25</height>
  473. </rect>
  474. </property>
  475. <property name="text">
  476. <string>Delete</string>
  477. </property>
  478. </widget>
  479. <widget class="QPushButton" name="pushButton_Update">
  480. <property name="geometry">
  481. <rect>
  482. <x>400</x>
  483. <y>500</y>
  484. <width>89</width>
  485. <height>25</height>
  486. </rect>
  487. </property>
  488. <property name="text">
  489. <string>Update</string>
  490. </property>
  491. </widget>
  492. <widget class="QPushButton" name="pushButton_EditlaneValidity">
  493. <property name="geometry">
  494. <rect>
  495. <x>170</x>
  496. <y>430</y>
  497. <width>191</width>
  498. <height>25</height>
  499. </rect>
  500. </property>
  501. <property name="text">
  502. <string>Edit Lane Validity</string>
  503. </property>
  504. </widget>
  505. <widget class="QPushButton" name="pushButton_EditinertialPosition">
  506. <property name="geometry">
  507. <rect>
  508. <x>620</x>
  509. <y>430</y>
  510. <width>221</width>
  511. <height>25</height>
  512. </rect>
  513. </property>
  514. <property name="text">
  515. <string>Edit InertialPosition</string>
  516. </property>
  517. </widget>
  518. </widget>
  519. <resources/>
  520. <connections/>
  521. </ui>