123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632 |
- <?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>658</width>
- <height>550</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle">
- <string>MetaSearch</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QTabWidget" name="tabWidget">
- <property name="currentIndex">
- <number>1</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="QgsFilterLineEdit" 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="1" column="0" colspan="3">
- <widget class="QLabel" name="lblResults">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QPushButton" name="btnFirst">
- <property name="text">
- <string><<</string>
- </property>
- </widget>
- </item>
- <item row="1" column="3" colspan="2">
- <widget class="QPushButton" name="btnViewRawAPIResponse">
- <property name="text">
- <string>View Raw API Response</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QPushButton" name="btnPrev">
- <property name="minimumSize">
- <size>
- <width>145</width>
- <height>27</height>
- </size>
- </property>
- <property name="text">
- <string><</string>
- </property>
- </widget>
- </item>
- <item row="2" 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="3" column="4">
- <widget class="QPushButton" name="btnLast">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>>></string>
- </property>
- </widget>
- </item>
- <item row="3" column="3">
- <widget class="QPushButton" name="btnNext">
- <property name="minimumSize">
- <size>
- <width>140</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>></string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QToolButton" name="tbAddData">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>145</width>
- <height>27</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>145</width>
- <height>27</height>
- </size>
- </property>
- <property name="text">
- <string>Add Data</string>
- </property>
- <property name="popupMode">
- <enum>QToolButton::InstantPopup</enum>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextOnly</enum>
- </property>
- <property name="autoRaise">
- <bool>false</bool>
- </property>
- <property name="arrowType">
- <enum>Qt::NoArrow</enum>
- </property>
- <action name="mActionAddWms">
- <property name="icon">
- <iconset>
- <normaloff>:/images/themes/default/mActionAddWmsLayer.svg</normaloff>:/images/themes/default/mActionAddWmsLayer.svg</iconset>
- </property>
- <property name="text">
- <string>Add WMS/WMTS</string>
- </property>
- </action>
- <action name="mActionAddWfs">
- <property name="icon">
- <iconset>
- <normaloff>:/images/themes/default/mActionAddWfsLayer.svg</normaloff>:/images/themes/default/mActionAddWfsLayer.svg</iconset>
- </property>
- <property name="text">
- <string>Add WFS</string>
- </property>
- </action>
- <action name="mActionAddWcs">
- <property name="icon">
- <iconset>
- <normaloff>:/images/themes/default/mActionAddWcsLayer.svg</normaloff>:/images/themes/default/mActionAddWcsLayer.svg</iconset>
- </property>
- <property name="text">
- <string>Add WCS</string>
- </property>
- </action>
- <action name="mActionAddAms">
- <property name="icon">
- <iconset>
- <normaloff>:/images/themes/default/mActionAddAmsLayer.svg</normaloff>:/images/themes/default/mActionAddAmsLayer.svg</iconset>
- </property>
- <property name="text">
- <string>Add ArcGIS MapServer</string>
- </property>
- </action>
- <action name="mActionAddAfs">
- <property name="icon">
- <iconset>
- <normaloff>:/images/themes/default/mActionAddAfsLayer.svg</normaloff>:/images/themes/default/mActionAddAfsLayer.svg</iconset>
- </property>
- <property name="text">
- <string>Add ArcGIS FeatureServer</string>
- </property>
- </action>
- <action name="mActionAddGisFile">
- <property name="icon">
- <iconset>
- <normaloff>:/images/themes/default/mActionAddAfsLayer.svg</normaloff>:/images/themes/default/mActionAddAfsLayer.svg</iconset>
- </property>
- <property name="text">
- <string>Add GIS File</string>
- </property>
- </action>
- <addaction name="mActionAddWms"/>
- <addaction name="mActionAddWfs"/>
- <addaction name="mActionAddWcs"/>
- <addaction name="mActionAddAms"/>
- <addaction name="mActionAddAfs"/>
- <addaction name="mActionAddGisFile"/>
- </widget>
- </item>
- </layout>
- <zorder>treeRecords</zorder>
- <zorder>lblResults</zorder>
- <zorder>btnPrev</zorder>
- <zorder>btnFirst</zorder>
- <zorder>btnViewRawAPIResponse</zorder>
- <zorder>btnLast</zorder>
- <zorder>btnNext</zorder>
- <zorder>tbAddData</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="btnRawAPIResponse">
- <property name="text">
- <string>Raw API 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>
- <layout class="QVBoxLayout" name="verticalLayout_4">
- <item>
- <widget class="QGroupBox" name="groupBox_4">
- <property name="title">
- <string>Server</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_4">
- <item row="0" column="2">
- <widget class="QSpinBox" name="spnTimeout">
- <property name="value">
- <number>10</number>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_11">
- <property name="text">
- <string>Disable SSL verification</string>
- </property>
- </widget>
- </item>
- <item row="1" column="2">
- <widget class="QCheckBox" name="disableSSLVerification">
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="3">
- <widget class="QLabel" name="label_9">
- <property name="text">
- <string>seconds</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="label_10">
- <property name="text">
- <string>Timeout</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="groupBox_3">
- <property name="title">
- <string>Results Paging</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>Show</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="spnRecords"/>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>results at a time</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </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>
- <customwidgets>
- <customwidget>
- <class>QgsFilterLineEdit</class>
- <extends>QLineEdit</extends>
- <header>qgis.gui</header>
- </customwidget>
- </customwidgets>
- <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>
|