~ubuntu-branches/ubuntu/quantal/qgis/quantal

« back to all changes in this revision

Viewing changes to plugins/grass/qgsgrasseditbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve Halasz
  • Date: 2004-12-21 09:46:27 UTC
  • Revision ID: james.westby@ubuntu.com-20041221094627-r9lb6mlz2o3yp8gn
Tags: upstream-0.6.0
ImportĀ upstreamĀ versionĀ 0.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>QgsGrassEditBase</class>
 
3
<widget class="QMainWindow">
 
4
    <property name="name">
 
5
        <cstring>QgsGrassEditBase</cstring>
 
6
    </property>
 
7
    <property name="geometry">
 
8
        <rect>
 
9
            <x>0</x>
 
10
            <y>0</y>
 
11
            <width>419</width>
 
12
            <height>272</height>
 
13
        </rect>
 
14
    </property>
 
15
    <property name="caption">
 
16
        <string>GRASS Edit</string>
 
17
    </property>
 
18
    <vbox>
 
19
        <property name="name">
 
20
            <cstring>unnamed</cstring>
 
21
        </property>
 
22
        <property name="margin">
 
23
            <number>5</number>
 
24
        </property>
 
25
        <property name="spacing">
 
26
            <number>5</number>
 
27
        </property>
 
28
        <widget class="QTabWidget">
 
29
            <property name="name">
 
30
                <cstring>tabWidget</cstring>
 
31
            </property>
 
32
            <property name="sizePolicy">
 
33
                <sizepolicy>
 
34
                    <hsizetype>7</hsizetype>
 
35
                    <vsizetype>7</vsizetype>
 
36
                    <horstretch>0</horstretch>
 
37
                    <verstretch>0</verstretch>
 
38
                </sizepolicy>
 
39
            </property>
 
40
            <widget class="QWidget">
 
41
                <property name="name">
 
42
                    <cstring>tab</cstring>
 
43
                </property>
 
44
                <attribute name="title">
 
45
                    <string>Category</string>
 
46
                </attribute>
 
47
                <grid>
 
48
                    <property name="name">
 
49
                        <cstring>unnamed</cstring>
 
50
                    </property>
 
51
                    <widget class="QLabel" row="0" column="0">
 
52
                        <property name="name">
 
53
                            <cstring>textLabel3</cstring>
 
54
                        </property>
 
55
                        <property name="text">
 
56
                            <string>Mode</string>
 
57
                        </property>
 
58
                    </widget>
 
59
                    <widget class="QLabel" row="1" column="0">
 
60
                        <property name="name">
 
61
                            <cstring>catLabel</cstring>
 
62
                        </property>
 
63
                        <property name="text">
 
64
                            <string>Category</string>
 
65
                        </property>
 
66
                    </widget>
 
67
                    <widget class="QLabel" row="1" column="2">
 
68
                        <property name="name">
 
69
                            <cstring>textLabel2</cstring>
 
70
                        </property>
 
71
                        <property name="text">
 
72
                            <string>Field (layer)</string>
 
73
                        </property>
 
74
                    </widget>
 
75
                    <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="3">
 
76
                        <property name="name">
 
77
                            <cstring>mCatModeBox</cstring>
 
78
                        </property>
 
79
                        <property name="currentItem">
 
80
                            <number>0</number>
 
81
                        </property>
 
82
                    </widget>
 
83
                    <widget class="QLineEdit" row="1" column="1">
 
84
                        <property name="name">
 
85
                            <cstring>mCatEntry</cstring>
 
86
                        </property>
 
87
                    </widget>
 
88
                    <widget class="QComboBox" row="1" column="3">
 
89
                        <property name="name">
 
90
                            <cstring>mFieldBox</cstring>
 
91
                        </property>
 
92
                        <property name="editable">
 
93
                            <bool>true</bool>
 
94
                        </property>
 
95
                        <property name="duplicatesEnabled">
 
96
                            <bool>false</bool>
 
97
                        </property>
 
98
                    </widget>
 
99
                </grid>
 
100
            </widget>
 
101
            <widget class="QWidget">
 
102
                <property name="name">
 
103
                    <cstring>tab</cstring>
 
104
                </property>
 
105
                <attribute name="title">
 
106
                    <string>Settings</string>
 
107
                </attribute>
 
108
                <grid>
 
109
                    <property name="name">
 
110
                        <cstring>unnamed</cstring>
 
111
                    </property>
 
112
                    <widget class="QLabel" row="0" column="0">
 
113
                        <property name="name">
 
114
                            <cstring>textLabel4</cstring>
 
115
                        </property>
 
116
                        <property name="text">
 
117
                            <string>Snapping in screen pixels</string>
 
118
                        </property>
 
119
                    </widget>
 
120
                    <widget class="QSpinBox" row="0" column="1">
 
121
                        <property name="name">
 
122
                            <cstring>mSnapPixels</cstring>
 
123
                        </property>
 
124
                        <property name="value">
 
125
                            <number>10</number>
 
126
                        </property>
 
127
                    </widget>
 
128
                </grid>
 
129
            </widget>
 
130
            <widget class="QWidget">
 
131
                <property name="name">
 
132
                    <cstring>tab</cstring>
 
133
                </property>
 
134
                <attribute name="title">
 
135
                    <string>Symbology</string>
 
136
                </attribute>
 
137
                <hbox>
 
138
                    <property name="name">
 
139
                        <cstring>unnamed</cstring>
 
140
                    </property>
 
141
                    <widget class="QListView">
 
142
                        <column>
 
143
                            <property name="text">
 
144
                                <string>Column 1</string>
 
145
                            </property>
 
146
                            <property name="clickable">
 
147
                                <bool>true</bool>
 
148
                            </property>
 
149
                            <property name="resizable">
 
150
                                <bool>true</bool>
 
151
                            </property>
 
152
                        </column>
 
153
                    <item>
 
154
                        <property name="text">
 
155
                            <string>New Item</string>
 
156
                        </property>
 
157
                        <property name="pixmap">
 
158
                            <pixmap></pixmap>
 
159
                        </property>
 
160
                    </item>
 
161
                        <property name="name">
 
162
                            <cstring>symbologyList</cstring>
 
163
                        </property>
 
164
                        <property name="sizePolicy">
 
165
                            <sizepolicy>
 
166
                                <hsizetype>7</hsizetype>
 
167
                                <vsizetype>7</vsizetype>
 
168
                                <horstretch>0</horstretch>
 
169
                                <verstretch>0</verstretch>
 
170
                            </sizepolicy>
 
171
                        </property>
 
172
                        <property name="minimumSize">
 
173
                            <size>
 
174
                                <width>20</width>
 
175
                                <height>20</height>
 
176
                            </size>
 
177
                        </property>
 
178
                        <property name="resizeMode">
 
179
                            <enum>AllColumns</enum>
 
180
                        </property>
 
181
                        <property name="treeStepSize">
 
182
                            <number>20</number>
 
183
                        </property>
 
184
                    </widget>
 
185
                </hbox>
 
186
            </widget>
 
187
            <widget class="QWidget">
 
188
                <property name="name">
 
189
                    <cstring>tab</cstring>
 
190
                </property>
 
191
                <attribute name="title">
 
192
                    <string>Table</string>
 
193
                </attribute>
 
194
                <vbox>
 
195
                    <property name="name">
 
196
                        <cstring>unnamed</cstring>
 
197
                    </property>
 
198
                    <widget class="QFrame">
 
199
                        <property name="name">
 
200
                            <cstring>frame9</cstring>
 
201
                        </property>
 
202
                        <property name="sizePolicy">
 
203
                            <sizepolicy>
 
204
                                <hsizetype>7</hsizetype>
 
205
                                <vsizetype>5</vsizetype>
 
206
                                <horstretch>0</horstretch>
 
207
                                <verstretch>0</verstretch>
 
208
                            </sizepolicy>
 
209
                        </property>
 
210
                        <property name="minimumSize">
 
211
                            <size>
 
212
                                <width>0</width>
 
213
                                <height>30</height>
 
214
                            </size>
 
215
                        </property>
 
216
                        <property name="maximumSize">
 
217
                            <size>
 
218
                                <width>32767</width>
 
219
                                <height>30</height>
 
220
                            </size>
 
221
                        </property>
 
222
                        <property name="frameShape">
 
223
                            <enum>NoFrame</enum>
 
224
                        </property>
 
225
                        <property name="frameShadow">
 
226
                            <enum>Plain</enum>
 
227
                        </property>
 
228
                        <property name="lineWidth">
 
229
                            <number>0</number>
 
230
                        </property>
 
231
                        <widget class="QLabel">
 
232
                            <property name="name">
 
233
                                <cstring>textLabel1</cstring>
 
234
                            </property>
 
235
                            <property name="geometry">
 
236
                                <rect>
 
237
                                    <x>10</x>
 
238
                                    <y>2</y>
 
239
                                    <width>93</width>
 
240
                                    <height>26</height>
 
241
                                </rect>
 
242
                            </property>
 
243
                            <property name="text">
 
244
                                <string>Field (layer)</string>
 
245
                            </property>
 
246
                        </widget>
 
247
                        <widget class="QComboBox">
 
248
                            <property name="name">
 
249
                                <cstring>mTableField</cstring>
 
250
                            </property>
 
251
                            <property name="geometry">
 
252
                                <rect>
 
253
                                    <x>119</x>
 
254
                                    <y>1</y>
 
255
                                    <width>65</width>
 
256
                                    <height>29</height>
 
257
                                </rect>
 
258
                            </property>
 
259
                            <property name="editable">
 
260
                                <bool>true</bool>
 
261
                            </property>
 
262
                            <property name="duplicatesEnabled">
 
263
                                <bool>false</bool>
 
264
                            </property>
 
265
                        </widget>
 
266
                    </widget>
 
267
                    <widget class="QTable">
 
268
                        <property name="name">
 
269
                            <cstring>mAttributeTable</cstring>
 
270
                        </property>
 
271
                        <property name="lineWidth">
 
272
                            <number>2</number>
 
273
                        </property>
 
274
                        <property name="resizePolicy">
 
275
                            <enum>Manual</enum>
 
276
                        </property>
 
277
                        <property name="numRows">
 
278
                            <number>0</number>
 
279
                        </property>
 
280
                        <property name="numCols">
 
281
                            <number>3</number>
 
282
                        </property>
 
283
                    </widget>
 
284
                    <widget class="QFrame">
 
285
                        <property name="name">
 
286
                            <cstring>frame3</cstring>
 
287
                        </property>
 
288
                        <property name="sizePolicy">
 
289
                            <sizepolicy>
 
290
                                <hsizetype>7</hsizetype>
 
291
                                <vsizetype>7</vsizetype>
 
292
                                <horstretch>0</horstretch>
 
293
                                <verstretch>0</verstretch>
 
294
                            </sizepolicy>
 
295
                        </property>
 
296
                        <property name="minimumSize">
 
297
                            <size>
 
298
                                <width>0</width>
 
299
                                <height>35</height>
 
300
                            </size>
 
301
                        </property>
 
302
                        <property name="maximumSize">
 
303
                            <size>
 
304
                                <width>32767</width>
 
305
                                <height>35</height>
 
306
                            </size>
 
307
                        </property>
 
308
                        <property name="frameShape">
 
309
                            <enum>NoFrame</enum>
 
310
                        </property>
 
311
                        <property name="frameShadow">
 
312
                            <enum>Plain</enum>
 
313
                        </property>
 
314
                        <property name="lineWidth">
 
315
                            <number>0</number>
 
316
                        </property>
 
317
                        <hbox>
 
318
                            <property name="name">
 
319
                                <cstring>unnamed</cstring>
 
320
                            </property>
 
321
                            <property name="margin">
 
322
                                <number>3</number>
 
323
                            </property>
 
324
                            <property name="spacing">
 
325
                                <number>3</number>
 
326
                            </property>
 
327
                            <widget class="QPushButton">
 
328
                                <property name="name">
 
329
                                    <cstring>mAddColumnButton</cstring>
 
330
                                </property>
 
331
                                <property name="sizePolicy">
 
332
                                    <sizepolicy>
 
333
                                        <hsizetype>7</hsizetype>
 
334
                                        <vsizetype>7</vsizetype>
 
335
                                        <horstretch>0</horstretch>
 
336
                                        <verstretch>0</verstretch>
 
337
                                    </sizepolicy>
 
338
                                </property>
 
339
                                <property name="text">
 
340
                                    <string>Add Column</string>
 
341
                                </property>
 
342
                            </widget>
 
343
                            <widget class="QPushButton">
 
344
                                <property name="name">
 
345
                                    <cstring>mAlterTableButton</cstring>
 
346
                                </property>
 
347
                                <property name="sizePolicy">
 
348
                                    <sizepolicy>
 
349
                                        <hsizetype>7</hsizetype>
 
350
                                        <vsizetype>7</vsizetype>
 
351
                                        <horstretch>0</horstretch>
 
352
                                        <verstretch>0</verstretch>
 
353
                                    </sizepolicy>
 
354
                                </property>
 
355
                                <property name="text">
 
356
                                    <string>Create / Alter Table</string>
 
357
                                </property>
 
358
                            </widget>
 
359
                        </hbox>
 
360
                    </widget>
 
361
                </vbox>
 
362
            </widget>
 
363
        </widget>
 
364
    </vbox>
 
365
</widget>
 
366
<toolbars>
 
367
    <toolbar dock="2">
 
368
        <property name="name">
 
369
            <cstring>newToolBar</cstring>
 
370
        </property>
 
371
        <property name="label">
 
372
            <string>Tools</string>
 
373
        </property>
 
374
        <action name="newPointAction"/>
 
375
        <action name="newLineAction"/>
 
376
        <action name="newBoundaryAction"/>
 
377
        <action name="newCentroidAction"/>
 
378
    </toolbar>
 
379
    <toolbar dock="2">
 
380
        <property name="name">
 
381
            <cstring>editVertexToolBar</cstring>
 
382
        </property>
 
383
        <property name="label">
 
384
            <string>Toolbar</string>
 
385
        </property>
 
386
        <action name="moveVertexAction"/>
 
387
        <action name="addVertexAction"/>
 
388
        <action name="deleteVertexAction"/>
 
389
    </toolbar>
 
390
    <toolbar dock="2">
 
391
        <property name="name">
 
392
            <cstring>editLineToolBar</cstring>
 
393
        </property>
 
394
        <property name="label">
 
395
            <string>Toolbar</string>
 
396
        </property>
 
397
        <action name="moveLineAction"/>
 
398
        <action name="splitLineAction"/>
 
399
        <action name="deleteLineAction"/>
 
400
        <separator/>
 
401
        <action name="editAttributesAction"/>
 
402
    </toolbar>
 
403
    <toolbar dock="2">
 
404
        <property name="name">
 
405
            <cstring>mainToolBar</cstring>
 
406
        </property>
 
407
        <property name="label">
 
408
            <string>Toolbar</string>
 
409
        </property>
 
410
        <action name="closeEditAction"/>
 
411
    </toolbar>
 
412
</toolbars>
 
413
<actions>
 
414
    <action>
 
415
        <property name="name">
 
416
            <cstring>newLineAction</cstring>
 
417
        </property>
 
418
        <property name="iconSet">
 
419
            <iconset>image0</iconset>
 
420
        </property>
 
421
        <property name="text">
 
422
            <string>New line</string>
 
423
        </property>
 
424
        <property name="menuText">
 
425
            <string>New line</string>
 
426
        </property>
 
427
        <property name="accel">
 
428
            <string>F2</string>
 
429
        </property>
 
430
    </action>
 
431
    <action>
 
432
        <property name="name">
 
433
            <cstring>closeEditAction</cstring>
 
434
        </property>
 
435
        <property name="iconSet">
 
436
            <iconset>image1</iconset>
 
437
        </property>
 
438
        <property name="text">
 
439
            <string>Close</string>
 
440
        </property>
 
441
        <property name="menuText">
 
442
            <string>Close</string>
 
443
        </property>
 
444
    </action>
 
445
    <action>
 
446
        <property name="name">
 
447
            <cstring>newPointAction</cstring>
 
448
        </property>
 
449
        <property name="iconSet">
 
450
            <iconset>image2</iconset>
 
451
        </property>
 
452
        <property name="text">
 
453
            <string>New point</string>
 
454
        </property>
 
455
        <property name="accel">
 
456
            <string>F1</string>
 
457
        </property>
 
458
    </action>
 
459
    <action>
 
460
        <property name="name">
 
461
            <cstring>newBoundaryAction</cstring>
 
462
        </property>
 
463
        <property name="iconSet">
 
464
            <iconset>image3</iconset>
 
465
        </property>
 
466
        <property name="text">
 
467
            <string>New boundary</string>
 
468
        </property>
 
469
        <property name="accel">
 
470
            <string>F3</string>
 
471
        </property>
 
472
    </action>
 
473
    <action>
 
474
        <property name="name">
 
475
            <cstring>newCentroidAction</cstring>
 
476
        </property>
 
477
        <property name="iconSet">
 
478
            <iconset>image4</iconset>
 
479
        </property>
 
480
        <property name="text">
 
481
            <string>New centroid</string>
 
482
        </property>
 
483
        <property name="accel">
 
484
            <string>F4</string>
 
485
        </property>
 
486
    </action>
 
487
    <action>
 
488
        <property name="name">
 
489
            <cstring>moveVertexAction</cstring>
 
490
        </property>
 
491
        <property name="iconSet">
 
492
            <iconset>image5</iconset>
 
493
        </property>
 
494
        <property name="text">
 
495
            <string>Move vertex</string>
 
496
        </property>
 
497
        <property name="accel">
 
498
            <string>F5</string>
 
499
        </property>
 
500
    </action>
 
501
    <action>
 
502
        <property name="name">
 
503
            <cstring>addVertexAction</cstring>
 
504
        </property>
 
505
        <property name="iconSet">
 
506
            <iconset>image6</iconset>
 
507
        </property>
 
508
        <property name="text">
 
509
            <string>Add vertex</string>
 
510
        </property>
 
511
        <property name="accel">
 
512
            <string>F6</string>
 
513
        </property>
 
514
    </action>
 
515
    <action>
 
516
        <property name="name">
 
517
            <cstring>deleteVertexAction</cstring>
 
518
        </property>
 
519
        <property name="iconSet">
 
520
            <iconset>image7</iconset>
 
521
        </property>
 
522
        <property name="text">
 
523
            <string>Delete vertex</string>
 
524
        </property>
 
525
        <property name="accel">
 
526
            <string>F7</string>
 
527
        </property>
 
528
    </action>
 
529
    <action>
 
530
        <property name="name">
 
531
            <cstring>splitLineAction</cstring>
 
532
        </property>
 
533
        <property name="iconSet">
 
534
            <iconset>image8</iconset>
 
535
        </property>
 
536
        <property name="text">
 
537
            <string>Split line</string>
 
538
        </property>
 
539
        <property name="accel">
 
540
            <string>F10</string>
 
541
        </property>
 
542
    </action>
 
543
    <action>
 
544
        <property name="name">
 
545
            <cstring>moveLineAction</cstring>
 
546
        </property>
 
547
        <property name="iconSet">
 
548
            <iconset>image9</iconset>
 
549
        </property>
 
550
        <property name="text">
 
551
            <string>Move line</string>
 
552
        </property>
 
553
        <property name="accel">
 
554
            <string>F9</string>
 
555
        </property>
 
556
    </action>
 
557
    <action>
 
558
        <property name="name">
 
559
            <cstring>deleteLineAction</cstring>
 
560
        </property>
 
561
        <property name="iconSet">
 
562
            <iconset>image10</iconset>
 
563
        </property>
 
564
        <property name="text">
 
565
            <string>Delete line</string>
 
566
        </property>
 
567
        <property name="accel">
 
568
            <string>F11</string>
 
569
        </property>
 
570
    </action>
 
571
    <action>
 
572
        <property name="name">
 
573
            <cstring>editCatsAction</cstring>
 
574
        </property>
 
575
        <property name="text">
 
576
            <string>Edit categories</string>
 
577
        </property>
 
578
    </action>
 
579
    <action>
 
580
        <property name="name">
 
581
            <cstring>editAttributesAction</cstring>
 
582
        </property>
 
583
        <property name="iconSet">
 
584
            <iconset>image11</iconset>
 
585
        </property>
 
586
        <property name="text">
 
587
            <string>Edit attributes</string>
 
588
        </property>
 
589
    </action>
 
590
</actions>
 
591
<images>
 
592
    <image name="image0">
 
593
        <data format="XPM.GZ" length="646">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325200210543251d2e253d856405bffcbc54105b19c85636360041b014563014659471c92823eb5156c621a30c460809b88c329c4093514688c028423228c640796832480e01cba0b817c6c1908103bac542ad351700afdf726b</data>
 
594
    </image>
 
595
    <image name="image1">
 
596
        <data format="XPM.GZ" length="676">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022130543251d2e253d856405bffcbc54103b09c8564e340041103711c44d4b4b4c3535077195215c10006bc40a6827a30c0258649461005d4659194d8a0819dca6e925c2001e99a4a424ec32204d49483289b4934171016e191457a38535aa475162014582bc38adb5e6020039de90ca</data>
 
597
    </image>
 
598
    <image name="image2">
 
599
        <data format="XPM.GZ" length="646">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325200210543251d2e253d856405bffcbc54105b19c85636360041b0145630846494e920a30c0303e602343008646aadb900ffaa72d9</data>
 
600
    </image>
 
601
    <image name="image3">
 
602
        <data format="XPM.GZ" length="646">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325200210543251d2e253d856405bffcbc54105b19c85636360041b014568022a30c04d86420a27039b80c4235940593419802e340655024205c4232681260010232181220291ac890e336b2c2004f88e289053ddc310711c51edb6840a9d69a0b0043de7158</data>
 
603
    </image>
 
604
    <image name="image4">
 
605
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54103b11c85636360041105719c4b5300041b04aac0045461908b0c94044e1727019846a280b26833005c681caa04840b88464e012890829023208b360324021a264126180283de4b80d2195487c18e009513cb1a0873be620a2d8631b0d28d55a7301006e5a7795</data>
 
606
    </image>
 
607
    <image name="image5">
 
608
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54103b11c85636360041105719c44d4b330002b04aac805819656565eac9284331868c32128922a38c4a236410362823cb242626227905cc03871018a0ca2426e2d703e52224d0dd96884a23fb271145014a1824221b8a1a6ec80ea15c06199025536bcd050056d17dff</data>
 
609
    </image>
 
610
    <image name="image6">
 
611
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54105b19c85636360041103711c44d4b330002b04aac6098ca282b2b23098279e0100283440400f3f1eb81721112e82e5046a591dda68ca200c5d5cac886a2fa07d92194cb2003b2646aadb900fe65773b</data>
 
612
    </image>
 
613
    <image name="image7">
 
614
        <data format="XPM.GZ" length="661">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade6523232520022630543251d2e253d856405bffcbc54103b11c85636360041105719c44d4b330002b04aac805819656565eac9284331868c32128922a38c4a236410362823cb242626227905cc03871056805f8f1e563082646aadb900c6617ccd</data>
 
615
    </image>
 
616
    <image name="image8">
 
617
        <data format="XPM.GZ" length="691">789cc591c10ac2300c86ef7d8ab0dc86b8399121e223281e05f1d0c6153d4c41e741c477b7a95d5dc7ead53494fc7cfd1368b214b69b15a499b835b23911d0515e213ddcebfab1db2f9f22290a303983493212c91808d69773c5359a1a73135ab3942ca7391f96c4725e9565ae582a965af373db6730fe4010e30423a48782390172444ad94156d90f6be3839c083dcee53ddfdeaa332b204af959d421caa643d423ee423420e8e65d34405a1074f3c10683625b88939f9b7b2dc41bc7fd879e</data>
 
618
    </image>
 
619
    <image name="image9">
 
620
        <data format="XPM.GZ" length="661">789c8d90c10ac2301044eff98a25b915496b7b143f41f1288887a15af450055b0f22febbc9d6a61bb5e82490d9bc6433244d68bd5a5092aaa6457b2ca93ce042c9ee5ad7b7cd767e573acfc9cd82a67aa2b4a59296e7d3de7b386f8acc0f5f1a5f5655e6c427bfc8d81162ac20c68c10c3730081388f0109e22dc22d5e7e11b6e8f73a1e087888204cb897970c1f88edc020f10711c0d8ef40de899a4902d90ee21d442f09822804ec1f246af3aade8808c224cadb171f24483f66ea0966267e2a</data>
 
621
    </image>
 
622
    <image name="image10">
 
623
        <data format="XPM.GZ" length="646">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325200210543251d2e253d856405bffcbc54105b19c8564e4b330002b014563014659471c92823eb5156c621a30c460809b88c329c4093514688c028423228c640796832480e01cba0b817c6c1908103bac542ad35170090dc72ce</data>
 
624
    </image>
 
625
    <image name="image11">
 
626
        <data format="XPM.GZ" length="646">789cd3d7528808f055d0d2e72a2e492cc94c5648ce482c52d04a29cdcdad8c8eb5ade65232325200210543251d2e253d856405bffcbc54105b19c85636360041b01456009151c6007019902265240d48324055ca08ad7ac4e819b587caf6e08e53aac9d45a7301006fca6c46</data>
 
627
    </image>
 
628
</images>
 
629
<connections>
 
630
    <connection>
 
631
        <sender>addVertexAction</sender>
 
632
        <signal>activated()</signal>
 
633
        <receiver>QgsGrassEditBase</receiver>
 
634
        <slot>addVertex()</slot>
 
635
    </connection>
 
636
    <connection>
 
637
        <sender>closeEditAction</sender>
 
638
        <signal>activated()</signal>
 
639
        <receiver>QgsGrassEditBase</receiver>
 
640
        <slot>closeEdit()</slot>
 
641
    </connection>
 
642
    <connection>
 
643
        <sender>deleteLineAction</sender>
 
644
        <signal>activated()</signal>
 
645
        <receiver>QgsGrassEditBase</receiver>
 
646
        <slot>deleteLine()</slot>
 
647
    </connection>
 
648
    <connection>
 
649
        <sender>deleteVertexAction</sender>
 
650
        <signal>activated()</signal>
 
651
        <receiver>QgsGrassEditBase</receiver>
 
652
        <slot>deleteVertex()</slot>
 
653
    </connection>
 
654
    <connection>
 
655
        <sender>moveLineAction</sender>
 
656
        <signal>activated()</signal>
 
657
        <receiver>QgsGrassEditBase</receiver>
 
658
        <slot>moveLine()</slot>
 
659
    </connection>
 
660
    <connection>
 
661
        <sender>moveVertexAction</sender>
 
662
        <signal>activated()</signal>
 
663
        <receiver>QgsGrassEditBase</receiver>
 
664
        <slot>moveVertex()</slot>
 
665
    </connection>
 
666
    <connection>
 
667
        <sender>newBoundaryAction</sender>
 
668
        <signal>activated()</signal>
 
669
        <receiver>QgsGrassEditBase</receiver>
 
670
        <slot>newBoundary()</slot>
 
671
    </connection>
 
672
    <connection>
 
673
        <sender>newCentroidAction</sender>
 
674
        <signal>activated()</signal>
 
675
        <receiver>QgsGrassEditBase</receiver>
 
676
        <slot>newCentroid()</slot>
 
677
    </connection>
 
678
    <connection>
 
679
        <sender>newLineAction</sender>
 
680
        <signal>activated()</signal>
 
681
        <receiver>QgsGrassEditBase</receiver>
 
682
        <slot>newLine()</slot>
 
683
    </connection>
 
684
    <connection>
 
685
        <sender>newPointAction</sender>
 
686
        <signal>activated()</signal>
 
687
        <receiver>QgsGrassEditBase</receiver>
 
688
        <slot>newPoint()</slot>
 
689
    </connection>
 
690
    <connection>
 
691
        <sender>splitLineAction</sender>
 
692
        <signal>activated()</signal>
 
693
        <receiver>QgsGrassEditBase</receiver>
 
694
        <slot>splitLine()</slot>
 
695
    </connection>
 
696
    <connection>
 
697
        <sender>editAttributesAction</sender>
 
698
        <signal>activated()</signal>
 
699
        <receiver>QgsGrassEditBase</receiver>
 
700
        <slot>editAttributes()</slot>
 
701
    </connection>
 
702
    <connection>
 
703
        <sender>mFieldBox</sender>
 
704
        <signal>activated(int)</signal>
 
705
        <receiver>QgsGrassEditBase</receiver>
 
706
        <slot>fieldChanged()</slot>
 
707
    </connection>
 
708
    <connection>
 
709
        <sender>mCatModeBox</sender>
 
710
        <signal>activated(int)</signal>
 
711
        <receiver>QgsGrassEditBase</receiver>
 
712
        <slot>catModeChanged()</slot>
 
713
    </connection>
 
714
    <connection>
 
715
        <sender>mAddColumnButton</sender>
 
716
        <signal>clicked()</signal>
 
717
        <receiver>QgsGrassEditBase</receiver>
 
718
        <slot>addColumn()</slot>
 
719
    </connection>
 
720
    <connection>
 
721
        <sender>mAlterTableButton</sender>
 
722
        <signal>clicked()</signal>
 
723
        <receiver>QgsGrassEditBase</receiver>
 
724
        <slot>alterTable()</slot>
 
725
    </connection>
 
726
    <connection>
 
727
        <sender>mTableField</sender>
 
728
        <signal>activated(int)</signal>
 
729
        <receiver>QgsGrassEditBase</receiver>
 
730
        <slot>attributeTableFieldChanged()</slot>
 
731
    </connection>
 
732
</connections>
 
733
<includes>
 
734
    <include location="local" impldecl="in implementation">qgsgrasseditbase.ui.h</include>
 
735
</includes>
 
736
<slots>
 
737
    <slot>newLine()</slot>
 
738
    <slot>closeEdit()</slot>
 
739
    <slot>newPoint()</slot>
 
740
    <slot>newBoundary()</slot>
 
741
    <slot>newCentroid()</slot>
 
742
    <slot>moveVertex()</slot>
 
743
    <slot>deleteVertex()</slot>
 
744
    <slot>addVertex()</slot>
 
745
    <slot>moveLine()</slot>
 
746
    <slot>deleteLine()</slot>
 
747
    <slot>splitLine()</slot>
 
748
    <slot>editCats()</slot>
 
749
    <slot>editAttributes()</slot>
 
750
    <slot>catModeChanged()</slot>
 
751
    <slot>fieldChanged()</slot>
 
752
    <slot>addColumn()</slot>
 
753
    <slot>alterTable()</slot>
 
754
    <slot>attributeTableFieldChanged()</slot>
 
755
</slots>
 
756
<layoutdefaults spacing="6" margin="11"/>
 
757
</UI>