~ubuntu-branches/ubuntu/maverick/datakiosk/maverick

« back to all changes in this revision

Viewing changes to src/datakiosk/src/sqlformwizard.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-06-27 22:48:06 UTC
  • Revision ID: james.westby@ubuntu.com-20050627224806-8farkci1dc2onhbs
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
 
2
<class>SqlFormWizardBase</class>
 
3
<comment>*********************************************************************
 
4
** Copyright (C) 2001-2002 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="QWizard">
 
29
    <property name="name">
 
30
        <cstring>SqlFormWizardBase</cstring>
 
31
    </property>
 
32
    <property name="geometry">
 
33
        <rect>
 
34
            <x>0</x>
 
35
            <y>0</y>
 
36
            <width>715</width>
 
37
            <height>626</height>
 
38
        </rect>
 
39
    </property>
 
40
    <property name="caption">
 
41
        <string>SQL Wizard</string>
 
42
    </property>
 
43
    <property name="layoutMargin" stdset="0">
 
44
    </property>
 
45
    <property name="layoutSpacing" stdset="0">
 
46
    </property>
 
47
    <widget class="QWidget">
 
48
        <property name="name">
 
49
            <cstring>connectionPage</cstring>
 
50
        </property>
 
51
        <attribute name="title">
 
52
            <string>Choose &amp; Edit Database Connections</string>
 
53
        </attribute>
 
54
        <grid>
 
55
            <property name="name">
 
56
                <cstring>unnamed</cstring>
 
57
            </property>
 
58
            <widget class="QLayoutWidget" row="0" column="1">
 
59
                <property name="name">
 
60
                    <cstring>layout36</cstring>
 
61
                </property>
 
62
                <vbox>
 
63
                    <property name="name">
 
64
                        <cstring>unnamed</cstring>
 
65
                    </property>
 
66
                    <widget class="QListBox">
 
67
                        <property name="name">
 
68
                            <cstring>listBoxConnection</cstring>
 
69
                        </property>
 
70
                        <property name="sizePolicy">
 
71
                            <sizepolicy>
 
72
                                <hsizetype>7</hsizetype>
 
73
                                <vsizetype>7</vsizetype>
 
74
                                <horstretch>0</horstretch>
 
75
                                <verstretch>0</verstretch>
 
76
                            </sizepolicy>
 
77
                        </property>
 
78
                    </widget>
 
79
                    <widget class="QLayoutWidget">
 
80
                        <property name="name">
 
81
                            <cstring>layout26</cstring>
 
82
                        </property>
 
83
                        <hbox>
 
84
                            <property name="name">
 
85
                                <cstring>unnamed</cstring>
 
86
                            </property>
 
87
                            <widget class="QPushButton">
 
88
                                <property name="name">
 
89
                                    <cstring>buttonNew</cstring>
 
90
                                </property>
 
91
                                <property name="text">
 
92
                                    <string>&amp;New Connection</string>
 
93
                                </property>
 
94
                            </widget>
 
95
                            <widget class="QPushButton">
 
96
                                <property name="name">
 
97
                                    <cstring>buttonDelete</cstring>
 
98
                                </property>
 
99
                                <property name="enabled">
 
100
                                    <bool>false</bool>
 
101
                                </property>
 
102
                                <property name="text">
 
103
                                    <string>&amp;Delete Connection</string>
 
104
                                </property>
 
105
                            </widget>
 
106
                        </hbox>
 
107
                    </widget>
 
108
                </vbox>
 
109
            </widget>
 
110
            <widget class="QLayoutWidget" row="0" column="2">
 
111
                <property name="name">
 
112
                    <cstring>layout39</cstring>
 
113
                </property>
 
114
                <vbox>
 
115
                    <property name="name">
 
116
                        <cstring>unnamed</cstring>
 
117
                    </property>
 
118
                    <widget class="QGroupBox">
 
119
                        <property name="name">
 
120
                            <cstring>grp</cstring>
 
121
                        </property>
 
122
                        <property name="title">
 
123
                            <string>Connection Properties</string>
 
124
                        </property>
 
125
                        <grid>
 
126
                            <property name="name">
 
127
                                <cstring>unnamed</cstring>
 
128
                            </property>
 
129
                            <property name="margin">
 
130
                                <number>11</number>
 
131
                            </property>
 
132
                            <property name="spacing">
 
133
                                <number>6</number>
 
134
                            </property>
 
135
                            <widget class="QLabel" row="0" column="0">
 
136
                                <property name="name">
 
137
                                    <cstring>TextLabel1</cstring>
 
138
                                </property>
 
139
                                <property name="text">
 
140
                                    <string>N&amp;ame:</string>
 
141
                                </property>
 
142
                                <property name="buddy" stdset="0">
 
143
                                    <cstring>editName</cstring>
 
144
                                </property>
 
145
                            </widget>
 
146
                            <widget class="QLabel" row="1" column="0">
 
147
                                <property name="name">
 
148
                                    <cstring>TextLabel2_3</cstring>
 
149
                                </property>
 
150
                                <property name="text">
 
151
                                    <string>Dri&amp;ver:</string>
 
152
                                </property>
 
153
                                <property name="buddy" stdset="0">
 
154
                                    <cstring>comboDriver</cstring>
 
155
                                </property>
 
156
                            </widget>
 
157
                            <widget class="QLabel" row="6" column="0">
 
158
                                <property name="name">
 
159
                                    <cstring>TextLabel1_2</cstring>
 
160
                                </property>
 
161
                                <property name="text">
 
162
                                    <string>P&amp;ort:</string>
 
163
                                </property>
 
164
                                <property name="buddy" stdset="0">
 
165
                                    <cstring>editPort</cstring>
 
166
                                </property>
 
167
                            </widget>
 
168
                            <widget class="QLabel" row="2" column="0">
 
169
                                <property name="name">
 
170
                                    <cstring>TextLabel3_4</cstring>
 
171
                                </property>
 
172
                                <property name="text">
 
173
                                    <string>&amp;Database name:</string>
 
174
                                </property>
 
175
                                <property name="buddy" stdset="0">
 
176
                                    <cstring>editDatabase</cstring>
 
177
                                </property>
 
178
                            </widget>
 
179
                            <widget class="QLabel" row="4" column="0">
 
180
                                <property name="name">
 
181
                                    <cstring>TextLabel4_2_2</cstring>
 
182
                                </property>
 
183
                                <property name="text">
 
184
                                    <string>&amp;Password:</string>
 
185
                                </property>
 
186
                                <property name="buddy" stdset="0">
 
187
                                    <cstring>editPassword</cstring>
 
188
                                </property>
 
189
                            </widget>
 
190
                            <widget class="QLabel" row="3" column="0">
 
191
                                <property name="name">
 
192
                                    <cstring>TextLabel4_2</cstring>
 
193
                                </property>
 
194
                                <property name="text">
 
195
                                    <string>&amp;Username:</string>
 
196
                                </property>
 
197
                                <property name="buddy" stdset="0">
 
198
                                    <cstring>editUsername</cstring>
 
199
                                </property>
 
200
                            </widget>
 
201
                            <widget class="QLabel" row="5" column="0">
 
202
                                <property name="name">
 
203
                                    <cstring>TextLabel5</cstring>
 
204
                                </property>
 
205
                                <property name="text">
 
206
                                    <string>&amp;Hostname:</string>
 
207
                                </property>
 
208
                                <property name="buddy" stdset="0">
 
209
                                    <cstring>editHostname</cstring>
 
210
                                </property>
 
211
                            </widget>
 
212
                            <widget class="QLineEdit" row="3" column="1" rowspan="1" colspan="2">
 
213
                                <property name="name">
 
214
                                    <cstring>editUsername</cstring>
 
215
                                </property>
 
216
                                <property name="enabled">
 
217
                                    <bool>false</bool>
 
218
                                </property>
 
219
                            </widget>
 
220
                            <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">
 
221
                                <property name="name">
 
222
                                    <cstring>comboDriver</cstring>
 
223
                                </property>
 
224
                                <property name="enabled">
 
225
                                    <bool>false</bool>
 
226
                                </property>
 
227
                                <property name="editable">
 
228
                                    <bool>true</bool>
 
229
                                </property>
 
230
                            </widget>
 
231
                            <widget class="QSpinBox" row="6" column="1" rowspan="1" colspan="2">
 
232
                                <property name="name">
 
233
                                    <cstring>editPort</cstring>
 
234
                                </property>
 
235
                                <property name="enabled">
 
236
                                    <bool>false</bool>
 
237
                                </property>
 
238
                                <property name="specialValueText">
 
239
                                    <string>Default</string>
 
240
                                </property>
 
241
                                <property name="maxValue">
 
242
                                    <number>65535</number>
 
243
                                </property>
 
244
                                <property name="minValue">
 
245
                                    <number>-1</number>
 
246
                                </property>
 
247
                                <property name="value">
 
248
                                    <number>-1</number>
 
249
                                </property>
 
250
                            </widget>
 
251
                            <widget class="QLineEdit" row="2" column="1" rowspan="1" colspan="2">
 
252
                                <property name="name">
 
253
                                    <cstring>editDatabase</cstring>
 
254
                                </property>
 
255
                                <property name="enabled">
 
256
                                    <bool>false</bool>
 
257
                                </property>
 
258
                            </widget>
 
259
                            <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
 
260
                                <property name="name">
 
261
                                    <cstring>editName</cstring>
 
262
                                </property>
 
263
                                <property name="enabled">
 
264
                                    <bool>false</bool>
 
265
                                </property>
 
266
                            </widget>
 
267
                            <widget class="QLineEdit" row="4" column="1" rowspan="1" colspan="2">
 
268
                                <property name="name">
 
269
                                    <cstring>editPassword</cstring>
 
270
                                </property>
 
271
                                <property name="enabled">
 
272
                                    <bool>false</bool>
 
273
                                </property>
 
274
                                <property name="echoMode">
 
275
                                    <enum>Password</enum>
 
276
                                </property>
 
277
                            </widget>
 
278
                            <widget class="QLineEdit" row="5" column="1" rowspan="1" colspan="2">
 
279
                                <property name="name">
 
280
                                    <cstring>editHostname</cstring>
 
281
                                </property>
 
282
                                <property name="enabled">
 
283
                                    <bool>false</bool>
 
284
                                </property>
 
285
                            </widget>
 
286
                            <widget class="QPushButton" row="7" column="2">
 
287
                                <property name="name">
 
288
                                    <cstring>buttonConnect</cstring>
 
289
                                </property>
 
290
                                <property name="enabled">
 
291
                                    <bool>false</bool>
 
292
                                </property>
 
293
                                <property name="text">
 
294
                                    <string>Connec&amp;t</string>
 
295
                                </property>
 
296
                            </widget>
 
297
                            <spacer row="7" column="0" rowspan="1" colspan="2">
 
298
                                <property name="name">
 
299
                                    <cstring>spacer48</cstring>
 
300
                                </property>
 
301
                                <property name="orientation">
 
302
                                    <enum>Horizontal</enum>
 
303
                                </property>
 
304
                                <property name="sizeType">
 
305
                                    <enum>Expanding</enum>
 
306
                                </property>
 
307
                                <property name="sizeHint">
 
308
                                    <size>
 
309
                                        <width>40</width>
 
310
                                        <height>20</height>
 
311
                                    </size>
 
312
                                </property>
 
313
                            </spacer>
 
314
                            <widget class="QLayoutWidget" row="8" column="0" rowspan="1" colspan="3">
 
315
                                <property name="name">
 
316
                                    <cstring>layout24</cstring>
 
317
                                </property>
 
318
                                <grid>
 
319
                                    <property name="name">
 
320
                                        <cstring>unnamed</cstring>
 
321
                                    </property>
 
322
                                    <spacer row="1" column="0">
 
323
                                        <property name="name">
 
324
                                            <cstring>spacer41</cstring>
 
325
                                        </property>
 
326
                                        <property name="orientation">
 
327
                                            <enum>Horizontal</enum>
 
328
                                        </property>
 
329
                                        <property name="sizeType">
 
330
                                            <enum>Expanding</enum>
 
331
                                        </property>
 
332
                                        <property name="sizeHint">
 
333
                                            <size>
 
334
                                                <width>16</width>
 
335
                                                <height>16</height>
 
336
                                            </size>
 
337
                                        </property>
 
338
                                    </spacer>
 
339
                                    <spacer row="0" column="1">
 
340
                                        <property name="name">
 
341
                                            <cstring>spacer44</cstring>
 
342
                                        </property>
 
343
                                        <property name="orientation">
 
344
                                            <enum>Vertical</enum>
 
345
                                        </property>
 
346
                                        <property name="sizeType">
 
347
                                            <enum>Expanding</enum>
 
348
                                        </property>
 
349
                                        <property name="sizeHint">
 
350
                                            <size>
 
351
                                                <width>16</width>
 
352
                                                <height>16</height>
 
353
                                            </size>
 
354
                                        </property>
 
355
                                    </spacer>
 
356
                                    <widget class="QLabel" row="1" column="1">
 
357
                                        <property name="name">
 
358
                                            <cstring>textLabel1_2</cstring>
 
359
                                        </property>
 
360
                                        <property name="text">
 
361
                                            <string>&lt;p&gt;Add, Edit and Delete Connections to the Databases you will be using for this Project.&lt;/p&gt;</string>
 
362
                                        </property>
 
363
                                        <property name="alignment">
 
364
                                            <set>WordBreak|AlignVCenter</set>
 
365
                                        </property>
 
366
                                    </widget>
 
367
                                    <spacer row="1" column="2">
 
368
                                        <property name="name">
 
369
                                            <cstring>spacer42</cstring>
 
370
                                        </property>
 
371
                                        <property name="orientation">
 
372
                                            <enum>Horizontal</enum>
 
373
                                        </property>
 
374
                                        <property name="sizeType">
 
375
                                            <enum>Expanding</enum>
 
376
                                        </property>
 
377
                                        <property name="sizeHint">
 
378
                                            <size>
 
379
                                                <width>16</width>
 
380
                                                <height>16</height>
 
381
                                            </size>
 
382
                                        </property>
 
383
                                    </spacer>
 
384
                                    <spacer row="2" column="1">
 
385
                                        <property name="name">
 
386
                                            <cstring>spacer43</cstring>
 
387
                                        </property>
 
388
                                        <property name="orientation">
 
389
                                            <enum>Vertical</enum>
 
390
                                        </property>
 
391
                                        <property name="sizeType">
 
392
                                            <enum>Expanding</enum>
 
393
                                        </property>
 
394
                                        <property name="sizeHint">
 
395
                                            <size>
 
396
                                                <width>16</width>
 
397
                                                <height>16</height>
 
398
                                            </size>
 
399
                                        </property>
 
400
                                    </spacer>
 
401
                                </grid>
 
402
                            </widget>
 
403
                        </grid>
 
404
                    </widget>
 
405
                    <widget class="QLayoutWidget">
 
406
                        <property name="name">
 
407
                            <cstring>layout38</cstring>
 
408
                        </property>
 
409
                        <hbox>
 
410
                            <property name="name">
 
411
                                <cstring>unnamed</cstring>
 
412
                            </property>
 
413
                            <spacer>
 
414
                                <property name="name">
 
415
                                    <cstring>spacer59</cstring>
 
416
                                </property>
 
417
                                <property name="orientation">
 
418
                                    <enum>Vertical</enum>
 
419
                                </property>
 
420
                                <property name="sizeType">
 
421
                                    <enum>Fixed</enum>
 
422
                                </property>
 
423
                                <property name="sizeHint">
 
424
                                    <size>
 
425
                                        <width>20</width>
 
426
                                        <height>30</height>
 
427
                                    </size>
 
428
                                </property>
 
429
                            </spacer>
 
430
                            <spacer>
 
431
                                <property name="name">
 
432
                                    <cstring>spacer60</cstring>
 
433
                                </property>
 
434
                                <property name="orientation">
 
435
                                    <enum>Horizontal</enum>
 
436
                                </property>
 
437
                                <property name="sizeType">
 
438
                                    <enum>Minimum</enum>
 
439
                                </property>
 
440
                                <property name="sizeHint">
 
441
                                    <size>
 
442
                                        <width>280</width>
 
443
                                        <height>20</height>
 
444
                                    </size>
 
445
                                </property>
 
446
                            </spacer>
 
447
                            <spacer>
 
448
                                <property name="name">
 
449
                                    <cstring>Spacer4_2</cstring>
 
450
                                </property>
 
451
                                <property name="orientation">
 
452
                                    <enum>Horizontal</enum>
 
453
                                </property>
 
454
                                <property name="sizeType">
 
455
                                    <enum>Expanding</enum>
 
456
                                </property>
 
457
                                <property name="sizeHint">
 
458
                                    <size>
 
459
                                        <width>0</width>
 
460
                                        <height>30</height>
 
461
                                    </size>
 
462
                                </property>
 
463
                            </spacer>
 
464
                        </hbox>
 
465
                    </widget>
 
466
                </vbox>
 
467
            </widget>
 
468
            <widget class="QLabel" row="0" column="0">
 
469
                <property name="name">
 
470
                    <cstring>wizard1</cstring>
 
471
                </property>
 
472
                <property name="frameShape">
 
473
                    <enum>Box</enum>
 
474
                </property>
 
475
                <property name="frameShadow">
 
476
                    <enum>Sunken</enum>
 
477
                </property>
 
478
                <property name="text">
 
479
                    <string></string>
 
480
                </property>
 
481
            </widget>
 
482
        </grid>
 
483
    </widget>
 
484
    <widget class="QWidget">
 
485
        <property name="name">
 
486
            <cstring>relationPage</cstring>
 
487
        </property>
 
488
        <attribute name="title">
 
489
            <string>Configure Parent/Child Relation Table</string>
 
490
        </attribute>
 
491
        <grid>
 
492
            <property name="name">
 
493
                <cstring>unnamed</cstring>
 
494
            </property>
 
495
            <widget class="QLabel" row="0" column="0">
 
496
                <property name="name">
 
497
                    <cstring>wizard2</cstring>
 
498
                </property>
 
499
                <property name="frameShape">
 
500
                    <enum>Box</enum>
 
501
                </property>
 
502
                <property name="frameShadow">
 
503
                    <enum>Sunken</enum>
 
504
                </property>
 
505
                <property name="text">
 
506
                    <string></string>
 
507
                </property>
 
508
            </widget>
 
509
            <widget class="QListBox" row="0" column="1">
 
510
                <property name="name">
 
511
                    <cstring>listBoxParentKey</cstring>
 
512
                </property>
 
513
                <property name="whatsThis" stdset="0">
 
514
                    <string>This is a list of all available fields in your selected table. Fields in this list will not be displayed.</string>
 
515
                </property>
 
516
            </widget>
 
517
            <widget class="QGroupBox" row="0" column="2">
 
518
                <property name="name">
 
519
                    <cstring>GroupBox1_2_3</cstring>
 
520
                </property>
 
521
                <property name="sizePolicy">
 
522
                    <sizepolicy>
 
523
                        <hsizetype>7</hsizetype>
 
524
                        <vsizetype>7</vsizetype>
 
525
                        <horstretch>0</horstretch>
 
526
                        <verstretch>0</verstretch>
 
527
                    </sizepolicy>
 
528
                </property>
 
529
                <property name="title">
 
530
                    <string>Configure Child</string>
 
531
                </property>
 
532
                <grid>
 
533
                    <property name="name">
 
534
                        <cstring>unnamed</cstring>
 
535
                    </property>
 
536
                    <widget class="QLabel" row="0" column="0">
 
537
                        <property name="name">
 
538
                            <cstring>Label1_2_2_2_2_3</cstring>
 
539
                        </property>
 
540
                        <property name="text">
 
541
                            <string>Table:</string>
 
542
                        </property>
 
543
                        <property name="buddy" stdset="0">
 
544
                            <cstring>colText</cstring>
 
545
                        </property>
 
546
                    </widget>
 
547
                    <widget class="QComboBox" row="0" column="1">
 
548
                        <property name="name">
 
549
                            <cstring>comboChildTable</cstring>
 
550
                        </property>
 
551
                        <property name="enabled">
 
552
                            <bool>false</bool>
 
553
                        </property>
 
554
                        <property name="minimumSize">
 
555
                            <size>
 
556
                                <width>140</width>
 
557
                                <height>0</height>
 
558
                            </size>
 
559
                        </property>
 
560
                    </widget>
 
561
                    <widget class="QLabel" row="1" column="0">
 
562
                        <property name="name">
 
563
                            <cstring>Label1_2_2_2_3</cstring>
 
564
                        </property>
 
565
                        <property name="text">
 
566
                            <string>Key:</string>
 
567
                        </property>
 
568
                        <property name="buddy" stdset="0">
 
569
                            <cstring>colText</cstring>
 
570
                        </property>
 
571
                    </widget>
 
572
                    <widget class="QComboBox" row="1" column="1">
 
573
                        <property name="name">
 
574
                            <cstring>comboChildKey</cstring>
 
575
                        </property>
 
576
                        <property name="enabled">
 
577
                            <bool>false</bool>
 
578
                        </property>
 
579
                        <property name="minimumSize">
 
580
                            <size>
 
581
                                <width>140</width>
 
582
                                <height>0</height>
 
583
                            </size>
 
584
                        </property>
 
585
                    </widget>
 
586
                    <widget class="QComboBox" row="2" column="1">
 
587
                        <property name="name">
 
588
                            <cstring>comboChildRelation</cstring>
 
589
                        </property>
 
590
                        <property name="enabled">
 
591
                            <bool>false</bool>
 
592
                        </property>
 
593
                        <property name="minimumSize">
 
594
                            <size>
 
595
                                <width>140</width>
 
596
                                <height>0</height>
 
597
                            </size>
 
598
                        </property>
 
599
                    </widget>
 
600
                    <widget class="QLabel" row="2" column="0">
 
601
                        <property name="name">
 
602
                            <cstring>Label1_2_2_2_3_2</cstring>
 
603
                        </property>
 
604
                        <property name="text">
 
605
                            <string>Relation:</string>
 
606
                        </property>
 
607
                        <property name="buddy" stdset="0">
 
608
                            <cstring>colText</cstring>
 
609
                        </property>
 
610
                    </widget>
 
611
                    <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
 
612
                        <property name="name">
 
613
                            <cstring>layout20_2</cstring>
 
614
                        </property>
 
615
                        <grid>
 
616
                            <property name="name">
 
617
                                <cstring>unnamed</cstring>
 
618
                            </property>
 
619
                            <spacer row="1" column="0">
 
620
                                <property name="name">
 
621
                                    <cstring>spacer41_2</cstring>
 
622
                                </property>
 
623
                                <property name="orientation">
 
624
                                    <enum>Horizontal</enum>
 
625
                                </property>
 
626
                                <property name="sizeType">
 
627
                                    <enum>Expanding</enum>
 
628
                                </property>
 
629
                                <property name="sizeHint">
 
630
                                    <size>
 
631
                                        <width>37</width>
 
632
                                        <height>16</height>
 
633
                                    </size>
 
634
                                </property>
 
635
                            </spacer>
 
636
                            <spacer row="0" column="1">
 
637
                                <property name="name">
 
638
                                    <cstring>spacer44_2</cstring>
 
639
                                </property>
 
640
                                <property name="orientation">
 
641
                                    <enum>Vertical</enum>
 
642
                                </property>
 
643
                                <property name="sizeType">
 
644
                                    <enum>Expanding</enum>
 
645
                                </property>
 
646
                                <property name="sizeHint">
 
647
                                    <size>
 
648
                                        <width>16</width>
 
649
                                        <height>144</height>
 
650
                                    </size>
 
651
                                </property>
 
652
                            </spacer>
 
653
                            <widget class="QLabel" row="1" column="1">
 
654
                                <property name="name">
 
655
                                    <cstring>textLabel1_2_2</cstring>
 
656
                                </property>
 
657
                                <property name="text">
 
658
                                    <string>&lt;p&gt;Select the Parent Key from the list box on the left then choose the Target Table and Foreign Key from the combo boxes above.&lt;/p&gt;</string>
 
659
                                </property>
 
660
                                <property name="alignment">
 
661
                                    <set>WordBreak|AlignVCenter</set>
 
662
                                </property>
 
663
                            </widget>
 
664
                            <spacer row="1" column="2">
 
665
                                <property name="name">
 
666
                                    <cstring>spacer42_2</cstring>
 
667
                                </property>
 
668
                                <property name="orientation">
 
669
                                    <enum>Horizontal</enum>
 
670
                                </property>
 
671
                                <property name="sizeType">
 
672
                                    <enum>Expanding</enum>
 
673
                                </property>
 
674
                                <property name="sizeHint">
 
675
                                    <size>
 
676
                                        <width>36</width>
 
677
                                        <height>16</height>
 
678
                                    </size>
 
679
                                </property>
 
680
                            </spacer>
 
681
                            <spacer row="2" column="1">
 
682
                                <property name="name">
 
683
                                    <cstring>spacer43_2</cstring>
 
684
                                </property>
 
685
                                <property name="orientation">
 
686
                                    <enum>Vertical</enum>
 
687
                                </property>
 
688
                                <property name="sizeType">
 
689
                                    <enum>Expanding</enum>
 
690
                                </property>
 
691
                                <property name="sizeHint">
 
692
                                    <size>
 
693
                                        <width>16</width>
 
694
                                        <height>143</height>
 
695
                                    </size>
 
696
                                </property>
 
697
                            </spacer>
 
698
                        </grid>
 
699
                    </widget>
 
700
                </grid>
 
701
            </widget>
 
702
        </grid>
 
703
    </widget>
 
704
    <widget class="QWidget">
 
705
        <property name="name">
 
706
            <cstring>tablePage</cstring>
 
707
        </property>
 
708
        <attribute name="title">
 
709
            <string>Choose &amp; Edit Table</string>
 
710
        </attribute>
 
711
        <grid>
 
712
            <property name="name">
 
713
                <cstring>unnamed</cstring>
 
714
            </property>
 
715
            <widget class="QListBox" row="0" column="1">
 
716
                <property name="name">
 
717
                    <cstring>listBoxTable</cstring>
 
718
                </property>
 
719
                <property name="whatsThis" stdset="0">
 
720
                    <string>Displays all tables inside the selected Database</string>
 
721
                </property>
 
722
            </widget>
 
723
            <widget class="QGroupBox" row="0" column="2">
 
724
                <property name="name">
 
725
                    <cstring>GroupBox1_2_2</cstring>
 
726
                </property>
 
727
                <property name="title">
 
728
                    <string>Table Properties</string>
 
729
                </property>
 
730
                <grid>
 
731
                    <property name="name">
 
732
                        <cstring>unnamed</cstring>
 
733
                    </property>
 
734
                    <widget class="QCheckBox" row="6" column="0" rowspan="1" colspan="3">
 
735
                        <property name="name">
 
736
                            <cstring>checkBoxConfirmUpdates</cstring>
 
737
                        </property>
 
738
                        <property name="enabled">
 
739
                            <bool>false</bool>
 
740
                        </property>
 
741
                        <property name="text">
 
742
                            <string>Confirm &amp;updates</string>
 
743
                        </property>
 
744
                        <property name="toolTip" stdset="0">
 
745
                            <string>Query user on editing rows</string>
 
746
                        </property>
 
747
                        <property name="whatsThis" stdset="0">
 
748
                            <string>User will be asked for confirmation if they edit a row.</string>
 
749
                        </property>
 
750
                    </widget>
 
751
                    <widget class="QCheckBox" row="7" column="0" rowspan="1" colspan="3">
 
752
                        <property name="name">
 
753
                            <cstring>checkBoxConfirmDeletes</cstring>
 
754
                        </property>
 
755
                        <property name="enabled">
 
756
                            <bool>false</bool>
 
757
                        </property>
 
758
                        <property name="text">
 
759
                            <string>Confirm &amp;deletes</string>
 
760
                        </property>
 
761
                        <property name="checked">
 
762
                            <bool>true</bool>
 
763
                        </property>
 
764
                        <property name="toolTip" stdset="0">
 
765
                            <string>Query user on deleting rows</string>
 
766
                        </property>
 
767
                        <property name="whatsThis" stdset="0">
 
768
                            <string>User will be asked for confirmation if they delete a row.</string>
 
769
                        </property>
 
770
                    </widget>
 
771
                    <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="3">
 
772
                        <property name="name">
 
773
                            <cstring>checkBoxReadOnly</cstring>
 
774
                        </property>
 
775
                        <property name="enabled">
 
776
                            <bool>false</bool>
 
777
                        </property>
 
778
                        <property name="text">
 
779
                            <string>&amp;Read-only</string>
 
780
                        </property>
 
781
                        <property name="toolTip" stdset="0">
 
782
                            <string>Table will be read-only</string>
 
783
                        </property>
 
784
                        <property name="whatsThis" stdset="0">
 
785
                            <string>Activate this to prevent editing, deleting and adding of rows</string>
 
786
                        </property>
 
787
                    </widget>
 
788
                    <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="3">
 
789
                        <property name="name">
 
790
                            <cstring>checkBoxConfirmInserts</cstring>
 
791
                        </property>
 
792
                        <property name="enabled">
 
793
                            <bool>false</bool>
 
794
                        </property>
 
795
                        <property name="text">
 
796
                            <string>Confirm &amp;inserts</string>
 
797
                        </property>
 
798
                        <property name="toolTip" stdset="0">
 
799
                            <string>Query user on inserting rows</string>
 
800
                        </property>
 
801
                        <property name="whatsThis" stdset="0">
 
802
                            <string>User will be asked for confirmation if they insert a new row.</string>
 
803
                        </property>
 
804
                    </widget>
 
805
                    <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3">
 
806
                        <property name="name">
 
807
                            <cstring>checkBoxSorting</cstring>
 
808
                        </property>
 
809
                        <property name="enabled">
 
810
                            <bool>false</bool>
 
811
                        </property>
 
812
                        <property name="text">
 
813
                            <string>&amp;Allow column sorting</string>
 
814
                        </property>
 
815
                        <property name="checked">
 
816
                            <bool>true</bool>
 
817
                        </property>
 
818
                        <property name="toolTip" stdset="0">
 
819
                            <string>User may change sorting</string>
 
820
                        </property>
 
821
                        <property name="whatsThis" stdset="0">
 
822
                            <string>User may change sorting of data by clicking on a field in the top row of the table</string>
 
823
                        </property>
 
824
                    </widget>
 
825
                    <widget class="QCheckBox" row="8" column="0" rowspan="1" colspan="3">
 
826
                        <property name="name">
 
827
                            <cstring>checkBoxConfirmCancels</cstring>
 
828
                        </property>
 
829
                        <property name="enabled">
 
830
                            <bool>false</bool>
 
831
                        </property>
 
832
                        <property name="text">
 
833
                            <string>Co&amp;nfirm cancels</string>
 
834
                        </property>
 
835
                        <property name="toolTip" stdset="0">
 
836
                            <string>Query user on canceling</string>
 
837
                        </property>
 
838
                        <property name="whatsThis" stdset="0">
 
839
                            <string>User will be asked for confirmation if they cancel an action.</string>
 
840
                        </property>
 
841
                    </widget>
 
842
                    <widget class="QPushButton" row="1" column="2">
 
843
                        <property name="name">
 
844
                            <cstring>buttonIcon</cstring>
 
845
                        </property>
 
846
                        <property name="enabled">
 
847
                            <bool>false</bool>
 
848
                        </property>
 
849
                        <property name="minimumSize">
 
850
                            <size>
 
851
                                <width>64</width>
 
852
                                <height>64</height>
 
853
                            </size>
 
854
                        </property>
 
855
                        <property name="maximumSize">
 
856
                            <size>
 
857
                                <width>64</width>
 
858
                                <height>64</height>
 
859
                            </size>
 
860
                        </property>
 
861
                        <property name="text">
 
862
                            <string></string>
 
863
                        </property>
 
864
                    </widget>
 
865
                    <spacer row="1" column="0" rowspan="1" colspan="2">
 
866
                        <property name="name">
 
867
                            <cstring>spacer47</cstring>
 
868
                        </property>
 
869
                        <property name="orientation">
 
870
                            <enum>Horizontal</enum>
 
871
                        </property>
 
872
                        <property name="sizeType">
 
873
                            <enum>Expanding</enum>
 
874
                        </property>
 
875
                        <property name="sizeHint">
 
876
                            <size>
 
877
                                <width>213</width>
 
878
                                <height>20</height>
 
879
                            </size>
 
880
                        </property>
 
881
                    </spacer>
 
882
                    <widget class="QLabel" row="0" column="0">
 
883
                        <property name="name">
 
884
                            <cstring>textLabel1</cstring>
 
885
                        </property>
 
886
                        <property name="text">
 
887
                            <string>Label:</string>
 
888
                        </property>
 
889
                    </widget>
 
890
                    <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
 
891
                        <property name="name">
 
892
                            <cstring>editTable</cstring>
 
893
                        </property>
 
894
                        <property name="enabled">
 
895
                            <bool>false</bool>
 
896
                        </property>
 
897
                        <property name="minimumSize">
 
898
                            <size>
 
899
                                <width>140</width>
 
900
                                <height>0</height>
 
901
                            </size>
 
902
                        </property>
 
903
                        <property name="toolTip" stdset="0">
 
904
                            <string>Enter column text</string>
 
905
                        </property>
 
906
                        <property name="whatsThis" stdset="0">
 
907
                            <string>&lt;b&gt;Enter the text for the selected column.&lt;/b&gt;&lt;p&gt;The text will be displayed in the header of the listview.&lt;/p&gt;</string>
 
908
                        </property>
 
909
                    </widget>
 
910
                    <widget class="QLayoutWidget" row="9" column="0" rowspan="1" colspan="3">
 
911
                        <property name="name">
 
912
                            <cstring>layout20_3</cstring>
 
913
                        </property>
 
914
                        <grid>
 
915
                            <property name="name">
 
916
                                <cstring>unnamed</cstring>
 
917
                            </property>
 
918
                            <spacer row="1" column="0">
 
919
                                <property name="name">
 
920
                                    <cstring>spacer41_3</cstring>
 
921
                                </property>
 
922
                                <property name="orientation">
 
923
                                    <enum>Horizontal</enum>
 
924
                                </property>
 
925
                                <property name="sizeType">
 
926
                                    <enum>Expanding</enum>
 
927
                                </property>
 
928
                                <property name="sizeHint">
 
929
                                    <size>
 
930
                                        <width>16</width>
 
931
                                        <height>16</height>
 
932
                                    </size>
 
933
                                </property>
 
934
                            </spacer>
 
935
                            <spacer row="0" column="1">
 
936
                                <property name="name">
 
937
                                    <cstring>spacer44_3</cstring>
 
938
                                </property>
 
939
                                <property name="orientation">
 
940
                                    <enum>Vertical</enum>
 
941
                                </property>
 
942
                                <property name="sizeType">
 
943
                                    <enum>Expanding</enum>
 
944
                                </property>
 
945
                                <property name="sizeHint">
 
946
                                    <size>
 
947
                                        <width>16</width>
 
948
                                        <height>16</height>
 
949
                                    </size>
 
950
                                </property>
 
951
                            </spacer>
 
952
                            <widget class="QLabel" row="1" column="1">
 
953
                                <property name="name">
 
954
                                    <cstring>textLabel1_2_3</cstring>
 
955
                                </property>
 
956
                                <property name="text">
 
957
                                    <string>&lt;p&gt;Select the Table from the list box on the left then configure the Table's properties using the various options above.&lt;/p&gt;</string>
 
958
                                </property>
 
959
                                <property name="alignment">
 
960
                                    <set>WordBreak|AlignVCenter</set>
 
961
                                </property>
 
962
                            </widget>
 
963
                            <spacer row="1" column="2">
 
964
                                <property name="name">
 
965
                                    <cstring>spacer42_3</cstring>
 
966
                                </property>
 
967
                                <property name="orientation">
 
968
                                    <enum>Horizontal</enum>
 
969
                                </property>
 
970
                                <property name="sizeType">
 
971
                                    <enum>Expanding</enum>
 
972
                                </property>
 
973
                                <property name="sizeHint">
 
974
                                    <size>
 
975
                                        <width>16</width>
 
976
                                        <height>16</height>
 
977
                                    </size>
 
978
                                </property>
 
979
                            </spacer>
 
980
                            <spacer row="2" column="1">
 
981
                                <property name="name">
 
982
                                    <cstring>spacer43_3</cstring>
 
983
                                </property>
 
984
                                <property name="orientation">
 
985
                                    <enum>Vertical</enum>
 
986
                                </property>
 
987
                                <property name="sizeType">
 
988
                                    <enum>Expanding</enum>
 
989
                                </property>
 
990
                                <property name="sizeHint">
 
991
                                    <size>
 
992
                                        <width>16</width>
 
993
                                        <height>16</height>
 
994
                                    </size>
 
995
                                </property>
 
996
                            </spacer>
 
997
                        </grid>
 
998
                    </widget>
 
999
                </grid>
 
1000
            </widget>
 
1001
            <widget class="QLabel" row="0" column="0">
 
1002
                <property name="name">
 
1003
                    <cstring>wizard3</cstring>
 
1004
                </property>
 
1005
                <property name="frameShape">
 
1006
                    <enum>Box</enum>
 
1007
                </property>
 
1008
                <property name="frameShadow">
 
1009
                    <enum>Sunken</enum>
 
1010
                </property>
 
1011
                <property name="text">
 
1012
                    <string></string>
 
1013
                </property>
 
1014
            </widget>
 
1015
        </grid>
 
1016
    </widget>
 
1017
    <widget class="QWidget">
 
1018
        <property name="name">
 
1019
            <cstring>fieldPage</cstring>
 
1020
        </property>
 
1021
        <attribute name="title">
 
1022
            <string>Choose &amp; Edit Fields</string>
 
1023
        </attribute>
 
1024
        <grid>
 
1025
            <property name="name">
 
1026
                <cstring>unnamed</cstring>
 
1027
            </property>
 
1028
            <widget class="QLayoutWidget" row="0" column="2">
 
1029
                <property name="name">
 
1030
                    <cstring>layout18</cstring>
 
1031
                </property>
 
1032
                <vbox>
 
1033
                    <property name="name">
 
1034
                        <cstring>unnamed</cstring>
 
1035
                    </property>
 
1036
                    <widget class="QPushButton">
 
1037
                        <property name="name">
 
1038
                            <cstring>buttonFieldUp</cstring>
 
1039
                        </property>
 
1040
                        <property name="text">
 
1041
                            <string></string>
 
1042
                        </property>
 
1043
                        <property name="toolTip" stdset="0">
 
1044
                            <string>Move Field up</string>
 
1045
                        </property>
 
1046
                        <property name="whatsThis" stdset="0">
 
1047
                            <string>Click here to move the selected field in the displayed fields list up.</string>
 
1048
                        </property>
 
1049
                    </widget>
 
1050
                    <widget class="QPushButton">
 
1051
                        <property name="name">
 
1052
                            <cstring>buttonFieldDown</cstring>
 
1053
                        </property>
 
1054
                        <property name="text">
 
1055
                            <string></string>
 
1056
                        </property>
 
1057
                        <property name="toolTip" stdset="0">
 
1058
                            <string>Move field down</string>
 
1059
                        </property>
 
1060
                        <property name="whatsThis" stdset="0">
 
1061
                            <string>Click here to move the selected field in the displayed fields list down.</string>
 
1062
                        </property>
 
1063
                    </widget>
 
1064
                    <spacer>
 
1065
                        <property name="name">
 
1066
                            <cstring>Spacer3_3</cstring>
 
1067
                        </property>
 
1068
                        <property name="orientation">
 
1069
                            <enum>Vertical</enum>
 
1070
                        </property>
 
1071
                        <property name="sizeType">
 
1072
                            <enum>Expanding</enum>
 
1073
                        </property>
 
1074
                        <property name="sizeHint">
 
1075
                            <size>
 
1076
                                <width>20</width>
 
1077
                                <height>444</height>
 
1078
                            </size>
 
1079
                        </property>
 
1080
                    </spacer>
 
1081
                </vbox>
 
1082
            </widget>
 
1083
            <widget class="QGroupBox" row="0" column="3">
 
1084
                <property name="name">
 
1085
                    <cstring>GroupBox1_2</cstring>
 
1086
                </property>
 
1087
                <property name="title">
 
1088
                    <string>Field Properties</string>
 
1089
                </property>
 
1090
                <grid>
 
1091
                    <property name="name">
 
1092
                        <cstring>unnamed</cstring>
 
1093
                    </property>
 
1094
                    <widget class="QLabel" row="0" column="0">
 
1095
                        <property name="name">
 
1096
                            <cstring>Label1_2</cstring>
 
1097
                        </property>
 
1098
                        <property name="text">
 
1099
                            <string>Label:</string>
 
1100
                        </property>
 
1101
                        <property name="buddy" stdset="0">
 
1102
                            <cstring>colText</cstring>
 
1103
                        </property>
 
1104
                    </widget>
 
1105
                    <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2">
 
1106
                        <property name="name">
 
1107
                            <cstring>checkBoxHidden</cstring>
 
1108
                        </property>
 
1109
                        <property name="enabled">
 
1110
                            <bool>false</bool>
 
1111
                        </property>
 
1112
                        <property name="text">
 
1113
                            <string>Hi&amp;dden field</string>
 
1114
                        </property>
 
1115
                        <property name="whatsThis" stdset="0">
 
1116
                            <string>The column's width will be resizeable if this option is checked.</string>
 
1117
                        </property>
 
1118
                    </widget>
 
1119
                    <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">
 
1120
                        <property name="name">
 
1121
                            <cstring>checkBoxSortable</cstring>
 
1122
                        </property>
 
1123
                        <property name="enabled">
 
1124
                            <bool>false</bool>
 
1125
                        </property>
 
1126
                        <property name="text">
 
1127
                            <string>&amp;Sortable</string>
 
1128
                        </property>
 
1129
                        <property name="checked">
 
1130
                            <bool>true</bool>
 
1131
                        </property>
 
1132
                        <property name="whatsThis" stdset="0">
 
1133
                            <string>The column's width will be resizeable if this option is checked.</string>
 
1134
                        </property>
 
1135
                    </widget>
 
1136
                    <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
 
1137
                        <property name="name">
 
1138
                            <cstring>checkBoxResizable</cstring>
 
1139
                        </property>
 
1140
                        <property name="enabled">
 
1141
                            <bool>false</bool>
 
1142
                        </property>
 
1143
                        <property name="text">
 
1144
                            <string>&amp;Resizeable</string>
 
1145
                        </property>
 
1146
                        <property name="checked">
 
1147
                            <bool>true</bool>
 
1148
                        </property>
 
1149
                        <property name="whatsThis" stdset="0">
 
1150
                            <string>The column's width will be resizeable if this option is checked.</string>
 
1151
                        </property>
 
1152
                    </widget>
 
1153
                    <widget class="QLabel" row="5" column="0">
 
1154
                        <property name="name">
 
1155
                            <cstring>Label1_2_2_2_2</cstring>
 
1156
                        </property>
 
1157
                        <property name="text">
 
1158
                            <string>Table:</string>
 
1159
                        </property>
 
1160
                        <property name="buddy" stdset="0">
 
1161
                            <cstring>colText</cstring>
 
1162
                        </property>
 
1163
                    </widget>
 
1164
                    <widget class="QLabel" row="7" column="0">
 
1165
                        <property name="name">
 
1166
                            <cstring>Label1_2_2</cstring>
 
1167
                        </property>
 
1168
                        <property name="text">
 
1169
                            <string>Field:</string>
 
1170
                        </property>
 
1171
                        <property name="buddy" stdset="0">
 
1172
                            <cstring>colText</cstring>
 
1173
                        </property>
 
1174
                    </widget>
 
1175
                    <widget class="QLabel" row="6" column="0">
 
1176
                        <property name="name">
 
1177
                            <cstring>Label1_2_2_2</cstring>
 
1178
                        </property>
 
1179
                        <property name="text">
 
1180
                            <string>Key:</string>
 
1181
                        </property>
 
1182
                        <property name="buddy" stdset="0">
 
1183
                            <cstring>colText</cstring>
 
1184
                        </property>
 
1185
                    </widget>
 
1186
                    <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2">
 
1187
                        <property name="name">
 
1188
                            <cstring>checkBoxForeign</cstring>
 
1189
                        </property>
 
1190
                        <property name="enabled">
 
1191
                            <bool>false</bool>
 
1192
                        </property>
 
1193
                        <property name="text">
 
1194
                            <string>Foreign ke&amp;y</string>
 
1195
                        </property>
 
1196
                        <property name="whatsThis" stdset="0">
 
1197
                            <string>If this option is checked, the selected column will react to mouse clicks on the header.</string>
 
1198
                        </property>
 
1199
                    </widget>
 
1200
                    <widget class="QLineEdit" row="0" column="1">
 
1201
                        <property name="name">
 
1202
                            <cstring>editField</cstring>
 
1203
                        </property>
 
1204
                        <property name="enabled">
 
1205
                            <bool>false</bool>
 
1206
                        </property>
 
1207
                        <property name="minimumSize">
 
1208
                            <size>
 
1209
                                <width>140</width>
 
1210
                                <height>0</height>
 
1211
                            </size>
 
1212
                        </property>
 
1213
                        <property name="toolTip" stdset="0">
 
1214
                            <string>Enter column text</string>
 
1215
                        </property>
 
1216
                        <property name="whatsThis" stdset="0">
 
1217
                            <string>&lt;b&gt;Enter the text for the selected column.&lt;/b&gt;&lt;p&gt;The text will be displayed in the header of the listview.&lt;/p&gt;</string>
 
1218
                        </property>
 
1219
                    </widget>
 
1220
                    <widget class="QComboBox" row="7" column="1">
 
1221
                        <property name="name">
 
1222
                            <cstring>comboTargetField</cstring>
 
1223
                        </property>
 
1224
                        <property name="enabled">
 
1225
                            <bool>false</bool>
 
1226
                        </property>
 
1227
                        <property name="minimumSize">
 
1228
                            <size>
 
1229
                                <width>140</width>
 
1230
                                <height>0</height>
 
1231
                            </size>
 
1232
                        </property>
 
1233
                    </widget>
 
1234
                    <widget class="QComboBox" row="6" column="1">
 
1235
                        <property name="name">
 
1236
                            <cstring>comboTargetKey</cstring>
 
1237
                        </property>
 
1238
                        <property name="enabled">
 
1239
                            <bool>false</bool>
 
1240
                        </property>
 
1241
                        <property name="minimumSize">
 
1242
                            <size>
 
1243
                                <width>140</width>
 
1244
                                <height>0</height>
 
1245
                            </size>
 
1246
                        </property>
 
1247
                    </widget>
 
1248
                    <widget class="QComboBox" row="5" column="1">
 
1249
                        <property name="name">
 
1250
                            <cstring>comboTargetTable</cstring>
 
1251
                        </property>
 
1252
                        <property name="enabled">
 
1253
                            <bool>false</bool>
 
1254
                        </property>
 
1255
                        <property name="minimumSize">
 
1256
                            <size>
 
1257
                                <width>140</width>
 
1258
                                <height>0</height>
 
1259
                            </size>
 
1260
                        </property>
 
1261
                    </widget>
 
1262
                    <widget class="QLayoutWidget" row="8" column="0" rowspan="1" colspan="2">
 
1263
                        <property name="name">
 
1264
                            <cstring>layout20_4</cstring>
 
1265
                        </property>
 
1266
                        <grid>
 
1267
                            <property name="name">
 
1268
                                <cstring>unnamed</cstring>
 
1269
                            </property>
 
1270
                            <spacer row="1" column="0">
 
1271
                                <property name="name">
 
1272
                                    <cstring>spacer41_4</cstring>
 
1273
                                </property>
 
1274
                                <property name="orientation">
 
1275
                                    <enum>Horizontal</enum>
 
1276
                                </property>
 
1277
                                <property name="sizeType">
 
1278
                                    <enum>Expanding</enum>
 
1279
                                </property>
 
1280
                                <property name="sizeHint">
 
1281
                                    <size>
 
1282
                                        <width>16</width>
 
1283
                                        <height>16</height>
 
1284
                                    </size>
 
1285
                                </property>
 
1286
                            </spacer>
 
1287
                            <spacer row="0" column="1">
 
1288
                                <property name="name">
 
1289
                                    <cstring>spacer44_4</cstring>
 
1290
                                </property>
 
1291
                                <property name="orientation">
 
1292
                                    <enum>Vertical</enum>
 
1293
                                </property>
 
1294
                                <property name="sizeType">
 
1295
                                    <enum>Expanding</enum>
 
1296
                                </property>
 
1297
                                <property name="sizeHint">
 
1298
                                    <size>
 
1299
                                        <width>16</width>
 
1300
                                        <height>16</height>
 
1301
                                    </size>
 
1302
                                </property>
 
1303
                            </spacer>
 
1304
                            <widget class="QLabel" row="1" column="1">
 
1305
                                <property name="name">
 
1306
                                    <cstring>textLabel1_2_4</cstring>
 
1307
                                </property>
 
1308
                                <property name="text">
 
1309
                                    <string>&lt;p&gt;Select a Field from the list box on the left then configure the Field's properties using the various options above.&lt;/p&gt;</string>
 
1310
                                </property>
 
1311
                                <property name="alignment">
 
1312
                                    <set>WordBreak|AlignVCenter</set>
 
1313
                                </property>
 
1314
                            </widget>
 
1315
                            <spacer row="1" column="2">
 
1316
                                <property name="name">
 
1317
                                    <cstring>spacer42_4</cstring>
 
1318
                                </property>
 
1319
                                <property name="orientation">
 
1320
                                    <enum>Horizontal</enum>
 
1321
                                </property>
 
1322
                                <property name="sizeType">
 
1323
                                    <enum>Expanding</enum>
 
1324
                                </property>
 
1325
                                <property name="sizeHint">
 
1326
                                    <size>
 
1327
                                        <width>16</width>
 
1328
                                        <height>16</height>
 
1329
                                    </size>
 
1330
                                </property>
 
1331
                            </spacer>
 
1332
                            <spacer row="2" column="1">
 
1333
                                <property name="name">
 
1334
                                    <cstring>spacer43_4</cstring>
 
1335
                                </property>
 
1336
                                <property name="orientation">
 
1337
                                    <enum>Vertical</enum>
 
1338
                                </property>
 
1339
                                <property name="sizeType">
 
1340
                                    <enum>Expanding</enum>
 
1341
                                </property>
 
1342
                                <property name="sizeHint">
 
1343
                                    <size>
 
1344
                                        <width>16</width>
 
1345
                                        <height>16</height>
 
1346
                                    </size>
 
1347
                                </property>
 
1348
                            </spacer>
 
1349
                        </grid>
 
1350
                    </widget>
 
1351
                </grid>
 
1352
            </widget>
 
1353
            <widget class="QListBox" row="0" column="1">
 
1354
                <property name="name">
 
1355
                    <cstring>listBoxField</cstring>
 
1356
                </property>
 
1357
                <property name="whatsThis" stdset="0">
 
1358
                    <string>This is a list of all available fields in your selected table. Fields in this list will not be displayed.</string>
 
1359
                </property>
 
1360
            </widget>
 
1361
            <widget class="QLabel" row="0" column="0">
 
1362
                <property name="name">
 
1363
                    <cstring>wizard4</cstring>
 
1364
                </property>
 
1365
                <property name="frameShape">
 
1366
                    <enum>Box</enum>
 
1367
                </property>
 
1368
                <property name="frameShadow">
 
1369
                    <enum>Sunken</enum>
 
1370
                </property>
 
1371
                <property name="text">
 
1372
                    <string></string>
 
1373
                </property>
 
1374
            </widget>
 
1375
        </grid>
 
1376
    </widget>
 
1377
    <widget class="QWidget">
 
1378
        <property name="name">
 
1379
            <cstring>sortPage</cstring>
 
1380
        </property>
 
1381
        <attribute name="title">
 
1382
            <string>Choose Sort Order</string>
 
1383
        </attribute>
 
1384
        <grid>
 
1385
            <property name="name">
 
1386
                <cstring>unnamed</cstring>
 
1387
            </property>
 
1388
            <widget class="QLabel" row="0" column="0">
 
1389
                <property name="name">
 
1390
                    <cstring>wizard5</cstring>
 
1391
                </property>
 
1392
                <property name="frameShape">
 
1393
                    <enum>Box</enum>
 
1394
                </property>
 
1395
                <property name="frameShadow">
 
1396
                    <enum>Sunken</enum>
 
1397
                </property>
 
1398
                <property name="text">
 
1399
                    <string></string>
 
1400
                </property>
 
1401
            </widget>
 
1402
            <widget class="QLayoutWidget" row="0" column="1">
 
1403
                <property name="name">
 
1404
                    <cstring>layout19</cstring>
 
1405
                </property>
 
1406
                <grid>
 
1407
                    <property name="name">
 
1408
                        <cstring>unnamed</cstring>
 
1409
                    </property>
 
1410
                    <widget class="QLayoutWidget" row="1" column="1">
 
1411
                        <property name="name">
 
1412
                            <cstring>Layout11</cstring>
 
1413
                        </property>
 
1414
                        <vbox>
 
1415
                            <property name="name">
 
1416
                                <cstring>unnamed</cstring>
 
1417
                            </property>
 
1418
                            <property name="margin">
 
1419
                                <number>0</number>
 
1420
                            </property>
 
1421
                            <property name="spacing">
 
1422
                                <number>6</number>
 
1423
                            </property>
 
1424
                            <widget class="QPushButton">
 
1425
                                <property name="name">
 
1426
                                    <cstring>buttonAddSortField</cstring>
 
1427
                                </property>
 
1428
                                <property name="text">
 
1429
                                    <string></string>
 
1430
                                </property>
 
1431
                                <property name="toolTip" stdset="0">
 
1432
                                    <string>Move field to the right list</string>
 
1433
                                </property>
 
1434
                                <property name="whatsThis" stdset="0">
 
1435
                                    <string>Click here to add the currently selected field from the available fields list to the sorting criteria.</string>
 
1436
                                </property>
 
1437
                            </widget>
 
1438
                            <widget class="QPushButton">
 
1439
                                <property name="name">
 
1440
                                    <cstring>buttonRemoveSortField</cstring>
 
1441
                                </property>
 
1442
                                <property name="text">
 
1443
                                    <string></string>
 
1444
                                </property>
 
1445
                                <property name="toolTip" stdset="0">
 
1446
                                    <string>Remove field from the right list</string>
 
1447
                                </property>
 
1448
                                <property name="whatsThis" stdset="0">
 
1449
                                    <string>Click here to remove the currently selected field from the sorting criteria.</string>
 
1450
                                </property>
 
1451
                            </widget>
 
1452
                            <spacer>
 
1453
                                <property name="name">
 
1454
                                    <cstring>Spacer1_6</cstring>
 
1455
                                </property>
 
1456
                                <property name="orientation">
 
1457
                                    <enum>Vertical</enum>
 
1458
                                </property>
 
1459
                                <property name="sizeType">
 
1460
                                    <enum>Expanding</enum>
 
1461
                                </property>
 
1462
                                <property name="sizeHint">
 
1463
                                    <size>
 
1464
                                        <width>20</width>
 
1465
                                        <height>20</height>
 
1466
                                    </size>
 
1467
                                </property>
 
1468
                            </spacer>
 
1469
                            <widget class="QPushButton">
 
1470
                                <property name="name">
 
1471
                                    <cstring>buttonUpSortField</cstring>
 
1472
                                </property>
 
1473
                                <property name="text">
 
1474
                                    <string></string>
 
1475
                                </property>
 
1476
                                <property name="toolTip" stdset="0">
 
1477
                                    <string>Move field up</string>
 
1478
                                </property>
 
1479
                                <property name="whatsThis" stdset="0">
 
1480
                                    <string>Move selected field in the sort-by list up.</string>
 
1481
                                </property>
 
1482
                            </widget>
 
1483
                            <widget class="QPushButton">
 
1484
                                <property name="name">
 
1485
                                    <cstring>buttonDownSortField</cstring>
 
1486
                                </property>
 
1487
                                <property name="text">
 
1488
                                    <string></string>
 
1489
                                </property>
 
1490
                                <property name="toolTip" stdset="0">
 
1491
                                    <string>Move field down</string>
 
1492
                                </property>
 
1493
                                <property name="whatsThis" stdset="0">
 
1494
                                    <string>Move selected field in the sort-by list down.</string>
 
1495
                                </property>
 
1496
                            </widget>
 
1497
                            <spacer>
 
1498
                                <property name="name">
 
1499
                                    <cstring>Spacer2_3</cstring>
 
1500
                                </property>
 
1501
                                <property name="orientation">
 
1502
                                    <enum>Vertical</enum>
 
1503
                                </property>
 
1504
                                <property name="sizeType">
 
1505
                                    <enum>Expanding</enum>
 
1506
                                </property>
 
1507
                                <property name="sizeHint">
 
1508
                                    <size>
 
1509
                                        <width>20</width>
 
1510
                                        <height>20</height>
 
1511
                                    </size>
 
1512
                                </property>
 
1513
                            </spacer>
 
1514
                            <widget class="QPushButton">
 
1515
                                <property name="name">
 
1516
                                    <cstring>buttonReSortField</cstring>
 
1517
                                </property>
 
1518
                                <property name="text">
 
1519
                                    <string></string>
 
1520
                                </property>
 
1521
                                <property name="toolTip" stdset="0">
 
1522
                                    <string>Change field sort from ASC to DESC and back</string>
 
1523
                                </property>
 
1524
                                <property name="whatsThis" stdset="0">
 
1525
                                    <string>Changes the field sort order from ascending to descending for the selected field in the sort by list.</string>
 
1526
                                </property>
 
1527
                            </widget>
 
1528
                        </vbox>
 
1529
                    </widget>
 
1530
                    <spacer row="0" column="1">
 
1531
                        <property name="name">
 
1532
                            <cstring>spacer41_5</cstring>
 
1533
                        </property>
 
1534
                        <property name="orientation">
 
1535
                            <enum>Vertical</enum>
 
1536
                        </property>
 
1537
                        <property name="sizeType">
 
1538
                            <enum>Minimum</enum>
 
1539
                        </property>
 
1540
                        <property name="sizeHint">
 
1541
                            <size>
 
1542
                                <width>20</width>
 
1543
                                <height>18</height>
 
1544
                            </size>
 
1545
                        </property>
 
1546
                    </spacer>
 
1547
                    <widget class="QListBox" row="1" column="2">
 
1548
                        <property name="name">
 
1549
                            <cstring>listBoxSortedField</cstring>
 
1550
                        </property>
 
1551
                        <property name="whatsThis" stdset="0">
 
1552
                            <string>Data will be sorted according to the selected fields.</string>
 
1553
                        </property>
 
1554
                    </widget>
 
1555
                    <widget class="QLabel" row="0" column="2">
 
1556
                        <property name="name">
 
1557
                            <cstring>TextLabel2</cstring>
 
1558
                        </property>
 
1559
                        <property name="text">
 
1560
                            <string>Sort by:</string>
 
1561
                        </property>
 
1562
                    </widget>
 
1563
                    <widget class="QLabel" row="0" column="0">
 
1564
                        <property name="name">
 
1565
                            <cstring>TextLabel1_4</cstring>
 
1566
                        </property>
 
1567
                        <property name="text">
 
1568
                            <string>Available fields:</string>
 
1569
                        </property>
 
1570
                    </widget>
 
1571
                    <widget class="QListBox" row="1" column="0">
 
1572
                        <property name="name">
 
1573
                            <cstring>listBoxSortField</cstring>
 
1574
                        </property>
 
1575
                        <property name="whatsThis" stdset="0">
 
1576
                            <string>This is the list of all available fields in the selected table.</string>
 
1577
                        </property>
 
1578
                    </widget>
 
1579
                </grid>
 
1580
            </widget>
 
1581
        </grid>
 
1582
    </widget>
 
1583
</widget>
 
1584
<connections>
 
1585
    <connection>
 
1586
        <sender>buttonReSortField</sender>
 
1587
        <signal>clicked()</signal>
 
1588
        <receiver>SqlFormWizardBase</receiver>
 
1589
        <slot>reSortSortField()</slot>
 
1590
    </connection>
 
1591
    <connection>
 
1592
        <sender>buttonRemoveSortField</sender>
 
1593
        <signal>clicked()</signal>
 
1594
        <receiver>SqlFormWizardBase</receiver>
 
1595
        <slot>removeSortField()</slot>
 
1596
    </connection>
 
1597
    <connection>
 
1598
        <sender>buttonAddSortField</sender>
 
1599
        <signal>clicked()</signal>
 
1600
        <receiver>SqlFormWizardBase</receiver>
 
1601
        <slot>addSortField()</slot>
 
1602
    </connection>
 
1603
    <connection>
 
1604
        <sender>buttonUpSortField</sender>
 
1605
        <signal>clicked()</signal>
 
1606
        <receiver>SqlFormWizardBase</receiver>
 
1607
        <slot>sortFieldUp()</slot>
 
1608
    </connection>
 
1609
    <connection>
 
1610
        <sender>buttonDownSortField</sender>
 
1611
        <signal>clicked()</signal>
 
1612
        <receiver>SqlFormWizardBase</receiver>
 
1613
        <slot>sortFieldDown()</slot>
 
1614
    </connection>
 
1615
    <connection>
 
1616
        <sender>listBoxSortField</sender>
 
1617
        <signal>doubleClicked(QListBoxItem*)</signal>
 
1618
        <receiver>SqlFormWizardBase</receiver>
 
1619
        <slot>addSortField()</slot>
 
1620
    </connection>
 
1621
    <connection>
 
1622
        <sender>listBoxSortedField</sender>
 
1623
        <signal>doubleClicked(QListBoxItem*)</signal>
 
1624
        <receiver>SqlFormWizardBase</receiver>
 
1625
        <slot>removeSortField()</slot>
 
1626
    </connection>
 
1627
    <connection>
 
1628
        <sender>listBoxSortedField</sender>
 
1629
        <signal>rightButtonClicked(QListBoxItem*,const QPoint&amp;)</signal>
 
1630
        <receiver>SqlFormWizardBase</receiver>
 
1631
        <slot>reSortSortField()</slot>
 
1632
    </connection>
 
1633
    <connection>
 
1634
        <sender>listBoxTable</sender>
 
1635
        <signal>highlighted(const QString&amp;)</signal>
 
1636
        <receiver>SqlFormWizardBase</receiver>
 
1637
        <slot>tableSelected(const QString&amp;)</slot>
 
1638
    </connection>
 
1639
    <connection>
 
1640
        <sender>buttonFieldUp</sender>
 
1641
        <signal>clicked()</signal>
 
1642
        <receiver>SqlFormWizardBase</receiver>
 
1643
        <slot>fieldUp()</slot>
 
1644
    </connection>
 
1645
    <connection>
 
1646
        <sender>buttonFieldDown</sender>
 
1647
        <signal>clicked()</signal>
 
1648
        <receiver>SqlFormWizardBase</receiver>
 
1649
        <slot>fieldDown()</slot>
 
1650
    </connection>
 
1651
    <connection>
 
1652
        <sender>buttonNew</sender>
 
1653
        <signal>clicked()</signal>
 
1654
        <receiver>SqlFormWizardBase</receiver>
 
1655
        <slot>newConnection()</slot>
 
1656
    </connection>
 
1657
    <connection>
 
1658
        <sender>buttonDelete</sender>
 
1659
        <signal>clicked()</signal>
 
1660
        <receiver>SqlFormWizardBase</receiver>
 
1661
        <slot>deleteConnection()</slot>
 
1662
    </connection>
 
1663
    <connection>
 
1664
        <sender>buttonConnect</sender>
 
1665
        <signal>clicked()</signal>
 
1666
        <receiver>SqlFormWizardBase</receiver>
 
1667
        <slot>doConnect()</slot>
 
1668
    </connection>
 
1669
    <connection>
 
1670
        <sender>listBoxConnection</sender>
 
1671
        <signal>highlighted(const QString&amp;)</signal>
 
1672
        <receiver>SqlFormWizardBase</receiver>
 
1673
        <slot>currentConnectionChanged(const QString&amp;)</slot>
 
1674
    </connection>
 
1675
    <connection>
 
1676
        <sender>listBoxField</sender>
 
1677
        <signal>currentChanged(QListBoxItem*)</signal>
 
1678
        <receiver>SqlFormWizardBase</receiver>
 
1679
        <slot>currentFieldChanged(QListBoxItem*)</slot>
 
1680
    </connection>
 
1681
    <connection>
 
1682
        <sender>editField</sender>
 
1683
        <signal>textChanged(const QString&amp;)</signal>
 
1684
        <receiver>SqlFormWizardBase</receiver>
 
1685
        <slot>fieldLabelChanged(const QString&amp;)</slot>
 
1686
    </connection>
 
1687
    <connection>
 
1688
        <sender>checkBoxForeign</sender>
 
1689
        <signal>toggled(bool)</signal>
 
1690
        <receiver>SqlFormWizardBase</receiver>
 
1691
        <slot>foreignToggled(bool)</slot>
 
1692
    </connection>
 
1693
    <connection>
 
1694
        <sender>checkBoxHidden</sender>
 
1695
        <signal>toggled(bool)</signal>
 
1696
        <receiver>SqlFormWizardBase</receiver>
 
1697
        <slot>hiddenToggled(bool)</slot>
 
1698
    </connection>
 
1699
    <connection>
 
1700
        <sender>checkBoxResizable</sender>
 
1701
        <signal>toggled(bool)</signal>
 
1702
        <receiver>SqlFormWizardBase</receiver>
 
1703
        <slot>resizableToggled(bool)</slot>
 
1704
    </connection>
 
1705
    <connection>
 
1706
        <sender>checkBoxSortable</sender>
 
1707
        <signal>toggled(bool)</signal>
 
1708
        <receiver>SqlFormWizardBase</receiver>
 
1709
        <slot>sortableToggled(bool)</slot>
 
1710
    </connection>
 
1711
    <connection>
 
1712
        <sender>editTable</sender>
 
1713
        <signal>textChanged(const QString&amp;)</signal>
 
1714
        <receiver>SqlFormWizardBase</receiver>
 
1715
        <slot>tableLabelChanged(const QString&amp;)</slot>
 
1716
    </connection>
 
1717
    <connection>
 
1718
        <sender>buttonIcon</sender>
 
1719
        <signal>pressed()</signal>
 
1720
        <receiver>SqlFormWizardBase</receiver>
 
1721
        <slot>tableIconChanged()</slot>
 
1722
    </connection>
 
1723
    <connection>
 
1724
        <sender>listBoxParentKey</sender>
 
1725
        <signal>highlighted(const QString&amp;)</signal>
 
1726
        <receiver>SqlFormWizardBase</receiver>
 
1727
        <slot>parentKeyChanged()</slot>
 
1728
    </connection>
 
1729
    <connection>
 
1730
        <sender>comboChildTable</sender>
 
1731
        <signal>activated(const QString&amp;)</signal>
 
1732
        <receiver>SqlFormWizardBase</receiver>
 
1733
        <slot>childTableActivated(const QString&amp;)</slot>
 
1734
    </connection>
 
1735
    <connection>
 
1736
        <sender>comboChildKey</sender>
 
1737
        <signal>activated(const QString&amp;)</signal>
 
1738
        <receiver>SqlFormWizardBase</receiver>
 
1739
        <slot>childKeyActivated(const QString&amp;)</slot>
 
1740
    </connection>
 
1741
    <connection>
 
1742
        <sender>comboChildRelation</sender>
 
1743
        <signal>activated(const QString&amp;)</signal>
 
1744
        <receiver>SqlFormWizardBase</receiver>
 
1745
        <slot>childRelationActivated(const QString&amp;)</slot>
 
1746
    </connection>
 
1747
</connections>
 
1748
<tabstops>
 
1749
    <tabstop>buttonNew</tabstop>
 
1750
    <tabstop>buttonDelete</tabstop>
 
1751
    <tabstop>listBoxConnection</tabstop>
 
1752
    <tabstop>editName</tabstop>
 
1753
    <tabstop>comboDriver</tabstop>
 
1754
    <tabstop>editDatabase</tabstop>
 
1755
    <tabstop>editUsername</tabstop>
 
1756
    <tabstop>editPassword</tabstop>
 
1757
    <tabstop>editHostname</tabstop>
 
1758
    <tabstop>editPort</tabstop>
 
1759
    <tabstop>buttonConnect</tabstop>
 
1760
    <tabstop>listBoxParentKey</tabstop>
 
1761
    <tabstop>comboChildTable</tabstop>
 
1762
    <tabstop>comboChildKey</tabstop>
 
1763
    <tabstop>listBoxTable</tabstop>
 
1764
    <tabstop>editTable</tabstop>
 
1765
    <tabstop>buttonIcon</tabstop>
 
1766
    <tabstop>checkBoxSorting</tabstop>
 
1767
    <tabstop>checkBoxReadOnly</tabstop>
 
1768
    <tabstop>checkBoxConfirmInserts</tabstop>
 
1769
    <tabstop>checkBoxConfirmUpdates</tabstop>
 
1770
    <tabstop>checkBoxConfirmDeletes</tabstop>
 
1771
    <tabstop>checkBoxConfirmCancels</tabstop>
 
1772
    <tabstop>listBoxField</tabstop>
 
1773
    <tabstop>buttonFieldUp</tabstop>
 
1774
    <tabstop>buttonFieldDown</tabstop>
 
1775
    <tabstop>editField</tabstop>
 
1776
    <tabstop>checkBoxHidden</tabstop>
 
1777
    <tabstop>checkBoxResizable</tabstop>
 
1778
    <tabstop>checkBoxSortable</tabstop>
 
1779
    <tabstop>checkBoxForeign</tabstop>
 
1780
    <tabstop>comboTargetTable</tabstop>
 
1781
    <tabstop>comboTargetKey</tabstop>
 
1782
    <tabstop>comboTargetField</tabstop>
 
1783
    <tabstop>listBoxSortField</tabstop>
 
1784
    <tabstop>buttonAddSortField</tabstop>
 
1785
    <tabstop>buttonRemoveSortField</tabstop>
 
1786
    <tabstop>buttonUpSortField</tabstop>
 
1787
    <tabstop>buttonDownSortField</tabstop>
 
1788
    <tabstop>buttonReSortField</tabstop>
 
1789
    <tabstop>listBoxSortedField</tabstop>
 
1790
</tabstops>
 
1791
<slots>
 
1792
    <slot access="protected">init()</slot>
 
1793
    <slot access="protected">destroy()</slot>
 
1794
    <slot access="protected">currentConnectionChanged(const QString&amp;)</slot>
 
1795
    <slot access="protected">addSortField()</slot>
 
1796
    <slot access="protected">fieldDown()</slot>
 
1797
    <slot access="protected">fieldUp()</slot>
 
1798
    <slot access="protected">reSortSortField()</slot>
 
1799
    <slot access="protected">removeField()</slot>
 
1800
    <slot access="protected">removeSortField()</slot>
 
1801
    <slot access="protected">setupDatabaseConnections()</slot>
 
1802
    <slot access="protected">sortFieldDown()</slot>
 
1803
    <slot access="protected">sortFieldUp()</slot>
 
1804
    <slot access="protected">connectionSelected( const QString &amp; )</slot>
 
1805
    <slot access="protected">tableSelected( const QString &amp; )</slot>
 
1806
    <slot access="protected">newConnection()</slot>
 
1807
    <slot access="protected">deleteConnection()</slot>
 
1808
    <slot access="protected">doConnect()</slot>
 
1809
    <slot access="protected">currentFieldChanged( QListBoxItem* )</slot>
 
1810
    <slot access="protected">fieldLabelChanged( const QString&amp; )</slot>
 
1811
    <slot access="protected">foreignToggled( bool )</slot>
 
1812
    <slot access="protected">hiddenToggled( bool )</slot>
 
1813
    <slot access="protected">resizableToggled( bool )</slot>
 
1814
    <slot access="protected">sortableToggled( bool )</slot>
 
1815
    <slot access="protected">tableLabelChanged( const QString&amp; )</slot>
 
1816
    <slot access="protected">tableIconChanged()</slot>
 
1817
    <slot access="protected">parentKeyChanged()</slot>
 
1818
    <slot access="protected">childTableActivated( const QString&amp; )</slot>
 
1819
    <slot access="protected">childKeyActivated( const QString&amp; )</slot>
 
1820
    <slot access="protected">childRelationActivated( const QString &amp; )</slot>
 
1821
</slots>
 
1822
<pixmapinproject/>
 
1823
<layoutdefaults spacing="6" margin="11"/>
 
1824
</UI>