-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.ui
43 lines (43 loc) · 1.26 KB
/
info.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
42
43
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InfoDialog</class>
<widget class="QDialog" name="InfoDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>569</width>
<height>126</height>
</rect>
</property>
<property name="windowTitle">
<string>Information</string>
</property>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>22</x>
<y>20</y>
<width>521</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string><html><head/><body><p>This plugin provides access to WMS, WMTS web services provided by</p><p><a href="https://bhuvan.nrsc.gov.in/bhuvan_links.php"><span style=" text-decoration: underline; color:#0000ff;">Bhuvan ISRO's Geoportal</span></a></p></body></html></string>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>