dialogroadobject_outline_cornerroad.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogRoadObject_Outline_cornerRoad</class>
  4. <widget class="QDialog" name="DialogRoadObject_Outline_cornerRoad">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>607</width>
  10. <height>359</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label_corner">
  17. <property name="geometry">
  18. <rect>
  19. <x>50</x>
  20. <y>22</y>
  21. <width>121</width>
  22. <height>41</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>cornerRoad</string>
  27. </property>
  28. </widget>
  29. <widget class="QComboBox" name="comboBox_corner">
  30. <property name="geometry">
  31. <rect>
  32. <x>195</x>
  33. <y>22</y>
  34. <width>201</width>
  35. <height>41</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QLabel" name="label_s">
  40. <property name="geometry">
  41. <rect>
  42. <x>40</x>
  43. <y>86</y>
  44. <width>71</width>
  45. <height>31</height>
  46. </rect>
  47. </property>
  48. <property name="text">
  49. <string>s</string>
  50. </property>
  51. </widget>
  52. <widget class="QLineEdit" name="lineEdit_s">
  53. <property name="geometry">
  54. <rect>
  55. <x>130</x>
  56. <y>86</y>
  57. <width>141</width>
  58. <height>41</height>
  59. </rect>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="label_t">
  63. <property name="geometry">
  64. <rect>
  65. <x>340</x>
  66. <y>86</y>
  67. <width>71</width>
  68. <height>31</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>t</string>
  73. </property>
  74. </widget>
  75. <widget class="QLineEdit" name="lineEdit_t">
  76. <property name="geometry">
  77. <rect>
  78. <x>430</x>
  79. <y>86</y>
  80. <width>141</width>
  81. <height>41</height>
  82. </rect>
  83. </property>
  84. </widget>
  85. <widget class="QLabel" name="label_dz">
  86. <property name="geometry">
  87. <rect>
  88. <x>40</x>
  89. <y>149</y>
  90. <width>71</width>
  91. <height>31</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>dz</string>
  96. </property>
  97. </widget>
  98. <widget class="QLineEdit" name="lineEdit_dz">
  99. <property name="geometry">
  100. <rect>
  101. <x>130</x>
  102. <y>149</y>
  103. <width>141</width>
  104. <height>41</height>
  105. </rect>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="label_5">
  109. <property name="geometry">
  110. <rect>
  111. <x>340</x>
  112. <y>149</y>
  113. <width>71</width>
  114. <height>31</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string>height</string>
  119. </property>
  120. </widget>
  121. <widget class="QLineEdit" name="lineEdit_height">
  122. <property name="geometry">
  123. <rect>
  124. <x>430</x>
  125. <y>149</y>
  126. <width>141</width>
  127. <height>41</height>
  128. </rect>
  129. </property>
  130. </widget>
  131. <widget class="QLabel" name="label_6">
  132. <property name="geometry">
  133. <rect>
  134. <x>40</x>
  135. <y>216</y>
  136. <width>71</width>
  137. <height>31</height>
  138. </rect>
  139. </property>
  140. <property name="text">
  141. <string>id</string>
  142. </property>
  143. </widget>
  144. <widget class="QLineEdit" name="lineEdit_id">
  145. <property name="geometry">
  146. <rect>
  147. <x>130</x>
  148. <y>216</y>
  149. <width>141</width>
  150. <height>41</height>
  151. </rect>
  152. </property>
  153. </widget>
  154. <widget class="QPushButton" name="pushButton_Add">
  155. <property name="geometry">
  156. <rect>
  157. <x>30</x>
  158. <y>280</y>
  159. <width>121</width>
  160. <height>51</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>Add</string>
  165. </property>
  166. </widget>
  167. <widget class="QPushButton" name="pushButton_Delete">
  168. <property name="geometry">
  169. <rect>
  170. <x>245</x>
  171. <y>283</y>
  172. <width>121</width>
  173. <height>51</height>
  174. </rect>
  175. </property>
  176. <property name="text">
  177. <string>Delete</string>
  178. </property>
  179. </widget>
  180. <widget class="QPushButton" name="pushButton_Change">
  181. <property name="geometry">
  182. <rect>
  183. <x>458</x>
  184. <y>285</y>
  185. <width>121</width>
  186. <height>51</height>
  187. </rect>
  188. </property>
  189. <property name="text">
  190. <string>Change</string>
  191. </property>
  192. </widget>
  193. </widget>
  194. <resources/>
  195. <connections/>
  196. </ui>