| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogBase</class>
- <widget class="QDialog" name="DialogBase">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>780</width>
- <height>450</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>780</width>
- <height>450</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>780</width>
- <height>450</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Layman - Add Map</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>407</x>
- <y>320</y>
- <width>151</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Load map (WMS)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_close">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>410</y>
- <width>121</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- <widget class="QTreeWidget" name="treeWidget">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>331</width>
- <height>371</height>
- </rect>
- </property>
- <column>
- <property name="text">
- <string>Layer</string>
- </property>
- </column>
- </widget>
- <widget class="QLabel" name="label_thumbnail">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>50</y>
- <width>200</width>
- <height>200</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::Box</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>460</x>
- <y>20</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Preview:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_info">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>250</y>
- <width>411</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string><html><head/><body><p><span style=" font-size:12pt; color:#ff0000;">Unable to load already loaded composition!</span></p></body></html></string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_mapWFS">
- <property name="geometry">
- <rect>
- <x>570</x>
- <y>320</y>
- <width>151</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Load map (WFS)</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|