-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbhuvan_web_services_dialog_base.ui
114 lines (114 loc) · 2.41 KB
/
bhuvan_web_services_dialog_base.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BhuvanWebServicesDialogBase</class>
<widget class="QDialog" name="BhuvanWebServicesDialogBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>754</width>
<height>472</height>
</rect>
</property>
<property name="windowTitle">
<string>Bhuvan Web Services</string>
</property>
<widget class="QPushButton" name="close_button">
<property name="geometry">
<rect>
<x>381</x>
<y>420</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QPushButton" name="add_button">
<property name="geometry">
<rect>
<x>491</x>
<y>420</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="help_button">
<property name="geometry">
<rect>
<x>601</x>
<y>420</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Help</string>
</property>
</widget>
<widget class="QLabel" name="layer_label">
<property name="geometry">
<rect>
<x>41</x>
<y>360</y>
<width>141</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Selected layer name(s)</string>
</property>
</widget>
<widget class="QLineEdit" name="layer_name_box">
<property name="geometry">
<rect>
<x>181</x>
<y>360</y>
<width>511</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QTableWidget" name="table_widget">
<property name="geometry">
<rect>
<x>40</x>
<y>50</y>
<width>651</width>
<height>291</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="search_box">
<property name="geometry">
<rect>
<x>140</x>
<y>20</y>
<width>551</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="search_label">
<property name="geometry">
<rect>
<x>39</x>
<y>20</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Search by name</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>