QGIS/python/plugins/MetaSearch/ui/maindialog.ui
2014-12-17 17:45:22 -05:00

573 lines
17 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MetaSearchDialog</class>
<widget class="QDialog" name="MetaSearchDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>653</width>
<height>550</height>
</rect>
</property>
<property name="windowTitle">
<string>MetaSearch</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tabSearch">
<attribute name="title">
<string>Search</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Find</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="1">
<widget class="QLineEdit" name="leKeywords">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Keywords</string>
</property>
</widget>
</item>
<item row="2" column="3" colspan="2">
<widget class="QPushButton" name="btnCanvasBbox">
<property name="text">
<string>Map extent</string>
</property>
</widget>
</item>
<item row="2" column="5">
<widget class="QPushButton" name="btnSearch">
<property name="text">
<string>Search</string>
</property>
</widget>
</item>
<item row="1" column="3" colspan="2">
<widget class="QPushButton" name="btnGlobalBbox">
<property name="text">
<string>Set global</string>
</property>
</widget>
</item>
<item row="0" column="3" colspan="3">
<widget class="QComboBox" name="cmbConnectionsSearch">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0" rowspan="2" colspan="3">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Xmax</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="leEast">
<property name="enabled">
<bool>true</bool>
</property>
<property name="minimumSize">
<size>
<width>85</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>180</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Ymax</string>
</property>
</widget>
</item>
<item row="0" column="3" colspan="2">
<widget class="QLineEdit" name="leNorth">
<property name="minimumSize">
<size>
<width>85</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>90</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Xmin</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="leWest">
<property name="minimumSize">
<size>
<width>85</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>-180</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Ymin</string>
</property>
</widget>
</item>
<item row="1" column="3" colspan="2">
<widget class="QLineEdit" name="leSouth">
<property name="minimumSize">
<size>
<width>85</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>-90</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="0" column="2">
<widget class="QLabel" name="label">
<property name="text">
<string> From</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Results</string>
</property>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="0" colspan="3">
<widget class="QLabel" name="lblResults">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="1" column="0" colspan="5">
<widget class="QTreeWidget" name="treeRecords">
<property name="toolTip">
<string>Double click to see full record information</string>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Type</string>
</property>
</column>
<column>
<property name="text">
<string>Title</string>
</property>
</column>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="btnPrev">
<property name="minimumSize">
<size>
<width>145</width>
<height>27</height>
</size>
</property>
<property name="text">
<string>&lt;</string>
</property>
</widget>
</item>
<item row="0" column="3" colspan="2">
<widget class="QPushButton" name="btnShowXml">
<property name="text">
<string>View search results as XML</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="btnFirst">
<property name="text">
<string>&lt;&lt;</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QPushButton" name="btnAddToWms">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Add WMS/WMTS</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QPushButton" name="btnAddToWfs">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>145</width>
<height>27</height>
</size>
</property>
<property name="text">
<string>Add WFS</string>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QPushButton" name="btnLast">
<property name="minimumSize">
<size>
<width>140</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>&gt;&gt;</string>
</property>
</widget>
</item>
<item row="4" column="3">
<widget class="QPushButton" name="btnAddToWcs">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Add WCS</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="btnNext">
<property name="minimumSize">
<size>
<width>140</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>&gt;</string>
</property>
</widget>
</item>
</layout>
<zorder>treeRecords</zorder>
<zorder>lblResults</zorder>
<zorder>btnPrev</zorder>
<zorder>btnFirst</zorder>
<zorder>btnShowXml</zorder>
<zorder>btnAddToWms</zorder>
<zorder>btnAddToWfs</zorder>
<zorder>btnLast</zorder>
<zorder>btnAddToWcs</zorder>
<zorder>btnNext</zorder>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabServers">
<attribute name="title">
<string>Services</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="5">
<widget class="QComboBox" name="cmbConnectionsServices"/>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="btnServerInfo">
<property name="text">
<string>Service info</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QPushButton" name="btnCapabilities">
<property name="text">
<string>GetCapabilities response</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="btnNew">
<property name="text">
<string>New</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="btnEdit">
<property name="text">
<string>Edit</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QPushButton" name="btnDelete">
<property name="text">
<string>Delete</string>
</property>
</widget>
</item>
<item row="2" column="4">
<widget class="QPushButton" name="btnSave">
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="5">
<widget class="QTextBrowser" name="textMetadata">
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="3" colspan="2">
<widget class="QPushButton" name="btnAddDefault">
<property name="text">
<string>Add default services</string>
</property>
</widget>
</item>
<item row="2" column="3">
<widget class="QPushButton" name="btnLoad">
<property name="text">
<string>Load</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSettings">
<attribute name="title">
<string>Settings</string>
</attribute>
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>571</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Results paging</string>
</property>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>30</y>
<width>41</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Show</string>
</property>
</widget>
<widget class="QSpinBox" name="spnRecords">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>104</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>170</x>
<y>30</y>
<width>229</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>results at a time</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>10</x>
<y>90</y>
<width>571</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string>Server timeout</string>
</property>
<widget class="QSpinBox" name="spnTimeout">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>104</width>
<height>26</height>
</rect>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>170</x>
<y>40</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>seconds</string>
</property>
</widget>
</widget>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>MetaSearchDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>MetaSearchDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>