|
@@ -0,0 +1,104 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<ui version="4.0">
|
|
|
+ <class>DialogHideRoad</class>
|
|
|
+ <widget class="QDialog" name="DialogHideRoad">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>0</x>
|
|
|
+ <y>0</y>
|
|
|
+ <width>1031</width>
|
|
|
+ <height>662</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="windowTitle">
|
|
|
+ <string>Dialog</string>
|
|
|
+ </property>
|
|
|
+ <widget class="QComboBox" name="comboBox_Road">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>130</x>
|
|
|
+ <y>21</y>
|
|
|
+ <width>241</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>30</x>
|
|
|
+ <y>30</y>
|
|
|
+ <width>121</width>
|
|
|
+ <height>21</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Road</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_HideRoad">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>420</x>
|
|
|
+ <y>20</y>
|
|
|
+ <width>121</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Hide</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_UnHideAllRoad">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>826</x>
|
|
|
+ <y>80</y>
|
|
|
+ <width>131</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>UnHide All</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QPushButton" name="pushButton_UnHIdeRoad">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>649</x>
|
|
|
+ <y>82</y>
|
|
|
+ <width>131</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>UnHide</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QComboBox" name="comboBox_Road_2">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>420</x>
|
|
|
+ <y>82</y>
|
|
|
+ <width>181</width>
|
|
|
+ <height>41</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ <widget class="QLabel" name="label_10">
|
|
|
+ <property name="geometry">
|
|
|
+ <rect>
|
|
|
+ <x>291</x>
|
|
|
+ <y>90</y>
|
|
|
+ <width>81</width>
|
|
|
+ <height>31</height>
|
|
|
+ </rect>
|
|
|
+ </property>
|
|
|
+ <property name="text">
|
|
|
+ <string>Hiden Road</string>
|
|
|
+ </property>
|
|
|
+ </widget>
|
|
|
+ </widget>
|
|
|
+ <resources/>
|
|
|
+ <connections/>
|
|
|
+</ui>
|