~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to kst/kst/eventmonitor.ui

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2006-06-30 19:11:30 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630191130-acumuar75bz4puty
Tags: 1.2.1-1ubuntu1
Merge from debian unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
 
<class>EventMonitor</class>
3
 
<widget class="QDialog">
4
 
    <property name="name">
5
 
        <cstring>EventMonitor</cstring>
6
 
    </property>
7
 
    <property name="geometry">
8
 
        <rect>
9
 
            <x>0</x>
10
 
            <y>0</y>
11
 
            <width>433</width>
12
 
            <height>481</height>
13
 
        </rect>
14
 
    </property>
15
 
    <property name="caption">
16
 
        <string>Event Monitor</string>
17
 
    </property>
18
 
    <grid>
19
 
        <property name="name">
20
 
            <cstring>unnamed</cstring>
21
 
        </property>
22
 
        <widget class="QLayoutWidget" row="0" column="0">
23
 
            <property name="name">
24
 
                <cstring>layout3</cstring>
25
 
            </property>
26
 
            <hbox>
27
 
                <property name="name">
28
 
                    <cstring>unnamed</cstring>
29
 
                </property>
30
 
                <widget class="QLabel">
31
 
                    <property name="name">
32
 
                        <cstring>textLabel1_2</cstring>
33
 
                    </property>
34
 
                    <property name="sizePolicy">
35
 
                        <sizepolicy>
36
 
                            <hsizetype>0</hsizetype>
37
 
                            <vsizetype>0</vsizetype>
38
 
                            <horstretch>0</horstretch>
39
 
                            <verstretch>0</verstretch>
40
 
                        </sizepolicy>
41
 
                    </property>
42
 
                    <property name="text">
43
 
                        <string>Unique name:</string>
44
 
                    </property>
45
 
                    <property name="buddy" stdset="0">
46
 
                        <cstring>Select</cstring>
47
 
                    </property>
48
 
                </widget>
49
 
                <widget class="QLineEdit">
50
 
                    <property name="name">
51
 
                        <cstring>_tagName</cstring>
52
 
                    </property>
53
 
                </widget>
54
 
            </hbox>
55
 
        </widget>
56
 
        <widget class="QGroupBox" row="1" column="0">
57
 
            <property name="name">
58
 
                <cstring>groupBoxEquation</cstring>
59
 
            </property>
60
 
            <property name="sizePolicy">
61
 
                <sizepolicy>
62
 
                    <hsizetype>5</hsizetype>
63
 
                    <vsizetype>5</vsizetype>
64
 
                    <horstretch>0</horstretch>
65
 
                    <verstretch>0</verstretch>
66
 
                </sizepolicy>
67
 
            </property>
68
 
            <property name="title">
69
 
                <string>Expression</string>
70
 
            </property>
71
 
            <grid>
72
 
                <property name="name">
73
 
                    <cstring>unnamed</cstring>
74
 
                </property>
75
 
                <widget class="QLabel" row="1" column="0">
76
 
                    <property name="name">
77
 
                        <cstring>textLabel2</cstring>
78
 
                    </property>
79
 
                    <property name="text">
80
 
                        <string>Vectors:</string>
81
 
                    </property>
82
 
                </widget>
83
 
                <widget class="QLabel" row="0" column="0">
84
 
                    <property name="name">
85
 
                        <cstring>textLabel1</cstring>
86
 
                    </property>
87
 
                    <property name="text">
88
 
                        <string>Operators:</string>
89
 
                    </property>
90
 
                    <property name="buddy" stdset="0">
91
 
                        <cstring>comboBoxEqOperator</cstring>
92
 
                    </property>
93
 
                </widget>
94
 
                <widget class="QComboBox" row="0" column="1">
95
 
                    <item>
96
 
                        <property name="text">
97
 
                            <string>+</string>
98
 
                        </property>
99
 
                    </item>
100
 
                    <item>
101
 
                        <property name="text">
102
 
                            <string>-</string>
103
 
                        </property>
104
 
                    </item>
105
 
                    <item>
106
 
                        <property name="text">
107
 
                            <string>*</string>
108
 
                        </property>
109
 
                    </item>
110
 
                    <item>
111
 
                        <property name="text">
112
 
                            <string>/</string>
113
 
                        </property>
114
 
                    </item>
115
 
                    <item>
116
 
                        <property name="text">
117
 
                            <string>^</string>
118
 
                        </property>
119
 
                    </item>
120
 
                    <item>
121
 
                        <property name="text">
122
 
                            <string>PI</string>
123
 
                        </property>
124
 
                    </item>
125
 
                    <item>
126
 
                        <property name="text">
127
 
                            <string>e</string>
128
 
                        </property>
129
 
                    </item>
130
 
                    <item>
131
 
                        <property name="text">
132
 
                            <string>=</string>
133
 
                        </property>
134
 
                    </item>
135
 
                    <item>
136
 
                        <property name="text">
137
 
                            <string>&lt;</string>
138
 
                        </property>
139
 
                    </item>
140
 
                    <item>
141
 
                        <property name="text">
142
 
                            <string>&lt;=</string>
143
 
                        </property>
144
 
                    </item>
145
 
                    <item>
146
 
                        <property name="text">
147
 
                            <string>&gt;</string>
148
 
                        </property>
149
 
                    </item>
150
 
                    <item>
151
 
                        <property name="text">
152
 
                            <string>&gt;=</string>
153
 
                        </property>
154
 
                    </item>
155
 
                    <item>
156
 
                        <property name="text">
157
 
                            <string>&amp;</string>
158
 
                        </property>
159
 
                    </item>
160
 
                    <item>
161
 
                        <property name="text">
162
 
                            <string>|</string>
163
 
                        </property>
164
 
                    </item>
165
 
                    <item>
166
 
                        <property name="text">
167
 
                            <string>!</string>
168
 
                        </property>
169
 
                    </item>
170
 
                    <item>
171
 
                        <property name="text">
172
 
                            <string>STEP()</string>
173
 
                        </property>
174
 
                    </item>
175
 
                    <item>
176
 
                        <property name="text">
177
 
                            <string>ABS()</string>
178
 
                        </property>
179
 
                    </item>
180
 
                    <item>
181
 
                        <property name="text">
182
 
                            <string>SQRT()</string>
183
 
                        </property>
184
 
                    </item>
185
 
                    <item>
186
 
                        <property name="text">
187
 
                            <string>CBRT()</string>
188
 
                        </property>
189
 
                    </item>
190
 
                    <item>
191
 
                        <property name="text">
192
 
                            <string>SIN()</string>
193
 
                        </property>
194
 
                    </item>
195
 
                    <item>
196
 
                        <property name="text">
197
 
                            <string>COS()</string>
198
 
                        </property>
199
 
                    </item>
200
 
                    <item>
201
 
                        <property name="text">
202
 
                            <string>TAN()</string>
203
 
                        </property>
204
 
                    </item>
205
 
                    <item>
206
 
                        <property name="text">
207
 
                            <string>ASIN()</string>
208
 
                        </property>
209
 
                    </item>
210
 
                    <item>
211
 
                        <property name="text">
212
 
                            <string>ACOS()</string>
213
 
                        </property>
214
 
                    </item>
215
 
                    <item>
216
 
                        <property name="text">
217
 
                            <string>ATAN()</string>
218
 
                        </property>
219
 
                    </item>
220
 
                    <item>
221
 
                        <property name="text">
222
 
                            <string>SEC()</string>
223
 
                        </property>
224
 
                    </item>
225
 
                    <item>
226
 
                        <property name="text">
227
 
                            <string>CSC()</string>
228
 
                        </property>
229
 
                    </item>
230
 
                    <item>
231
 
                        <property name="text">
232
 
                            <string>COT()</string>
233
 
                        </property>
234
 
                    </item>
235
 
                    <item>
236
 
                        <property name="text">
237
 
                            <string>SINH()</string>
238
 
                        </property>
239
 
                    </item>
240
 
                    <item>
241
 
                        <property name="text">
242
 
                            <string>COSH()</string>
243
 
                        </property>
244
 
                    </item>
245
 
                    <item>
246
 
                        <property name="text">
247
 
                            <string>TANH()</string>
248
 
                        </property>
249
 
                    </item>
250
 
                    <item>
251
 
                        <property name="text">
252
 
                            <string>EXP()</string>
253
 
                        </property>
254
 
                    </item>
255
 
                    <item>
256
 
                        <property name="text">
257
 
                            <string>LN()</string>
258
 
                        </property>
259
 
                    </item>
260
 
                    <item>
261
 
                        <property name="text">
262
 
                            <string>LOG()</string>
263
 
                        </property>
264
 
                    </item>
265
 
                    <property name="name">
266
 
                        <cstring>comboBoxEqOperator</cstring>
267
 
                    </property>
268
 
                </widget>
269
 
                <widget class="ScalarSelector" row="2" column="1">
270
 
                    <property name="name">
271
 
                        <cstring>_scalarSelectorEq</cstring>
272
 
                    </property>
273
 
                </widget>
274
 
                <widget class="QLabel" row="2" column="0">
275
 
                    <property name="name">
276
 
                        <cstring>textLabel3</cstring>
277
 
                    </property>
278
 
                    <property name="text">
279
 
                        <string>Scalars:</string>
280
 
                    </property>
281
 
                </widget>
282
 
                <widget class="QLineEdit" row="3" column="1">
283
 
                    <property name="name">
284
 
                        <cstring>lineEditEquation</cstring>
285
 
                    </property>
286
 
                </widget>
287
 
                <widget class="VectorSelector" row="1" column="1">
288
 
                    <property name="name">
289
 
                        <cstring>_vectorSelectorEq</cstring>
290
 
                    </property>
291
 
                </widget>
292
 
                <widget class="QLabel" row="3" column="0">
293
 
                    <property name="name">
294
 
                        <cstring>textLabel3_2</cstring>
295
 
                    </property>
296
 
                    <property name="text">
297
 
                        <string>Expression:</string>
298
 
                    </property>
299
 
                    <property name="buddy" stdset="0">
300
 
                        <cstring>lineEditEquation</cstring>
301
 
                    </property>
302
 
                </widget>
303
 
                <widget class="QLabel" row="4" column="0">
304
 
                    <property name="name">
305
 
                        <cstring>textLabel3_2_3</cstring>
306
 
                    </property>
307
 
                    <property name="text">
308
 
                        <string>Description:</string>
309
 
                    </property>
310
 
                    <property name="buddy" stdset="0">
311
 
                        <cstring>lineEditDescription</cstring>
312
 
                    </property>
313
 
                </widget>
314
 
                <widget class="QLineEdit" row="4" column="1">
315
 
                    <property name="name">
316
 
                        <cstring>lineEditDescription</cstring>
317
 
                    </property>
318
 
                </widget>
319
 
            </grid>
320
 
        </widget>
321
 
        <widget class="QButtonGroup" row="2" column="0">
322
 
            <property name="name">
323
 
                <cstring>buttonGroupLog</cstring>
324
 
            </property>
325
 
            <property name="sizePolicy">
326
 
                <sizepolicy>
327
 
                    <hsizetype>5</hsizetype>
328
 
                    <vsizetype>0</vsizetype>
329
 
                    <horstretch>0</horstretch>
330
 
                    <verstretch>0</verstretch>
331
 
                </sizepolicy>
332
 
            </property>
333
 
            <property name="title">
334
 
                <string>Kst Debug Log</string>
335
 
            </property>
336
 
            <grid>
337
 
                <property name="name">
338
 
                    <cstring>unnamed</cstring>
339
 
                </property>
340
 
                <spacer row="0" column="5">
341
 
                    <property name="name">
342
 
                        <cstring>spacer1</cstring>
343
 
                    </property>
344
 
                    <property name="orientation">
345
 
                        <enum>Horizontal</enum>
346
 
                    </property>
347
 
                    <property name="sizeType">
348
 
                        <enum>Expanding</enum>
349
 
                    </property>
350
 
                    <property name="sizeHint">
351
 
                        <size>
352
 
                            <width>120</width>
353
 
                            <height>21</height>
354
 
                        </size>
355
 
                    </property>
356
 
                </spacer>
357
 
                <widget class="QRadioButton" row="0" column="3">
358
 
                    <property name="name">
359
 
                        <cstring>radioButtonLogWarning</cstring>
360
 
                    </property>
361
 
                    <property name="text">
362
 
                        <string>&amp;Warning</string>
363
 
                    </property>
364
 
                    <property name="buttonGroupId">
365
 
                        <number>1</number>
366
 
                    </property>
367
 
                </widget>
368
 
                <widget class="QRadioButton" row="0" column="4">
369
 
                    <property name="name">
370
 
                        <cstring>radioButtonLogError</cstring>
371
 
                    </property>
372
 
                    <property name="text">
373
 
                        <string>&amp;Error</string>
374
 
                    </property>
375
 
                    <property name="buttonGroupId">
376
 
                        <number>2</number>
377
 
                    </property>
378
 
                </widget>
379
 
                <widget class="QRadioButton" row="0" column="2">
380
 
                    <property name="name">
381
 
                        <cstring>radioButtonLogNotice</cstring>
382
 
                    </property>
383
 
                    <property name="text">
384
 
                        <string>&amp;Notice</string>
385
 
                    </property>
386
 
                    <property name="buttonGroupId">
387
 
                        <number>0</number>
388
 
                    </property>
389
 
                </widget>
390
 
                <widget class="QCheckBox" row="0" column="0">
391
 
                    <property name="name">
392
 
                        <cstring>checkBoxDebug</cstring>
393
 
                    </property>
394
 
                    <property name="text">
395
 
                        <string>&amp;Log as:</string>
396
 
                    </property>
397
 
                </widget>
398
 
            </grid>
399
 
        </widget>
400
 
        <widget class="QLayoutWidget" row="6" column="0">
401
 
            <property name="name">
402
 
                <cstring>layout3</cstring>
403
 
            </property>
404
 
            <hbox>
405
 
                <property name="name">
406
 
                    <cstring>unnamed</cstring>
407
 
                </property>
408
 
                <spacer>
409
 
                    <property name="name">
410
 
                        <cstring>Spacer1</cstring>
411
 
                    </property>
412
 
                    <property name="orientation">
413
 
                        <enum>Horizontal</enum>
414
 
                    </property>
415
 
                    <property name="sizeType">
416
 
                        <enum>Expanding</enum>
417
 
                    </property>
418
 
                    <property name="sizeHint">
419
 
                        <size>
420
 
                            <width>30</width>
421
 
                            <height>20</height>
422
 
                        </size>
423
 
                    </property>
424
 
                </spacer>
425
 
                <widget class="QPushButton">
426
 
                    <property name="name">
427
 
                        <cstring>_OK</cstring>
428
 
                    </property>
429
 
                    <property name="sizePolicy">
430
 
                        <sizepolicy>
431
 
                            <hsizetype>0</hsizetype>
432
 
                            <vsizetype>0</vsizetype>
433
 
                            <horstretch>0</horstretch>
434
 
                            <verstretch>0</verstretch>
435
 
                        </sizepolicy>
436
 
                    </property>
437
 
                    <property name="text">
438
 
                        <string>&amp;OK</string>
439
 
                    </property>
440
 
                </widget>
441
 
                <widget class="QPushButton">
442
 
                    <property name="name">
443
 
                        <cstring>_cancel</cstring>
444
 
                    </property>
445
 
                    <property name="sizePolicy">
446
 
                        <sizepolicy>
447
 
                            <hsizetype>0</hsizetype>
448
 
                            <vsizetype>0</vsizetype>
449
 
                            <horstretch>0</horstretch>
450
 
                            <verstretch>0</verstretch>
451
 
                        </sizepolicy>
452
 
                    </property>
453
 
                    <property name="text">
454
 
                        <string>&amp;Cancel</string>
455
 
                    </property>
456
 
                </widget>
457
 
            </hbox>
458
 
        </widget>
459
 
        <spacer row="5" column="0">
460
 
            <property name="name">
461
 
                <cstring>spacer4</cstring>
462
 
            </property>
463
 
            <property name="orientation">
464
 
                <enum>Vertical</enum>
465
 
            </property>
466
 
            <property name="sizeType">
467
 
                <enum>Expanding</enum>
468
 
            </property>
469
 
            <property name="sizeHint">
470
 
                <size>
471
 
                    <width>410</width>
472
 
                    <height>20</height>
473
 
                </size>
474
 
            </property>
475
 
        </spacer>
476
 
        <widget class="QGroupBox" row="3" column="0">
477
 
            <property name="name">
478
 
                <cstring>groupBoxEMail</cstring>
479
 
            </property>
480
 
            <property name="sizePolicy">
481
 
                <sizepolicy>
482
 
                    <hsizetype>5</hsizetype>
483
 
                    <vsizetype>0</vsizetype>
484
 
                    <horstretch>0</horstretch>
485
 
                    <verstretch>0</verstretch>
486
 
                </sizepolicy>
487
 
            </property>
488
 
            <property name="title">
489
 
                <string>E-Mail Notification</string>
490
 
            </property>
491
 
            <hbox>
492
 
                <property name="name">
493
 
                    <cstring>unnamed</cstring>
494
 
                </property>
495
 
                <widget class="QCheckBox">
496
 
                    <property name="name">
497
 
                        <cstring>checkBoxEMailNotify</cstring>
498
 
                    </property>
499
 
                    <property name="text">
500
 
                        <string>N&amp;otify:</string>
501
 
                    </property>
502
 
                </widget>
503
 
                <widget class="QLineEdit">
504
 
                    <property name="name">
505
 
                        <cstring>lineEditEMailRecipients</cstring>
506
 
                    </property>
507
 
                </widget>
508
 
            </hbox>
509
 
        </widget>
510
 
        <widget class="QGroupBox" row="4" column="0">
511
 
            <property name="name">
512
 
                <cstring>groupBoxELOG</cstring>
513
 
            </property>
514
 
            <property name="title">
515
 
                <string>ELOG</string>
516
 
            </property>
517
 
            <hbox>
518
 
                <property name="name">
519
 
                    <cstring>unnamed</cstring>
520
 
                </property>
521
 
                <widget class="QCheckBox">
522
 
                    <property name="name">
523
 
                        <cstring>checkBoxELOGNotify</cstring>
524
 
                    </property>
525
 
                    <property name="text">
526
 
                        <string>No&amp;tify:</string>
527
 
                    </property>
528
 
                </widget>
529
 
                <widget class="QPushButton">
530
 
                    <property name="name">
531
 
                        <cstring>_pushButtonELOGConfigure</cstring>
532
 
                    </property>
533
 
                    <property name="text">
534
 
                        <string>&amp;Configure...</string>
535
 
                    </property>
536
 
                </widget>
537
 
                <spacer>
538
 
                    <property name="name">
539
 
                        <cstring>spacer3</cstring>
540
 
                    </property>
541
 
                    <property name="orientation">
542
 
                        <enum>Horizontal</enum>
543
 
                    </property>
544
 
                    <property name="sizeType">
545
 
                        <enum>Expanding</enum>
546
 
                    </property>
547
 
                    <property name="sizeHint">
548
 
                        <size>
549
 
                            <width>241</width>
550
 
                            <height>31</height>
551
 
                        </size>
552
 
                    </property>
553
 
                </spacer>
554
 
            </hbox>
555
 
        </widget>
556
 
    </grid>
557
 
</widget>
558
 
<customwidgets>
559
 
    <customwidget>
560
 
        <class>VectorSelector</class>
561
 
        <header location="local">vectorselector.h</header>
562
 
        <sizehint>
563
 
            <width>-1</width>
564
 
            <height>-1</height>
565
 
        </sizehint>
566
 
        <container>0</container>
567
 
        <sizepolicy>
568
 
            <hordata>5</hordata>
569
 
            <verdata>5</verdata>
570
 
            <horstretch>0</horstretch>
571
 
            <verstretch>0</verstretch>
572
 
        </sizepolicy>
573
 
        <pixmap>image0</pixmap>
574
 
        <signal>newVectorCreated()</signal>
575
 
        <signal>selectionChanged(const QString&amp;)</signal>
576
 
        <signal>selectionChangedLabel(const QString&amp;)</signal>
577
 
        <slot access="public" specifier="">slot()</slot>
578
 
        <slot access="public" specifier="">allowNewVectors(bool allowed)</slot>
579
 
        <slot access="public" specifier="">slot()</slot>
580
 
        <slot access="public" specifier="">slot()</slot>
581
 
        <slot access="public" specifier="">update()</slot>
582
 
    </customwidget>
583
 
    <customwidget>
584
 
        <class>ScalarSelector</class>
585
 
        <header location="local">scalarselector.h</header>
586
 
        <sizehint>
587
 
            <width>-1</width>
588
 
            <height>-1</height>
589
 
        </sizehint>
590
 
        <container>0</container>
591
 
        <sizepolicy>
592
 
            <hordata>5</hordata>
593
 
            <verdata>5</verdata>
594
 
            <horstretch>0</horstretch>
595
 
            <verstretch>0</verstretch>
596
 
        </sizepolicy>
597
 
        <pixmap>image0</pixmap>
598
 
        <signal>selectionChanged(const QString&amp;)</signal>
599
 
        <signal>newVectorCreated()</signal>
600
 
        <signal>selectionChangedLabel(const QString&amp;)</signal>
601
 
        <slot access="public" specifier="">slot()</slot>
602
 
        <slot access="public" specifier="">allowNewScalars(bool allowed)</slot>
603
 
        <slot access="public" specifier="">slot()</slot>
604
 
        <slot access="public" specifier="">update()</slot>
605
 
    </customwidget>
606
 
</customwidgets>
607
 
<images>
608
 
    <image name="image0">
609
 
        <data format="XPM.GZ" length="4430">789cb597496f1d370cc7eff91446780b0a7636cd82a207ef8e1d2fcf8ed7a2076a166fef3def89eda2dfbd1af23f83c20e8af6d02807ffccbf284a22a9f1cf9f164ef6b6173efdfce1e1511e2feb85fa42ee173e354fb3d9cb6fbffffac7878f49b2d0ff8fca85e4e34f1f3e4e1e17ea859d9b79db033f05a048ff294f94937ef44ce72367ca3c72aefa6ae452f96c6451de1bb956de1fb9e9595e94b3613de191d53f7d1f59e7cb2b38b378c25607563b7523ab7f6e95f37ea87e4bb90c6cfeae9525fcc6e28f949ba88bf53ce8b9e7380ac3e2bb022771aa76a79cf443ed5f95d3d8c1ff74648d8776945d9c43ff0c2ec147e01041cf7eae9cc715ceff6160d3530aae2d1e362e07a65c59c2b0fd1f806becef58b98e1bb353619c246697cb912dbe43e53671e65fea9e833187ff2fca4952c44ee3390097c6b4aa5c260de6af1ba711ec7abe89249dd9bd18a7715428cf46b6fbda55f6698cf9dbe014bca45ca749acf9489f95bb60b7fc8cc159acfe48ef2f8dd3ca9813b0c495f2a37291c59171a35cf643e757e0cef4b239b2adbfdc7348cfdafc8be66b9664ade949f33173812d9f09dcc596cfea2fab5d857aca943be7cd2e6b3dbbc855e00d30ecb407aec13a5fd351efdbeb7dbac475967f5c18e711ea55cfcfa5791c6bfff00d18f5ecfdc86aa7b3819358f9169cda7cd6fc73d9a097136597a7c67e3ab0e5a3d77a76799e597cb20876163f693f7345ee503f7abeaeca4bece774609cafe69f93bc82bf66e044f3dd6bff733e17d44b3bb0d9691fec63db9ff60f570f767fa1dce4a847590637d8dfd5c0f01f8f6c7aed2fae1dd79b80bd9d9fccc143bfb81cd8e261bbcfae1faab7fbee823fab6f01b7a6f79a7f795cc4a8ff1d30fa0169bfcdb322b578e4019c25d66f36c039f25deb3f77c16eefcb3218f7c54b60e845cf33cf8bd04174fe05384decbdd1facc8b02f72377ca52e4c6acf99737fd502e95dba2c17a3b23eb7e45fb65919725ce370157b06bff2c8ab248acbed7c0a5ed576864b37f03633eaf8c6cfd70112cf0aff915a60f76bd8f42faa1acfdb4ece576be6a2fabaac67e4e8c25b2fecbcf235b3cfa9e94b50ce7a7ef69d904b6f85ec199e513dd0c6c7a317d27696ae75382b3d4e2d7fba9a2a0b77a3a01e789c5ff02ae10dff6c8f63eea7d55b1a05ff12a5810cfe2c0b81f3d8f2a910af11d837da2fdd3f3c8b6bede4f95f64359f3b5cac4a5567f66cf05fd951a631fd97d8ade5f55f808efc53a38467f3f1dd9ec1b60bc37520d8c78b47f56e5a0976d7092785d5fdfb7aaf219deaf17b0c37baffdbf121fa39f7a30faab68fe567e889fa6e0a15ecfc00ee7affdb8aa035b7c6b60d4231f810bd4b3be7f5513d6b7f8f7c00eefd72b7878efb7c015f87064ebffc6ad2f2dff690e16e47b3db2e9b5beaace4799dd7f0baeecfc24020bde3f7dbf240afead9fdc81c5f29573b0c77d6afe49ec338b4766e0cae6cb048cfa6507f6e8a77a3e92fa06f5b032b2c5a3fd5d42f9a25f6abf16a933e49bbe5fd2d41ef9aedf37d2d635fa83e93bdfe696cffa7ef8c877b97e1fb2f66f1f3ee88c45cfcb274d86fc3e1d18fd43ebd787cf91c2e2df053b67f5780fcec17a9fde0d7a9e821dd6d77ee68bf07963f77103ce61bf0517e0d9c8b6bf3b7009d6f7db97be163d7f367fe5689f832b63d1fee49ba6c5fde9fbe2dbc07a5e93c77f3ffeae676261ff835173c3ed5b3d777cce177cc9577ccd539ef19c6ff8368c3bbee7077ee4a7bfeb83ef73fec6dff9995ff89517798997798557798dd779833ff3e61bbdf056507fe16ddee15ddee34918fb7cc05ff9908fc2ace3377a1f223909ea533e0bea88634e380d3f9d71c68e732edee9af42242557c44424e4a9a6865aeae89c2ee8f207feaff995ae82f59aa634a339ddd02dddd17df0f0408ff4f44e3fa56ff49d9e83ef177aa5455a0aca655aa1d5e0638dd6dfe967b4112c9f6993b6e80b6d07f50eafd02eed85df4e68ff9dfe860e78425fe9908ed437d3319dd0299d057d44f13bfd9c12dea734ec320b6a4779985150191a2b4ba8cef7f188979af7a491563a39970bb9e4895cc9b54c6526f3b77ab9915bb90bfa7b79904779926ff25d9ee5455e65519664f907fe576455d6c2bd9ec9ba6cc867d994ada07e952fb22d3b6ff4b5ecf2baecc944f6e520447e1ef67e2e5f83ef433992633979a36ff8414ee54ca2f06761f8534ac26b28e1134a4aa9424a937fbbdf3664eca6f7bef68d6f7de7cffd85bff457b2ecaffdd4cffc9bfd86194fff3cded7d77fadc7ff45ffe72f1ffe02059d03ad</data>
610
 
    </image>
611
 
</images>
612
 
<tabstops>
613
 
    <tabstop>_tagName</tabstop>
614
 
    <tabstop>comboBoxEqOperator</tabstop>
615
 
    <tabstop>_vectorSelectorEq</tabstop>
616
 
    <tabstop>_scalarSelectorEq</tabstop>
617
 
    <tabstop>lineEditEquation</tabstop>
618
 
    <tabstop>lineEditDescription</tabstop>
619
 
    <tabstop>checkBoxDebug</tabstop>
620
 
    <tabstop>radioButtonLogNotice</tabstop>
621
 
    <tabstop>checkBoxEMailNotify</tabstop>
622
 
    <tabstop>lineEditEMailRecipients</tabstop>
623
 
    <tabstop>checkBoxELOGNotify</tabstop>
624
 
    <tabstop>_pushButtonELOGConfigure</tabstop>
625
 
    <tabstop>_OK</tabstop>
626
 
    <tabstop>_cancel</tabstop>
627
 
</tabstops>
628
 
<layoutdefaults spacing="6" margin="11"/>
629
 
<includehints>
630
 
    <includehint>scalarselector.h</includehint>
631
 
    <includehint>vectorselector.h</includehint>
632
 
</includehints>
633
 
</UI>