| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- <?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>716</width>
- <height>410</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>716</width>
- <height>410</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>716</width>
- <height>410</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Layman - Layers</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>360</y>
- <width>141</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Load WMS</string>
- </property>
- </widget>
- <widget class="QTreeWidget" name="treeWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>331</width>
- <height>341</height>
- </rect>
- </property>
- <column>
- <property name="text">
- <string>Layers on Layman</string>
- </property>
- </column>
- </widget>
- <widget class="QPushButton" name="pushButton_close">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>360</y>
- <width>131</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_thumbnail">
- <property name="geometry">
- <rect>
- <x>416</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>416</x>
- <y>20</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Preview:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_layerRedirect">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>280</y>
- <width>131</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>More info</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_wfs">
- <property name="geometry">
- <rect>
- <x>190</x>
- <y>360</y>
- <width>141</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Load WFS</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_delete">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>320</y>
- <width>131</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete layer</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|