|
1 |
| -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsGrassSelectBase</class>
|
3 |
| - <widget class="QDialog" name="QgsGrassSelectBase" > |
4 |
| - <property name="geometry" > |
| 4 | + <widget class="QDialog" name="QgsGrassSelectBase"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect>
|
6 | 7 | <x>0</x>
|
7 | 8 | <y>0</y>
|
8 |
| - <width>511</width> |
9 |
| - <height>175</height> |
| 9 | + <width>393</width> |
| 10 | + <height>221</height> |
10 | 11 | </rect>
|
11 | 12 | </property>
|
12 |
| - <property name="sizePolicy" > |
13 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
14 |
| - <horstretch>0</horstretch> |
15 |
| - <verstretch>0</verstretch> |
16 |
| - </sizepolicy> |
17 |
| - </property> |
18 |
| - <property name="windowTitle" > |
| 13 | + <property name="windowTitle"> |
19 | 14 | <string>Add GRASS Layer</string>
|
20 | 15 | </property>
|
21 |
| - <property name="sizeGripEnabled" > |
22 |
| - <bool>true</bool> |
23 |
| - </property> |
24 |
| - <property name="modal" > |
25 |
| - <bool>true</bool> |
26 |
| - </property> |
27 |
| - <layout class="QHBoxLayout" > |
28 |
| - <property name="spacing" > |
29 |
| - <number>5</number> |
30 |
| - </property> |
31 |
| - <property name="leftMargin" > |
32 |
| - <number>5</number> |
33 |
| - </property> |
34 |
| - <property name="topMargin" > |
35 |
| - <number>5</number> |
36 |
| - </property> |
37 |
| - <property name="rightMargin" > |
38 |
| - <number>5</number> |
39 |
| - </property> |
40 |
| - <property name="bottomMargin" > |
41 |
| - <number>5</number> |
42 |
| - </property> |
43 |
| - <item> |
44 |
| - <widget class="QFrame" name="optionsFrame" > |
45 |
| - <property name="sizePolicy" > |
46 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Expanding" > |
47 |
| - <horstretch>0</horstretch> |
48 |
| - <verstretch>0</verstretch> |
49 |
| - </sizepolicy> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <widget class="QLabel" name="Gisdbase"> |
| 19 | + <property name="text"> |
| 20 | + <string>Gisdbase</string> |
| 21 | + </property> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item row="0" column="1"> |
| 25 | + <widget class="QLineEdit" name="egisdbase"> |
| 26 | + <property name="text"> |
| 27 | + <string/> |
50 | 28 | </property>
|
51 |
| - <property name="frameShape" > |
52 |
| - <enum>QFrame::StyledPanel</enum> |
| 29 | + </widget> |
| 30 | + </item> |
| 31 | + <item row="1" column="0"> |
| 32 | + <widget class="QLabel" name="Location"> |
| 33 | + <property name="frameShape"> |
| 34 | + <enum>QFrame::NoFrame</enum> |
53 | 35 | </property>
|
54 |
| - <property name="frameShadow" > |
| 36 | + <property name="frameShadow"> |
55 | 37 | <enum>QFrame::Plain</enum>
|
56 | 38 | </property>
|
57 |
| - <property name="lineWidth" > |
58 |
| - <number>0</number> |
| 39 | + <property name="text"> |
| 40 | + <string>Location</string> |
59 | 41 | </property>
|
60 |
| - <layout class="QGridLayout" > |
61 |
| - <property name="leftMargin" > |
62 |
| - <number>5</number> |
63 |
| - </property> |
64 |
| - <property name="topMargin" > |
65 |
| - <number>5</number> |
66 |
| - </property> |
67 |
| - <property name="rightMargin" > |
68 |
| - <number>5</number> |
69 |
| - </property> |
70 |
| - <property name="bottomMargin" > |
71 |
| - <number>5</number> |
72 |
| - </property> |
73 |
| - <property name="horizontalSpacing" > |
74 |
| - <number>5</number> |
75 |
| - </property> |
76 |
| - <property name="verticalSpacing" > |
77 |
| - <number>5</number> |
78 |
| - </property> |
79 |
| - <item row="0" column="0" > |
80 |
| - <widget class="QLabel" name="Gisdbase" > |
81 |
| - <property name="text" > |
82 |
| - <string>Gisdbase</string> |
83 |
| - </property> |
84 |
| - </widget> |
85 |
| - </item> |
86 |
| - <item row="1" column="0" > |
87 |
| - <widget class="QLabel" name="Location" > |
88 |
| - <property name="frameShape" > |
89 |
| - <enum>QFrame::NoFrame</enum> |
90 |
| - </property> |
91 |
| - <property name="frameShadow" > |
92 |
| - <enum>QFrame::Plain</enum> |
93 |
| - </property> |
94 |
| - <property name="text" > |
95 |
| - <string>Location</string> |
96 |
| - </property> |
97 |
| - </widget> |
98 |
| - </item> |
99 |
| - <item row="2" column="0" > |
100 |
| - <widget class="QLabel" name="Mapset" > |
101 |
| - <property name="text" > |
102 |
| - <string>Mapset</string> |
103 |
| - </property> |
104 |
| - </widget> |
105 |
| - </item> |
106 |
| - <item row="0" column="1" > |
107 |
| - <widget class="QLineEdit" name="egisdbase" > |
108 |
| - <property name="text" > |
109 |
| - <string/> |
110 |
| - </property> |
111 |
| - </widget> |
112 |
| - </item> |
113 |
| - <item row="1" column="1" > |
114 |
| - <widget class="QComboBox" name="elocation" /> |
115 |
| - </item> |
116 |
| - <item row="3" column="1" > |
117 |
| - <widget class="QComboBox" name="emap" > |
118 |
| - <property name="toolTip" > |
119 |
| - <string>Select or type map name (wildcards '*' and '?' accepted for rasters)</string> |
120 |
| - </property> |
121 |
| - <property name="editable" > |
122 |
| - <bool>true</bool> |
123 |
| - </property> |
124 |
| - </widget> |
125 |
| - </item> |
126 |
| - <item row="2" column="1" > |
127 |
| - <widget class="QComboBox" name="emapset" /> |
128 |
| - </item> |
129 |
| - <item row="4" column="1" > |
130 |
| - <widget class="QComboBox" name="elayer" /> |
131 |
| - </item> |
132 |
| - <item row="3" column="0" > |
133 |
| - <widget class="QLabel" name="MapName" > |
134 |
| - <property name="text" > |
135 |
| - <string>Map name</string> |
136 |
| - </property> |
137 |
| - </widget> |
138 |
| - </item> |
139 |
| - <item row="4" column="0" > |
140 |
| - <widget class="QLabel" name="Layer" > |
141 |
| - <property name="text" > |
142 |
| - <string>Layer</string> |
143 |
| - </property> |
144 |
| - </widget> |
145 |
| - </item> |
146 |
| - </layout> |
147 | 42 | </widget>
|
148 | 43 | </item>
|
149 |
| - <item> |
150 |
| - <widget class="QFrame" name="buttonsFrame" > |
151 |
| - <property name="sizePolicy" > |
152 |
| - <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
153 |
| - <horstretch>0</horstretch> |
154 |
| - <verstretch>0</verstretch> |
155 |
| - </sizepolicy> |
| 44 | + <item row="1" column="1" colspan="2"> |
| 45 | + <widget class="QComboBox" name="elocation"/> |
| 46 | + </item> |
| 47 | + <item row="2" column="0"> |
| 48 | + <widget class="QLabel" name="Mapset"> |
| 49 | + <property name="text"> |
| 50 | + <string>Mapset</string> |
156 | 51 | </property>
|
157 |
| - <property name="frameShape" > |
158 |
| - <enum>QFrame::StyledPanel</enum> |
| 52 | + </widget> |
| 53 | + </item> |
| 54 | + <item row="2" column="1" colspan="2"> |
| 55 | + <widget class="QComboBox" name="emapset"/> |
| 56 | + </item> |
| 57 | + <item row="3" column="0"> |
| 58 | + <widget class="QLabel" name="MapName"> |
| 59 | + <property name="text"> |
| 60 | + <string>Map name</string> |
159 | 61 | </property>
|
160 |
| - <property name="frameShadow" > |
161 |
| - <enum>QFrame::Plain</enum> |
| 62 | + </widget> |
| 63 | + </item> |
| 64 | + <item row="3" column="1" colspan="2"> |
| 65 | + <widget class="QComboBox" name="emap"> |
| 66 | + <property name="toolTip"> |
| 67 | + <string>Select or type map name (wildcards '*' and '?' accepted for rasters)</string> |
162 | 68 | </property>
|
163 |
| - <property name="lineWidth" > |
164 |
| - <number>0</number> |
| 69 | + <property name="editable"> |
| 70 | + <bool>true</bool> |
| 71 | + </property> |
| 72 | + </widget> |
| 73 | + </item> |
| 74 | + <item row="4" column="0"> |
| 75 | + <widget class="QLabel" name="Layer"> |
| 76 | + <property name="text"> |
| 77 | + <string>Layer</string> |
| 78 | + </property> |
| 79 | + </widget> |
| 80 | + </item> |
| 81 | + <item row="4" column="1" colspan="2"> |
| 82 | + <widget class="QComboBox" name="elayer"/> |
| 83 | + </item> |
| 84 | + <item row="6" column="0" colspan="3"> |
| 85 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 86 | + <property name="orientation"> |
| 87 | + <enum>Qt::Horizontal</enum> |
| 88 | + </property> |
| 89 | + <property name="standardButtons"> |
| 90 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 91 | + </property> |
| 92 | + </widget> |
| 93 | + </item> |
| 94 | + <item row="0" column="2"> |
| 95 | + <widget class="QPushButton" name="GisdbaseBrowse"> |
| 96 | + <property name="text"> |
| 97 | + <string>Browse</string> |
| 98 | + </property> |
| 99 | + </widget> |
| 100 | + </item> |
| 101 | + <item row="5" column="0" colspan="3"> |
| 102 | + <widget class="Line" name="line"> |
| 103 | + <property name="orientation"> |
| 104 | + <enum>Qt::Horizontal</enum> |
165 | 105 | </property>
|
166 |
| - <layout class="QVBoxLayout" > |
167 |
| - <property name="spacing" > |
168 |
| - <number>5</number> |
169 |
| - </property> |
170 |
| - <property name="leftMargin" > |
171 |
| - <number>5</number> |
172 |
| - </property> |
173 |
| - <property name="topMargin" > |
174 |
| - <number>5</number> |
175 |
| - </property> |
176 |
| - <property name="rightMargin" > |
177 |
| - <number>5</number> |
178 |
| - </property> |
179 |
| - <property name="bottomMargin" > |
180 |
| - <number>5</number> |
181 |
| - </property> |
182 |
| - <item> |
183 |
| - <widget class="QPushButton" name="GisdbaseBrowse" > |
184 |
| - <property name="text" > |
185 |
| - <string>Browse</string> |
186 |
| - </property> |
187 |
| - </widget> |
188 |
| - </item> |
189 |
| - <item> |
190 |
| - <widget class="QPushButton" name="cancel" > |
191 |
| - <property name="text" > |
192 |
| - <string>Cancel</string> |
193 |
| - </property> |
194 |
| - </widget> |
195 |
| - </item> |
196 |
| - <item> |
197 |
| - <widget class="QPushButton" name="ok" > |
198 |
| - <property name="text" > |
199 |
| - <string>OK</string> |
200 |
| - </property> |
201 |
| - </widget> |
202 |
| - </item> |
203 |
| - </layout> |
204 | 106 | </widget>
|
205 | 107 | </item>
|
206 | 108 | </layout>
|
207 | 109 | </widget>
|
208 |
| - <layoutdefault spacing="6" margin="11" /> |
209 | 110 | <resources/>
|
210 | 111 | <connections/>
|
211 | 112 | </ui>
|
0 commit comments