forked from qgisinspiretools/qgis-wfs20-client-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_metadataclient.ui
41 lines (41 loc) · 889 Bytes
/
ui_metadataclient.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MetadataClient</class>
<widget class="QDialog" name="MetadataClient">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1029</width>
<height>571</height>
</rect>
</property>
<property name="windowTitle">
<string>WFS 2.0 Client - Metadata Viewer</string>
</property>
<widget class="QWebView" name="wvMetadata">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>1011</width>
<height>551</height>
</rect>
</property>
<property name="url">
<url>
<string>about:blank</string>
</url>
</property>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>