123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogRoadPriority</class>
- <widget class="QDialog" name="DialogRoadPriority">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>583</width>
- <height>344</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Dialog</string>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>56</y>
- <width>67</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Road</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>180</y>
- <width>101</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Priority</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_Road">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>50</y>
- <width>231</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Change">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>250</y>
- <width>71</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Change</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Delete">
- <property name="geometry">
- <rect>
- <x>246</x>
- <y>250</y>
- <width>89</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>212</x>
- <y>110</y>
- <width>70</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Length</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_Add">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>250</y>
- <width>89</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string>Add</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_RoadLen">
- <property name="geometry">
- <rect>
- <x>310</x>
- <y>104</y>
- <width>113</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="lineEdit_Priority">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>170</y>
- <width>141</width>
- <height>41</height>
- </rect>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|