~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to kdevdesigner/designer/tableeditor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
 
2
<class>TableEditorBase</class>
 
3
<comment>*********************************************************************
 
4
** Copyright (C) 2001 Trolltech AS.  All rights reserved.
 
5
**
 
6
** This file is part of Qt Designer.
 
7
**
 
8
** This file may be distributed and/or modified under the terms of the
 
9
** GNU General Public License version 2 as published by the Free Software
 
10
** Foundation and appearing in the file LICENSE.GPL included in the
 
11
** packaging of this file.
 
12
**
 
13
** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition
 
14
** licenses may use this file in accordance with the Qt Commercial License
 
15
** Agreement provided with the Software.
 
16
**
 
17
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
 
18
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
19
**
 
20
** See http://www.trolltech.com/gpl/ for GPL licensing information.
 
21
** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for
 
22
**   information about Qt Commercial License Agreements.
 
23
**
 
24
** Contact info@trolltech.com if any conditions of this licensing are
 
25
** not clear to you.
 
26
**
 
27
*********************************************************************</comment>
 
28
<widget class="QDialog">
 
29
    <property name="name">
 
30
        <cstring>TableEditorBase</cstring>
 
31
    </property>
 
32
    <property name="geometry">
 
33
        <rect>
 
34
            <x>0</x>
 
35
            <y>0</y>
 
36
            <width>484</width>
 
37
            <height>406</height>
 
38
        </rect>
 
39
    </property>
 
40
    <property name="caption">
 
41
        <string>Edit Table</string>
 
42
    </property>
 
43
    <property name="sizeGripEnabled">
 
44
        <bool>true</bool>
 
45
    </property>
 
46
    <grid>
 
47
        <property name="name">
 
48
            <cstring>unnamed</cstring>
 
49
        </property>
 
50
        <property name="margin">
 
51
            <number>11</number>
 
52
        </property>
 
53
        <property name="spacing">
 
54
            <number>6</number>
 
55
        </property>
 
56
        <widget class="QTable" row="0" column="0">
 
57
            <property name="name">
 
58
                <cstring>table</cstring>
 
59
            </property>
 
60
            <property name="numRows">
 
61
                <number>1</number>
 
62
            </property>
 
63
            <property name="numCols">
 
64
                <number>1</number>
 
65
            </property>
 
66
            <property name="readOnly">
 
67
                <bool>true</bool>
 
68
            </property>
 
69
        </widget>
 
70
        <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
 
71
            <property name="name">
 
72
                <cstring>Layout11</cstring>
 
73
            </property>
 
74
            <hbox>
 
75
                <property name="name">
 
76
                    <cstring>unnamed</cstring>
 
77
                </property>
 
78
                <property name="margin">
 
79
                    <number>0</number>
 
80
                </property>
 
81
                <property name="spacing">
 
82
                    <number>6</number>
 
83
                </property>
 
84
                <widget class="QPushButton">
 
85
                    <property name="name">
 
86
                        <cstring>buttonHelp</cstring>
 
87
                    </property>
 
88
                    <property name="text">
 
89
                        <string>&amp;Help</string>
 
90
                    </property>
 
91
                    <property name="autoDefault">
 
92
                        <bool>true</bool>
 
93
                    </property>
 
94
                </widget>
 
95
                <spacer>
 
96
                    <property name="name">
 
97
                        <cstring>Horizontal Spacing2</cstring>
 
98
                    </property>
 
99
                    <property name="orientation">
 
100
                        <enum>Horizontal</enum>
 
101
                    </property>
 
102
                    <property name="sizeType">
 
103
                        <enum>Expanding</enum>
 
104
                    </property>
 
105
                    <property name="sizeHint">
 
106
                        <size>
 
107
                            <width>20</width>
 
108
                            <height>20</height>
 
109
                        </size>
 
110
                    </property>
 
111
                </spacer>
 
112
                <widget class="QPushButton">
 
113
                    <property name="name">
 
114
                        <cstring>buttonOk</cstring>
 
115
                    </property>
 
116
                    <property name="text">
 
117
                        <string>&amp;OK</string>
 
118
                    </property>
 
119
                    <property name="autoDefault">
 
120
                        <bool>true</bool>
 
121
                    </property>
 
122
                    <property name="default">
 
123
                        <bool>true</bool>
 
124
                    </property>
 
125
                    <property name="whatsThis" stdset="0">
 
126
                        <string>Close the dialog and apply all the changes.</string>
 
127
                    </property>
 
128
                </widget>
 
129
                <widget class="QPushButton">
 
130
                    <property name="name">
 
131
                        <cstring>buttonApply</cstring>
 
132
                    </property>
 
133
                    <property name="text">
 
134
                        <string>&amp;Apply</string>
 
135
                    </property>
 
136
                    <property name="autoDefault">
 
137
                        <bool>true</bool>
 
138
                    </property>
 
139
                    <property name="whatsThis" stdset="0">
 
140
                        <string>Apply all changes.</string>
 
141
                    </property>
 
142
                </widget>
 
143
                <widget class="QPushButton">
 
144
                    <property name="name">
 
145
                        <cstring>buttonCancel</cstring>
 
146
                    </property>
 
147
                    <property name="text">
 
148
                        <string>&amp;Cancel</string>
 
149
                    </property>
 
150
                    <property name="autoDefault">
 
151
                        <bool>true</bool>
 
152
                    </property>
 
153
                    <property name="whatsThis" stdset="0">
 
154
                        <string>Close the dialog and discard any changes.</string>
 
155
                    </property>
 
156
                </widget>
 
157
            </hbox>
 
158
        </widget>
 
159
        <widget class="QTabWidget" row="0" column="1">
 
160
            <property name="name">
 
161
                <cstring>TabWidget</cstring>
 
162
            </property>
 
163
            <widget class="QWidget">
 
164
                <property name="name">
 
165
                    <cstring>columns_tab</cstring>
 
166
                </property>
 
167
                <attribute name="title">
 
168
                    <string>Co&amp;lumns</string>
 
169
                </attribute>
 
170
                <grid>
 
171
                    <property name="name">
 
172
                        <cstring>unnamed</cstring>
 
173
                    </property>
 
174
                    <property name="margin">
 
175
                        <number>11</number>
 
176
                    </property>
 
177
                    <property name="spacing">
 
178
                        <number>6</number>
 
179
                    </property>
 
180
                    <spacer row="4" column="2">
 
181
                        <property name="name">
 
182
                            <cstring>Spacer3</cstring>
 
183
                        </property>
 
184
                        <property name="orientation">
 
185
                            <enum>Horizontal</enum>
 
186
                        </property>
 
187
                        <property name="sizeType">
 
188
                            <enum>Expanding</enum>
 
189
                        </property>
 
190
                        <property name="sizeHint">
 
191
                            <size>
 
192
                                <width>20</width>
 
193
                                <height>20</height>
 
194
                            </size>
 
195
                        </property>
 
196
                    </spacer>
 
197
                    <widget class="QListBox" row="0" column="0" rowspan="6" colspan="1">
 
198
                        <property name="name">
 
199
                            <cstring>listColumns</cstring>
 
200
                        </property>
 
201
                    </widget>
 
202
                    <spacer row="3" column="1">
 
203
                        <property name="name">
 
204
                            <cstring>Spacer2</cstring>
 
205
                        </property>
 
206
                        <property name="orientation">
 
207
                            <enum>Vertical</enum>
 
208
                        </property>
 
209
                        <property name="sizeType">
 
210
                            <enum>Expanding</enum>
 
211
                        </property>
 
212
                        <property name="sizeHint">
 
213
                            <size>
 
214
                                <width>20</width>
 
215
                                <height>20</height>
 
216
                            </size>
 
217
                        </property>
 
218
                    </spacer>
 
219
                    <widget class="QPushButton" row="4" column="1">
 
220
                        <property name="name">
 
221
                            <cstring>buttonColumnUp</cstring>
 
222
                        </property>
 
223
                        <property name="text">
 
224
                            <string></string>
 
225
                        </property>
 
226
                        <property name="pixmap">
 
227
                            <pixmap>"designer_s_up.png"</pixmap>
 
228
                        </property>
 
229
                        <property name="toolTip" stdset="0">
 
230
                            <string>Move up</string>
 
231
                        </property>
 
232
                        <property name="whatsThis" stdset="0">
 
233
                            <string>&lt;b&gt;Move the selected item up.&lt;/b&gt;&lt;p&gt;The top-most column will be the first column of the list.&lt;/p&gt;</string>
 
234
                        </property>
 
235
                    </widget>
 
236
                    <widget class="QPushButton" row="5" column="1">
 
237
                        <property name="name">
 
238
                            <cstring>buttonColumnDown</cstring>
 
239
                        </property>
 
240
                        <property name="text">
 
241
                            <string></string>
 
242
                        </property>
 
243
                        <property name="pixmap">
 
244
                            <pixmap>"designer_s_down.png"</pixmap>
 
245
                        </property>
 
246
                        <property name="toolTip" stdset="0">
 
247
                            <string>Move down</string>
 
248
                        </property>
 
249
                        <property name="whatsThis" stdset="0">
 
250
                            <string>&lt;b&gt;Move the selected item down.&lt;/b&gt;&lt;p&gt;The top-most column will be the first column of the list.&lt;/p&gt;</string>
 
251
                        </property>
 
252
                    </widget>
 
253
                    <widget class="QPushButton" row="1" column="1">
 
254
                        <property name="name">
 
255
                            <cstring>buttonDeleteColumn</cstring>
 
256
                        </property>
 
257
                        <property name="text">
 
258
                            <string>&amp;Delete Column</string>
 
259
                        </property>
 
260
                    </widget>
 
261
                    <widget class="QPushButton" row="0" column="1">
 
262
                        <property name="name">
 
263
                            <cstring>buttonNewColumn</cstring>
 
264
                        </property>
 
265
                        <property name="text">
 
266
                            <string>&amp;New Column</string>
 
267
                        </property>
 
268
                    </widget>
 
269
                    <widget class="QLayoutWidget" row="2" column="1" rowspan="1" colspan="2">
 
270
                        <property name="name">
 
271
                            <cstring>Layout6</cstring>
 
272
                        </property>
 
273
                        <grid>
 
274
                            <property name="name">
 
275
                                <cstring>unnamed</cstring>
 
276
                            </property>
 
277
                            <property name="margin">
 
278
                                <number>0</number>
 
279
                            </property>
 
280
                            <property name="spacing">
 
281
                                <number>6</number>
 
282
                            </property>
 
283
                            <widget class="QLabel" row="0" column="0">
 
284
                                <property name="name">
 
285
                                    <cstring>labelTable</cstring>
 
286
                                </property>
 
287
                                <property name="text">
 
288
                                    <string>Table:</string>
 
289
                                </property>
 
290
                            </widget>
 
291
                            <widget class="QLayoutWidget" row="3" column="1">
 
292
                                <property name="name">
 
293
                                    <cstring>Layout2</cstring>
 
294
                                </property>
 
295
                                <hbox>
 
296
                                    <property name="name">
 
297
                                        <cstring>unnamed</cstring>
 
298
                                    </property>
 
299
                                    <property name="margin">
 
300
                                        <number>0</number>
 
301
                                    </property>
 
302
                                    <property name="spacing">
 
303
                                        <number>6</number>
 
304
                                    </property>
 
305
                                    <widget class="QLabel">
 
306
                                        <property name="name">
 
307
                                            <cstring>labelColumnPixmap</cstring>
 
308
                                        </property>
 
309
                                        <property name="text">
 
310
                                            <string>Label4</string>
 
311
                                        </property>
 
312
                                    </widget>
 
313
                                    <widget class="QPushButton">
 
314
                                        <property name="name">
 
315
                                            <cstring>buttonDeleteColPixmap</cstring>
 
316
                                        </property>
 
317
                                        <property name="maximumSize">
 
318
                                            <size>
 
319
                                                <width>30</width>
 
320
                                                <height>22</height>
 
321
                                            </size>
 
322
                                        </property>
 
323
                                        <property name="text">
 
324
                                            <string></string>
 
325
                                        </property>
 
326
                                        <property name="pixmap">
 
327
                                            <pixmap>"designer_s_editcut.png"</pixmap>
 
328
                                        </property>
 
329
                                        <property name="toolTip" stdset="0">
 
330
                                            <string>Delete Pixmap</string>
 
331
                                        </property>
 
332
                                        <property name="whatsThis" stdset="0">
 
333
                                            <string>&lt;b&gt;Delete the selected item's pixmap.&lt;/b&gt;&lt;p&gt;The pixmap in the current column of the selected item will be deleted.&lt;/p&gt;</string>
 
334
                                        </property>
 
335
                                    </widget>
 
336
                                    <widget class="QPushButton">
 
337
                                        <property name="name">
 
338
                                            <cstring>buttonChooseColPixmap</cstring>
 
339
                                        </property>
 
340
                                        <property name="maximumSize">
 
341
                                            <size>
 
342
                                                <width>30</width>
 
343
                                                <height>22</height>
 
344
                                            </size>
 
345
                                        </property>
 
346
                                        <property name="text">
 
347
                                            <string>...</string>
 
348
                                        </property>
 
349
                                        <property name="toolTip" stdset="0">
 
350
                                            <string>Select a Pixmap</string>
 
351
                                        </property>
 
352
                                        <property name="whatsThis" stdset="0">
 
353
                                            <string>&lt;b&gt;Select a pixmap file for the item.&lt;/b&gt;&lt;p&gt;The pixmap will be changed in the current column of the selected item.&lt;/p&gt;</string>
 
354
                                        </property>
 
355
                                    </widget>
 
356
                                </hbox>
 
357
                            </widget>
 
358
                            <widget class="QLabel" row="2" column="0">
 
359
                                <property name="name">
 
360
                                    <cstring>TextLabel2</cstring>
 
361
                                </property>
 
362
                                <property name="text">
 
363
                                    <string>&amp;Label:</string>
 
364
                                </property>
 
365
                                <property name="buddy" stdset="0">
 
366
                                    <cstring>editColumnText</cstring>
 
367
                                </property>
 
368
                            </widget>
 
369
                            <widget class="QLabel" row="3" column="0">
 
370
                                <property name="name">
 
371
                                    <cstring>Label2</cstring>
 
372
                                </property>
 
373
                                <property name="text">
 
374
                                    <string>Pixmap:</string>
 
375
                                </property>
 
376
                                <property name="buddy" stdset="0">
 
377
                                    <cstring>itemChoosePixmap</cstring>
 
378
                                </property>
 
379
                            </widget>
 
380
                            <widget class="QLabel" row="1" column="0">
 
381
                                <property name="name">
 
382
                                    <cstring>labelFields</cstring>
 
383
                                </property>
 
384
                                <property name="text">
 
385
                                    <string>&amp;Field:</string>
 
386
                                </property>
 
387
                                <property name="buddy" stdset="0">
 
388
                                    <cstring>comboFields</cstring>
 
389
                                </property>
 
390
                            </widget>
 
391
                            <widget class="QLineEdit" row="2" column="1">
 
392
                                <property name="name">
 
393
                                    <cstring>editColumnText</cstring>
 
394
                                </property>
 
395
                            </widget>
 
396
                            <widget class="QComboBox" row="1" column="1">
 
397
                                <property name="name">
 
398
                                    <cstring>comboFields</cstring>
 
399
                                </property>
 
400
                                <property name="editable">
 
401
                                    <bool>true</bool>
 
402
                                </property>
 
403
                            </widget>
 
404
                            <widget class="QLabel" row="0" column="1">
 
405
                                <property name="name">
 
406
                                    <cstring>labelTableValue</cstring>
 
407
                                </property>
 
408
                                <property name="text">
 
409
                                    <string>&lt;no table&gt;</string>
 
410
                                </property>
 
411
                            </widget>
 
412
                        </grid>
 
413
                    </widget>
 
414
                </grid>
 
415
            </widget>
 
416
            <widget class="QWidget">
 
417
                <property name="name">
 
418
                    <cstring>rows_tab</cstring>
 
419
                </property>
 
420
                <attribute name="title">
 
421
                    <string>&amp;Rows</string>
 
422
                </attribute>
 
423
                <grid>
 
424
                    <property name="name">
 
425
                        <cstring>unnamed</cstring>
 
426
                    </property>
 
427
                    <property name="margin">
 
428
                        <number>11</number>
 
429
                    </property>
 
430
                    <property name="spacing">
 
431
                        <number>6</number>
 
432
                    </property>
 
433
                    <spacer row="4" column="2">
 
434
                        <property name="name">
 
435
                            <cstring>Spacer3_2</cstring>
 
436
                        </property>
 
437
                        <property name="orientation">
 
438
                            <enum>Horizontal</enum>
 
439
                        </property>
 
440
                        <property name="sizeType">
 
441
                            <enum>Expanding</enum>
 
442
                        </property>
 
443
                        <property name="sizeHint">
 
444
                            <size>
 
445
                                <width>20</width>
 
446
                                <height>20</height>
 
447
                            </size>
 
448
                        </property>
 
449
                    </spacer>
 
450
                    <widget class="QPushButton" row="4" column="1">
 
451
                        <property name="name">
 
452
                            <cstring>buttonRowUp</cstring>
 
453
                        </property>
 
454
                        <property name="text">
 
455
                            <string></string>
 
456
                        </property>
 
457
                        <property name="pixmap">
 
458
                            <pixmap>"designer_s_up.png"</pixmap>
 
459
                        </property>
 
460
                        <property name="toolTip" stdset="0">
 
461
                            <string>Move up</string>
 
462
                        </property>
 
463
                        <property name="whatsThis" stdset="0">
 
464
                            <string>&lt;b&gt;Move the selected item up.&lt;/b&gt;&lt;p&gt;The top-most column will be the first column of the list.&lt;/p&gt;</string>
 
465
                        </property>
 
466
                    </widget>
 
467
                    <widget class="QListBox" row="0" column="0" rowspan="6" colspan="1">
 
468
                        <property name="name">
 
469
                            <cstring>listRows</cstring>
 
470
                        </property>
 
471
                    </widget>
 
472
                    <widget class="QPushButton" row="5" column="1">
 
473
                        <property name="name">
 
474
                            <cstring>buttonRowDown</cstring>
 
475
                        </property>
 
476
                        <property name="text">
 
477
                            <string></string>
 
478
                        </property>
 
479
                        <property name="pixmap">
 
480
                            <pixmap>"designer_s_down.png"</pixmap>
 
481
                        </property>
 
482
                        <property name="toolTip" stdset="0">
 
483
                            <string>Move down</string>
 
484
                        </property>
 
485
                        <property name="whatsThis" stdset="0">
 
486
                            <string>&lt;b&gt;Move the selected item down.&lt;/b&gt;&lt;p&gt;The top-most column will be the first column of the list.&lt;/p&gt;</string>
 
487
                        </property>
 
488
                    </widget>
 
489
                    <spacer row="3" column="1">
 
490
                        <property name="name">
 
491
                            <cstring>Spacer2_2</cstring>
 
492
                        </property>
 
493
                        <property name="orientation">
 
494
                            <enum>Vertical</enum>
 
495
                        </property>
 
496
                        <property name="sizeType">
 
497
                            <enum>Expanding</enum>
 
498
                        </property>
 
499
                        <property name="sizeHint">
 
500
                            <size>
 
501
                                <width>20</width>
 
502
                                <height>20</height>
 
503
                            </size>
 
504
                        </property>
 
505
                    </spacer>
 
506
                    <widget class="QPushButton" row="0" column="1">
 
507
                        <property name="name">
 
508
                            <cstring>buttonNewRow</cstring>
 
509
                        </property>
 
510
                        <property name="text">
 
511
                            <string>&amp;New Row</string>
 
512
                        </property>
 
513
                    </widget>
 
514
                    <widget class="QPushButton" row="1" column="1">
 
515
                        <property name="name">
 
516
                            <cstring>buttonDeleteRow</cstring>
 
517
                        </property>
 
518
                        <property name="text">
 
519
                            <string>&amp;Delete Row</string>
 
520
                        </property>
 
521
                    </widget>
 
522
                    <widget class="QLayoutWidget" row="2" column="1" rowspan="1" colspan="2">
 
523
                        <property name="name">
 
524
                            <cstring>Layout7_2</cstring>
 
525
                        </property>
 
526
                        <grid>
 
527
                            <property name="name">
 
528
                                <cstring>unnamed</cstring>
 
529
                            </property>
 
530
                            <property name="margin">
 
531
                                <number>0</number>
 
532
                            </property>
 
533
                            <property name="spacing">
 
534
                                <number>6</number>
 
535
                            </property>
 
536
                            <widget class="QLabel" row="0" column="0">
 
537
                                <property name="name">
 
538
                                    <cstring>TextLabel2_3</cstring>
 
539
                                </property>
 
540
                                <property name="text">
 
541
                                    <string>&amp;Label:</string>
 
542
                                </property>
 
543
                                <property name="buddy" stdset="0">
 
544
                                    <cstring>editRowText</cstring>
 
545
                                </property>
 
546
                            </widget>
 
547
                            <widget class="QLabel" row="1" column="0">
 
548
                                <property name="name">
 
549
                                    <cstring>Label2_2</cstring>
 
550
                                </property>
 
551
                                <property name="text">
 
552
                                    <string>Pixmap:</string>
 
553
                                </property>
 
554
                                <property name="buddy" stdset="0">
 
555
                                    <cstring>itemChoosePixmap</cstring>
 
556
                                </property>
 
557
                            </widget>
 
558
                            <widget class="QLayoutWidget" row="1" column="1">
 
559
                                <property name="name">
 
560
                                    <cstring>Layout2_2</cstring>
 
561
                                </property>
 
562
                                <hbox>
 
563
                                    <property name="name">
 
564
                                        <cstring>unnamed</cstring>
 
565
                                    </property>
 
566
                                    <property name="margin">
 
567
                                        <number>0</number>
 
568
                                    </property>
 
569
                                    <property name="spacing">
 
570
                                        <number>6</number>
 
571
                                    </property>
 
572
                                    <widget class="QLabel">
 
573
                                        <property name="name">
 
574
                                            <cstring>labelRowPixmap</cstring>
 
575
                                        </property>
 
576
                                        <property name="text">
 
577
                                            <string>Label4</string>
 
578
                                        </property>
 
579
                                    </widget>
 
580
                                    <widget class="QPushButton">
 
581
                                        <property name="name">
 
582
                                            <cstring>buttonDeleteRowPixmap</cstring>
 
583
                                        </property>
 
584
                                        <property name="maximumSize">
 
585
                                            <size>
 
586
                                                <width>30</width>
 
587
                                                <height>22</height>
 
588
                                            </size>
 
589
                                        </property>
 
590
                                        <property name="text">
 
591
                                            <string></string>
 
592
                                        </property>
 
593
                                        <property name="pixmap">
 
594
                                            <pixmap>"designer_s_editcut.png"</pixmap>
 
595
                                        </property>
 
596
                                        <property name="toolTip" stdset="0">
 
597
                                            <string>Delete Pixmap</string>
 
598
                                        </property>
 
599
                                        <property name="whatsThis" stdset="0">
 
600
                                            <string>&lt;b&gt;Delete the selected item's pixmap.&lt;/b&gt;&lt;p&gt;The pixmap in the current column of the selected item will be deleted.&lt;/p&gt;</string>
 
601
                                        </property>
 
602
                                    </widget>
 
603
                                    <widget class="QPushButton">
 
604
                                        <property name="name">
 
605
                                            <cstring>buttonChooseRowPixmap</cstring>
 
606
                                        </property>
 
607
                                        <property name="maximumSize">
 
608
                                            <size>
 
609
                                                <width>30</width>
 
610
                                                <height>22</height>
 
611
                                            </size>
 
612
                                        </property>
 
613
                                        <property name="text">
 
614
                                            <string>...</string>
 
615
                                        </property>
 
616
                                        <property name="toolTip" stdset="0">
 
617
                                            <string>Select a Pixmap</string>
 
618
                                        </property>
 
619
                                        <property name="whatsThis" stdset="0">
 
620
                                            <string>&lt;b&gt;Select a pixmap file for the item.&lt;/b&gt;&lt;p&gt;The pixmap will be changed in the current column of the selected item.&lt;/p&gt;</string>
 
621
                                        </property>
 
622
                                    </widget>
 
623
                                </hbox>
 
624
                            </widget>
 
625
                            <widget class="QLineEdit" row="0" column="1">
 
626
                                <property name="name">
 
627
                                    <cstring>editRowText</cstring>
 
628
                                </property>
 
629
                            </widget>
 
630
                        </grid>
 
631
                    </widget>
 
632
                </grid>
 
633
            </widget>
 
634
        </widget>
 
635
    </grid>
 
636
</widget>
 
637
<connections>
 
638
    <connection>
 
639
        <sender>buttonApply</sender>
 
640
        <signal>clicked()</signal>
 
641
        <receiver>TableEditorBase</receiver>
 
642
        <slot>applyClicked()</slot>
 
643
    </connection>
 
644
    <connection>
 
645
        <sender>buttonOk</sender>
 
646
        <signal>clicked()</signal>
 
647
        <receiver>TableEditorBase</receiver>
 
648
        <slot>okClicked()</slot>
 
649
    </connection>
 
650
    <connection>
 
651
        <sender>listColumns</sender>
 
652
        <signal>currentChanged(QListBoxItem*)</signal>
 
653
        <receiver>TableEditorBase</receiver>
 
654
        <slot>currentColumnChanged(QListBoxItem*)</slot>
 
655
    </connection>
 
656
    <connection>
 
657
        <sender>listColumns</sender>
 
658
        <signal>selectionChanged(QListBoxItem*)</signal>
 
659
        <receiver>TableEditorBase</receiver>
 
660
        <slot>currentColumnChanged(QListBoxItem*)</slot>
 
661
    </connection>
 
662
    <connection>
 
663
        <sender>editColumnText</sender>
 
664
        <signal>textChanged(const QString&amp;)</signal>
 
665
        <receiver>TableEditorBase</receiver>
 
666
        <slot>columnTextChanged(const QString&amp;)</slot>
 
667
    </connection>
 
668
    <connection>
 
669
        <sender>buttonNewColumn</sender>
 
670
        <signal>clicked()</signal>
 
671
        <receiver>TableEditorBase</receiver>
 
672
        <slot>newColumnClicked()</slot>
 
673
    </connection>
 
674
    <connection>
 
675
        <sender>buttonDeleteColumn</sender>
 
676
        <signal>clicked()</signal>
 
677
        <receiver>TableEditorBase</receiver>
 
678
        <slot>deleteColumnClicked()</slot>
 
679
    </connection>
 
680
    <connection>
 
681
        <sender>buttonColumnUp</sender>
 
682
        <signal>clicked()</signal>
 
683
        <receiver>TableEditorBase</receiver>
 
684
        <slot>columnUpClicked()</slot>
 
685
    </connection>
 
686
    <connection>
 
687
        <sender>buttonColumnDown</sender>
 
688
        <signal>clicked()</signal>
 
689
        <receiver>TableEditorBase</receiver>
 
690
        <slot>columnDownClicked()</slot>
 
691
    </connection>
 
692
    <connection>
 
693
        <sender>comboFields</sender>
 
694
        <signal>activated(const QString&amp;)</signal>
 
695
        <receiver>TableEditorBase</receiver>
 
696
        <slot>currentFieldChanged(const QString&amp;)</slot>
 
697
    </connection>
 
698
    <connection>
 
699
        <sender>listRows</sender>
 
700
        <signal>selectionChanged(QListBoxItem*)</signal>
 
701
        <receiver>TableEditorBase</receiver>
 
702
        <slot>currentRowChanged(QListBoxItem*)</slot>
 
703
    </connection>
 
704
    <connection>
 
705
        <sender>listRows</sender>
 
706
        <signal>currentChanged(QListBoxItem*)</signal>
 
707
        <receiver>TableEditorBase</receiver>
 
708
        <slot>currentRowChanged(QListBoxItem*)</slot>
 
709
    </connection>
 
710
    <connection>
 
711
        <sender>buttonNewRow</sender>
 
712
        <signal>clicked()</signal>
 
713
        <receiver>TableEditorBase</receiver>
 
714
        <slot>newRowClicked()</slot>
 
715
    </connection>
 
716
    <connection>
 
717
        <sender>buttonDeleteRow</sender>
 
718
        <signal>clicked()</signal>
 
719
        <receiver>TableEditorBase</receiver>
 
720
        <slot>deleteRowClicked()</slot>
 
721
    </connection>
 
722
    <connection>
 
723
        <sender>buttonRowUp</sender>
 
724
        <signal>clicked()</signal>
 
725
        <receiver>TableEditorBase</receiver>
 
726
        <slot>rowUpClicked()</slot>
 
727
    </connection>
 
728
    <connection>
 
729
        <sender>buttonRowDown</sender>
 
730
        <signal>clicked()</signal>
 
731
        <receiver>TableEditorBase</receiver>
 
732
        <slot>rowDownClicked()</slot>
 
733
    </connection>
 
734
    <connection>
 
735
        <sender>buttonChooseRowPixmap</sender>
 
736
        <signal>clicked()</signal>
 
737
        <receiver>TableEditorBase</receiver>
 
738
        <slot>chooseRowPixmapClicked()</slot>
 
739
    </connection>
 
740
    <connection>
 
741
        <sender>buttonDeleteColPixmap</sender>
 
742
        <signal>clicked()</signal>
 
743
        <receiver>TableEditorBase</receiver>
 
744
        <slot>deleteColPixmapClicked()</slot>
 
745
    </connection>
 
746
    <connection>
 
747
        <sender>editRowText</sender>
 
748
        <signal>textChanged(const QString&amp;)</signal>
 
749
        <receiver>TableEditorBase</receiver>
 
750
        <slot>rowTextChanged(const QString&amp;)</slot>
 
751
    </connection>
 
752
    <connection>
 
753
        <sender>buttonCancel</sender>
 
754
        <signal>clicked()</signal>
 
755
        <receiver>TableEditorBase</receiver>
 
756
        <slot>reject()</slot>
 
757
    </connection>
 
758
    <connection>
 
759
        <sender>buttonChooseColPixmap</sender>
 
760
        <signal>clicked()</signal>
 
761
        <receiver>TableEditorBase</receiver>
 
762
        <slot>chooseColPixmapClicked()</slot>
 
763
    </connection>
 
764
    <connection>
 
765
        <sender>buttonDeleteRowPixmap</sender>
 
766
        <signal>clicked()</signal>
 
767
        <receiver>TableEditorBase</receiver>
 
768
        <slot>deleteRowPixmapClicked()</slot>
 
769
    </connection>
 
770
</connections>
 
771
<tabstops>
 
772
    <tabstop>buttonOk</tabstop>
 
773
    <tabstop>buttonCancel</tabstop>
 
774
    <tabstop>table</tabstop>
 
775
    <tabstop>TabWidget</tabstop>
 
776
    <tabstop>listColumns</tabstop>
 
777
    <tabstop>buttonNewColumn</tabstop>
 
778
    <tabstop>buttonDeleteColumn</tabstop>
 
779
    <tabstop>comboFields</tabstop>
 
780
    <tabstop>editColumnText</tabstop>
 
781
    <tabstop>buttonDeleteColPixmap</tabstop>
 
782
    <tabstop>buttonChooseColPixmap</tabstop>
 
783
    <tabstop>buttonColumnUp</tabstop>
 
784
    <tabstop>buttonColumnDown</tabstop>
 
785
    <tabstop>buttonApply</tabstop>
 
786
    <tabstop>listRows</tabstop>
 
787
    <tabstop>buttonNewRow</tabstop>
 
788
    <tabstop>buttonDeleteRow</tabstop>
 
789
    <tabstop>editRowText</tabstop>
 
790
    <tabstop>buttonDeleteRowPixmap</tabstop>
 
791
    <tabstop>buttonChooseRowPixmap</tabstop>
 
792
    <tabstop>buttonRowUp</tabstop>
 
793
    <tabstop>buttonRowDown</tabstop>
 
794
    <tabstop>buttonHelp</tabstop>
 
795
</tabstops>
 
796
<includes>
 
797
    <include location="global" impldecl="in implementation">qtable.h</include>
 
798
</includes>
 
799
<slots>
 
800
    <slot access="protected">init()</slot>
 
801
    <slot access="protected">destroy()</slot>
 
802
    <slot access="protected">applyClicked()</slot>
 
803
    <slot access="protected">chooseRowPixmapClicked()</slot>
 
804
    <slot access="protected">columnTextChanged( const QString &amp; )</slot>
 
805
    <slot access="protected">columnUpClicked()</slot>
 
806
    <slot access="protected">currentColumnChanged( QListBoxItem * )</slot>
 
807
    <slot access="protected">currentFieldChanged( const QString &amp; )</slot>
 
808
    <slot access="protected">currentRowChanged( QListBoxItem * )</slot>
 
809
    <slot access="protected">deleteColPixmapClicked()</slot>
 
810
    <slot access="protected">deleteColumnClicked()</slot>
 
811
    <slot access="protected">deleteRowClicked()</slot>
 
812
    <slot access="protected">deleteRowPixmapClicked()</slot>
 
813
    <slot access="protected">newColumnClicked()</slot>
 
814
    <slot access="protected">newRowClicked()</slot>
 
815
    <slot access="protected">chooseColPixmapClicked()</slot>
 
816
    <slot access="protected">okClicked()</slot>
 
817
    <slot access="protected">rowDownClicked()</slot>
 
818
    <slot access="protected">rowTextChanged( const QString &amp; )</slot>
 
819
    <slot access="protected">rowUpClicked()</slot>
 
820
    <slot access="protected">columnDownClicked()</slot>
 
821
</slots>
 
822
<includes>
 
823
    <include location="local" impldecl="in implementation">myiconloader.h</include>
 
824
</includes>
 
825
<pixmapfunction>BarIcon2</pixmapfunction>
 
826
 
 
827
<layoutdefaults spacing="6" margin="11"/>
 
828
</UI>