Skip to content

Commit 208c706

Browse files
author
cfarmer
committed
Quick typo fix.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13480 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 70f9add commit 208c706

File tree

1 file changed

+89
-88
lines changed

1 file changed

+89
-88
lines changed

python/plugins/fTools/tools/frmJoinAttributes.ui

Lines changed: 89 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,103 @@
1-
<ui version="4.0" >
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
23
<class>Dialog</class>
3-
<widget class="QDialog" name="Dialog" >
4-
<property name="windowModality" >
4+
<widget class="QDialog" name="Dialog">
5+
<property name="windowModality">
56
<enum>Qt::NonModal</enum>
67
</property>
7-
<property name="geometry" >
8+
<property name="geometry">
89
<rect>
910
<x>0</x>
1011
<y>0</y>
11-
<width>377</width>
12+
<width>417</width>
1213
<height>562</height>
1314
</rect>
1415
</property>
15-
<property name="windowTitle" >
16+
<property name="windowTitle">
1617
<string>Join Attributes</string>
1718
</property>
18-
<property name="sizeGripEnabled" >
19+
<property name="sizeGripEnabled">
1920
<bool>true</bool>
2021
</property>
21-
<layout class="QGridLayout" name="gridLayout" >
22-
<item row="0" column="0" colspan="2" >
23-
<layout class="QVBoxLayout" >
22+
<layout class="QGridLayout" name="gridLayout">
23+
<item row="0" column="0" colspan="2">
24+
<layout class="QVBoxLayout">
2425
<item>
25-
<widget class="QLabel" name="label_3" >
26-
<property name="text" >
26+
<widget class="QLabel" name="label_3">
27+
<property name="text">
2728
<string>Target vector layer</string>
2829
</property>
2930
</widget>
3031
</item>
3132
<item>
32-
<widget class="QComboBox" name="inShape" />
33+
<widget class="QComboBox" name="inShape"/>
3334
</item>
3435
</layout>
3536
</item>
36-
<item row="1" column="0" colspan="2" >
37-
<layout class="QVBoxLayout" >
37+
<item row="1" column="0" colspan="2">
38+
<layout class="QVBoxLayout">
3839
<item>
39-
<widget class="QLabel" name="label_4" >
40-
<property name="text" >
40+
<widget class="QLabel" name="label_4">
41+
<property name="text">
4142
<string>Target join field</string>
4243
</property>
4344
</widget>
4445
</item>
4546
<item>
46-
<widget class="QComboBox" name="inField" />
47+
<widget class="QComboBox" name="inField"/>
4748
</item>
4849
</layout>
4950
</item>
50-
<item row="2" column="0" colspan="2" >
51-
<widget class="QGroupBox" name="groupBox" >
52-
<property name="title" >
51+
<item row="2" column="0" colspan="2">
52+
<widget class="QGroupBox" name="groupBox">
53+
<property name="title">
5354
<string>Join data</string>
5455
</property>
55-
<layout class="QGridLayout" >
56-
<item row="0" column="0" >
57-
<layout class="QVBoxLayout" >
56+
<layout class="QGridLayout">
57+
<item row="0" column="0">
58+
<layout class="QVBoxLayout">
5859
<item>
59-
<widget class="QRadioButton" name="rdoVector" >
60-
<property name="text" >
60+
<widget class="QRadioButton" name="rdoVector">
61+
<property name="text">
6162
<string>Join vector layer</string>
6263
</property>
63-
<property name="checked" >
64+
<property name="checked">
6465
<bool>true</bool>
6566
</property>
6667
</widget>
6768
</item>
6869
<item>
69-
<widget class="QComboBox" name="joinShape" />
70+
<widget class="QComboBox" name="joinShape"/>
7071
</item>
7172
</layout>
7273
</item>
73-
<item row="1" column="0" >
74-
<layout class="QVBoxLayout" >
74+
<item row="1" column="0">
75+
<layout class="QVBoxLayout">
7576
<item>
76-
<widget class="QRadioButton" name="rdoTable" >
77-
<property name="text" >
77+
<widget class="QRadioButton" name="rdoTable">
78+
<property name="text">
7879
<string>Join dbf table</string>
7980
</property>
8081
</widget>
8182
</item>
8283
<item>
83-
<layout class="QHBoxLayout" >
84+
<layout class="QHBoxLayout">
8485
<item>
85-
<widget class="QLineEdit" name="inTable" >
86-
<property name="enabled" >
86+
<widget class="QLineEdit" name="inTable">
87+
<property name="enabled">
8788
<bool>false</bool>
8889
</property>
89-
<property name="readOnly" >
90+
<property name="readOnly">
9091
<bool>true</bool>
9192
</property>
9293
</widget>
9394
</item>
9495
<item>
95-
<widget class="QToolButton" name="toolTable" >
96-
<property name="enabled" >
96+
<widget class="QToolButton" name="toolTable">
97+
<property name="enabled">
9798
<bool>false</bool>
9899
</property>
99-
<property name="text" >
100+
<property name="text">
100101
<string>Browse</string>
101102
</property>
102103
</widget>
@@ -105,44 +106,44 @@
105106
</item>
106107
</layout>
107108
</item>
108-
<item row="2" column="0" >
109-
<layout class="QVBoxLayout" >
109+
<item row="2" column="0">
110+
<layout class="QVBoxLayout">
110111
<item>
111-
<widget class="QLabel" name="label_6" >
112-
<property name="text" >
112+
<widget class="QLabel" name="label_6">
113+
<property name="text">
113114
<string>Join field</string>
114115
</property>
115116
</widget>
116117
</item>
117118
<item>
118-
<widget class="QComboBox" name="joinField" />
119+
<widget class="QComboBox" name="joinField"/>
119120
</item>
120121
</layout>
121122
</item>
122123
</layout>
123124
</widget>
124125
</item>
125-
<item row="3" column="0" colspan="2" >
126-
<layout class="QVBoxLayout" >
126+
<item row="3" column="0" colspan="2">
127+
<layout class="QVBoxLayout">
127128
<item>
128-
<widget class="QLabel" name="label_2" >
129-
<property name="text" >
129+
<widget class="QLabel" name="label_2">
130+
<property name="text">
130131
<string>Output Shapefile</string>
131132
</property>
132133
</widget>
133134
</item>
134135
<item>
135-
<layout class="QHBoxLayout" >
136+
<layout class="QHBoxLayout">
136137
<item>
137-
<widget class="QLineEdit" name="outShape" >
138-
<property name="readOnly" >
138+
<widget class="QLineEdit" name="outShape">
139+
<property name="readOnly">
139140
<bool>true</bool>
140141
</property>
141142
</widget>
142143
</item>
143144
<item>
144-
<widget class="QToolButton" name="toolOut" >
145-
<property name="text" >
145+
<widget class="QToolButton" name="toolOut">
146+
<property name="text">
146147
<string>Browse</string>
147148
</property>
148149
</widget>
@@ -151,51 +152,51 @@
151152
</item>
152153
</layout>
153154
</item>
154-
<item row="4" column="0" colspan="2" >
155-
<widget class="QGroupBox" name="groupBox_2" >
156-
<property name="title" >
155+
<item row="4" column="0" colspan="2">
156+
<widget class="QGroupBox" name="groupBox_2">
157+
<property name="title">
157158
<string>Output table</string>
158159
</property>
159-
<layout class="QGridLayout" >
160-
<item row="0" column="0" >
161-
<widget class="QRadioButton" name="rdoMatch" >
162-
<property name="text" >
160+
<layout class="QGridLayout">
161+
<item row="0" column="0">
162+
<widget class="QRadioButton" name="rdoMatch">
163+
<property name="text">
163164
<string>Only keep matching records</string>
164165
</property>
165-
<property name="checked" >
166+
<property name="checked">
166167
<bool>true</bool>
167168
</property>
168169
</widget>
169170
</item>
170-
<item row="1" column="0" >
171-
<widget class="QRadioButton" name="rdoKeep" >
172-
<property name="text" >
173-
<string>Keep all records (includeing non-matching target records)</string>
171+
<item row="1" column="0">
172+
<widget class="QRadioButton" name="rdoKeep">
173+
<property name="text">
174+
<string>Keep all records (including non-matching target records)</string>
174175
</property>
175176
</widget>
176177
</item>
177178
</layout>
178179
</widget>
179180
</item>
180-
<item row="5" column="0" >
181-
<widget class="QProgressBar" name="progressBar" >
182-
<property name="value" >
181+
<item row="5" column="0">
182+
<widget class="QProgressBar" name="progressBar">
183+
<property name="value">
183184
<number>0</number>
184185
</property>
185-
<property name="alignment" >
186+
<property name="alignment">
186187
<set>Qt::AlignCenter</set>
187188
</property>
188-
<property name="textVisible" >
189+
<property name="textVisible">
189190
<bool>true</bool>
190191
</property>
191192
</widget>
192193
</item>
193-
<item row="5" column="1" >
194-
<widget class="QDialogButtonBox" name="buttonBox_2" >
195-
<property name="orientation" >
194+
<item row="5" column="1">
195+
<widget class="QDialogButtonBox" name="buttonBox_2">
196+
<property name="orientation">
196197
<enum>Qt::Horizontal</enum>
197198
</property>
198-
<property name="standardButtons" >
199+
<property name="standardButtons">
199200
<set>QDialogButtonBox::Close|QDialogButtonBox::Ok</set>
200201
</property>
201202
</widget>
@@ -210,11 +211,11 @@
210211
<receiver>Dialog</receiver>
211212
<slot>accept()</slot>
212213
<hints>
213-
<hint type="sourcelabel" >
214+
<hint type="sourcelabel">
214215
<x>133</x>
215216
<y>512</y>
216217
</hint>
217-
<hint type="destinationlabel" >
218+
<hint type="destinationlabel">
218219
<x>215</x>
219220
<y>290</y>
220221
</hint>
@@ -226,11 +227,11 @@
226227
<receiver>Dialog</receiver>
227228
<slot>close()</slot>
228229
<hints>
229-
<hint type="sourcelabel" >
230+
<hint type="sourcelabel">
230231
<x>59</x>
231232
<y>512</y>
232233
</hint>
233-
<hint type="destinationlabel" >
234+
<hint type="destinationlabel">
234235
<x>132</x>
235236
<y>239</y>
236237
</hint>
@@ -242,11 +243,11 @@
242243
<receiver>joinField</receiver>
243244
<slot>clear()</slot>
244245
<hints>
245-
<hint type="sourcelabel" >
246+
<hint type="sourcelabel">
246247
<x>68</x>
247248
<y>226</y>
248249
</hint>
249-
<hint type="destinationlabel" >
250+
<hint type="destinationlabel">
250251
<x>47</x>
251252
<y>305</y>
252253
</hint>
@@ -258,11 +259,11 @@
258259
<receiver>joinField</receiver>
259260
<slot>clear()</slot>
260261
<hints>
261-
<hint type="sourcelabel" >
262+
<hint type="sourcelabel">
262263
<x>107</x>
263264
<y>162</y>
264265
</hint>
265-
<hint type="destinationlabel" >
266+
<hint type="destinationlabel">
266267
<x>104</x>
267268
<y>309</y>
268269
</hint>
@@ -274,11 +275,11 @@
274275
<receiver>joinShape</receiver>
275276
<slot>setEnabled(bool)</slot>
276277
<hints>
277-
<hint type="sourcelabel" >
278+
<hint type="sourcelabel">
278279
<x>222</x>
279280
<y>164</y>
280281
</hint>
281-
<hint type="destinationlabel" >
282+
<hint type="destinationlabel">
282283
<x>226</x>
283284
<y>186</y>
284285
</hint>
@@ -290,11 +291,11 @@
290291
<receiver>inTable</receiver>
291292
<slot>setEnabled(bool)</slot>
292293
<hints>
293-
<hint type="sourcelabel" >
294+
<hint type="sourcelabel">
294295
<x>91</x>
295296
<y>227</y>
296297
</hint>
297-
<hint type="destinationlabel" >
298+
<hint type="destinationlabel">
298299
<x>91</x>
299300
<y>255</y>
300301
</hint>
@@ -306,11 +307,11 @@
306307
<receiver>toolTable</receiver>
307308
<slot>setEnabled(bool)</slot>
308309
<hints>
309-
<hint type="sourcelabel" >
310+
<hint type="sourcelabel">
310311
<x>281</x>
311312
<y>227</y>
312313
</hint>
313-
<hint type="destinationlabel" >
314+
<hint type="destinationlabel">
314315
<x>332</x>
315316
<y>256</y>
316317
</hint>

0 commit comments

Comments
 (0)