123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogParkingSpaceEdit</class>
- <widget class="QDialog" name="DialogParkingSpaceEdit">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>946</width>
- <height>645</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QComboBox" name="comboBox_Road">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>30</y>
- <width>231</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>150</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Parking Space</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Borrow">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>140</y>
- <width>171</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>172</x>
- <y>80</y>
- <width>70</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Length</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_RoadLen">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>80</y>
- <width>113</width>
- <height>25</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>40</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Road</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_add">
- <property name="geometry">
- <rect>
- <x>380</x>
- <y>140</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_delete">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>140</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_change">
- <property name="geometry">
- <rect>
- <x>610</x>
- <y>140</y>
- <width>81</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Change</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|