| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogRoadNoavoid</class>
- <widget class="QDialog" name="DialogRoadNoavoid">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>993</width>
- <height>578</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>60</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Road</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Noavoid">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>160</y>
- <width>261</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_s">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>244</y>
- <width>113</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Add">
- <property name="geometry">
- <rect>
- <x>570</x>
- <y>165</y>
- <width>89</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>62</x>
- <y>250</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>s</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_RoadLen">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>94</y>
- <width>113</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>170</y>
- <width>101</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Noavoid</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>280</x>
- <y>250</y>
- <width>67</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>length</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Change">
- <property name="geometry">
- <rect>
- <x>847</x>
- <y>165</y>
- <width>71</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Change</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Delete">
- <property name="geometry">
- <rect>
- <x>710</x>
- <y>165</y>
- <width>89</width>
- <height>25</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>202</x>
- <y>100</y>
- <width>70</width>
- <height>17</height>
- </rect>
- </property>
- <property name="text">
- <string>Length</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_t">
- <property name="geometry">
- <rect>
- <x>380</x>
- <y>244</y>
- <width>113</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Road">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>50</y>
- <width>231</width>
- <height>31</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|