dialoglaneoffset.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogLaneOffset</class>
  4. <widget class="QDialog" name="DialogLaneOffset">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>891</width>
  10. <height>470</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QComboBox" name="comboBox_laneoffset">
  17. <property name="geometry">
  18. <rect>
  19. <x>340</x>
  20. <y>20</y>
  21. <width>231</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLabel" name="label">
  27. <property name="geometry">
  28. <rect>
  29. <x>50</x>
  30. <y>90</y>
  31. <width>71</width>
  32. <height>41</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>soffset</string>
  37. </property>
  38. </widget>
  39. <widget class="QLineEdit" name="lineEdit_s">
  40. <property name="geometry">
  41. <rect>
  42. <x>140</x>
  43. <y>90</y>
  44. <width>141</width>
  45. <height>41</height>
  46. </rect>
  47. </property>
  48. </widget>
  49. <widget class="QLineEdit" name="lineEdit_a">
  50. <property name="geometry">
  51. <rect>
  52. <x>440</x>
  53. <y>90</y>
  54. <width>141</width>
  55. <height>41</height>
  56. </rect>
  57. </property>
  58. </widget>
  59. <widget class="QLabel" name="label_2">
  60. <property name="geometry">
  61. <rect>
  62. <x>360</x>
  63. <y>90</y>
  64. <width>71</width>
  65. <height>41</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>a</string>
  70. </property>
  71. </widget>
  72. <widget class="QLineEdit" name="lineEdit_b">
  73. <property name="geometry">
  74. <rect>
  75. <x>710</x>
  76. <y>90</y>
  77. <width>141</width>
  78. <height>41</height>
  79. </rect>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="label_3">
  83. <property name="geometry">
  84. <rect>
  85. <x>630</x>
  86. <y>90</y>
  87. <width>71</width>
  88. <height>41</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>b</string>
  93. </property>
  94. </widget>
  95. <widget class="QLineEdit" name="lineEdit_c">
  96. <property name="geometry">
  97. <rect>
  98. <x>140</x>
  99. <y>170</y>
  100. <width>141</width>
  101. <height>41</height>
  102. </rect>
  103. </property>
  104. </widget>
  105. <widget class="QLabel" name="label_4">
  106. <property name="geometry">
  107. <rect>
  108. <x>50</x>
  109. <y>170</y>
  110. <width>71</width>
  111. <height>41</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string>c</string>
  116. </property>
  117. </widget>
  118. <widget class="QLineEdit" name="lineEdit_d">
  119. <property name="geometry">
  120. <rect>
  121. <x>440</x>
  122. <y>170</y>
  123. <width>141</width>
  124. <height>41</height>
  125. </rect>
  126. </property>
  127. </widget>
  128. <widget class="QLabel" name="label_5">
  129. <property name="geometry">
  130. <rect>
  131. <x>360</x>
  132. <y>170</y>
  133. <width>71</width>
  134. <height>41</height>
  135. </rect>
  136. </property>
  137. <property name="text">
  138. <string>d</string>
  139. </property>
  140. </widget>
  141. <widget class="QPushButton" name="pushButton_AddLaneOffset">
  142. <property name="geometry">
  143. <rect>
  144. <x>110</x>
  145. <y>290</y>
  146. <width>131</width>
  147. <height>51</height>
  148. </rect>
  149. </property>
  150. <property name="text">
  151. <string>Add</string>
  152. </property>
  153. </widget>
  154. <widget class="QPushButton" name="pushButton_DeleteLaneOffset">
  155. <property name="geometry">
  156. <rect>
  157. <x>370</x>
  158. <y>290</y>
  159. <width>131</width>
  160. <height>51</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>Delete</string>
  165. </property>
  166. </widget>
  167. <widget class="QPushButton" name="pushButton_ChangeLaneOffset">
  168. <property name="geometry">
  169. <rect>
  170. <x>640</x>
  171. <y>290</y>
  172. <width>131</width>
  173. <height>51</height>
  174. </rect>
  175. </property>
  176. <property name="text">
  177. <string>Change</string>
  178. </property>
  179. </widget>
  180. </widget>
  181. <resources/>
  182. <connections/>
  183. </ui>