dialogparkingspaceedit.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogParkingSpaceEdit</class>
  4. <widget class="QDialog" name="DialogParkingSpaceEdit">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>946</width>
  10. <height>645</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>30</y>
  21. <width>231</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QLabel" name="label_3">
  27. <property name="geometry">
  28. <rect>
  29. <x>30</x>
  30. <y>150</y>
  31. <width>101</width>
  32. <height>17</height>
  33. </rect>
  34. </property>
  35. <property name="text">
  36. <string>Parking Space</string>
  37. </property>
  38. </widget>
  39. <widget class="QComboBox" name="comboBox_Borrow">
  40. <property name="geometry">
  41. <rect>
  42. <x>170</x>
  43. <y>140</y>
  44. <width>171</width>
  45. <height>31</height>
  46. </rect>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="label_2">
  50. <property name="geometry">
  51. <rect>
  52. <x>172</x>
  53. <y>80</y>
  54. <width>70</width>
  55. <height>17</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>Length</string>
  60. </property>
  61. </widget>
  62. <widget class="QLineEdit" name="lineEdit_RoadLen">
  63. <property name="geometry">
  64. <rect>
  65. <x>270</x>
  66. <y>80</y>
  67. <width>113</width>
  68. <height>25</height>
  69. </rect>
  70. </property>
  71. </widget>
  72. <widget class="QLabel" name="label">
  73. <property name="geometry">
  74. <rect>
  75. <x>30</x>
  76. <y>40</y>
  77. <width>67</width>
  78. <height>17</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Road</string>
  83. </property>
  84. </widget>
  85. <widget class="QPushButton" name="pushButton_add">
  86. <property name="geometry">
  87. <rect>
  88. <x>380</x>
  89. <y>140</y>
  90. <width>91</width>
  91. <height>31</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>Add</string>
  96. </property>
  97. </widget>
  98. <widget class="QPushButton" name="pushButton_delete">
  99. <property name="geometry">
  100. <rect>
  101. <x>500</x>
  102. <y>140</y>
  103. <width>81</width>
  104. <height>31</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string>Delete</string>
  109. </property>
  110. </widget>
  111. <widget class="QPushButton" name="pushButton_change">
  112. <property name="geometry">
  113. <rect>
  114. <x>610</x>
  115. <y>140</y>
  116. <width>81</width>
  117. <height>31</height>
  118. </rect>
  119. </property>
  120. <property name="text">
  121. <string>Change</string>
  122. </property>
  123. </widget>
  124. </widget>
  125. <resources/>
  126. <connections/>
  127. </ui>