| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413 |
- <?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="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1139</width>
- <height>544</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>1139</width>
- <height>544</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>1139</width>
- <height>544</height>
- </size>
- </property>
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="windowTitle">
- <string>Layman -Manage Maps</string>
- </property>
- <widget class="QPushButton" name="pushButton_close">
- <property name="geometry">
- <rect>
- <x>510</x>
- <y>490</y>
- <width>151</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>10</y>
- <width>701</width>
- <height>471</height>
- </rect>
- </property>
- <property name="title">
- <string>Layers</string>
- </property>
- <widget class="QListWidget" name="listWidget_listLayers">
- <property name="geometry">
- <rect>
- <x>22</x>
- <y>50</y>
- <width>351</width>
- <height>191</height>
- </rect>
- </property>
- <property name="acceptDrops">
- <bool>false</bool>
- </property>
- <property name="dragDropMode">
- <enum>QAbstractItemView::NoDragDrop</enum>
- </property>
- <property name="selectionMode">
- <enum>QAbstractItemView::SingleSelection</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>23</x>
- <y>29</y>
- <width>201</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Existing layers in map composition:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_deleteLayers">
- <property name="geometry">
- <rect>
- <x>22</x>
- <y>290</y>
- <width>161</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string> Delete Layer</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</iconset>
- </property>
- </widget>
- <widget class="QLabel" name="label_thumbnail">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>290</y>
- <width>170</width>
- <height>170</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::Box</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_5">
- <property name="geometry">
- <rect>
- <x>52</x>
- <y>370</y>
- <width>181</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Layer preview:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_import">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>270</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Importing layer:</string>
- </property>
- </widget>
- <widget class="QProgressBar" name="progressBar">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>310</y>
- <width>191</width>
- <height>23</height>
- </rect>
- </property>
- <property name="maximum">
- <number>0</number>
- </property>
- <property name="value">
- <number>0</number>
- </property>
- </widget>
- <widget class="QgsMapLayerComboBox" name="mMapLayerComboBox">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>50</y>
- <width>231</width>
- <height>27</height>
- </rect>
- </property>
- <property name="showCrs">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>96</y>
- <width>161</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string> Add Layer</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</iconset>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>27</y>
- <width>211</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Loaded vector layer from canvas:</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_raster">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>180</y>
- <width>231</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_addRaster">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>220</y>
- <width>161</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string> Add Layer</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/plus.png</iconset>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>420</x>
- <y>150</y>
- <width>201</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Existing layers in Layman:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_down">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>250</y>
- <width>171</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Up</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_up">
- <property name="geometry">
- <rect>
- <x>22</x>
- <y>250</y>
- <width>161</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Down</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>7</x>
- <y>10</y>
- <width>391</width>
- <height>471</height>
- </rect>
- </property>
- <property name="title">
- <string>map compositions</string>
- </property>
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>47</y>
- <width>341</width>
- <height>191</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>23</x>
- <y>27</y>
- <width>171</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Loaded map compositions:</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_deleteMap">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>260</y>
- <width>161</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string> Delete Map</string>
- </property>
- <property name="icon">
- <iconset>
- <normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</normaloff>../../../../../../../Users/Honza/.designer/backup/icons/minus.png</iconset>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_addMap">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>260</y>
- <width>161</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string> Add Map</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_editMeta">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>320</y>
- <width>161</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string> Edit metada</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_loadMap">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>380</y>
- <width>161</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Load Map (WMS)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboBox_loadMap">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>420</y>
- <width>231</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_loadMapWFS">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>380</y>
- <width>161</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Load Map (WFS)</string>
- </property>
- </widget>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>QgsMapLayerComboBox</class>
- <extends>QComboBox</extends>
- <header>qgsmaplayercombobox.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|