Subversion Repositories public

Rev

Rev 168 | Rev 232 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
88 andreas 1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>settingsWidgetBase</class>
3
<comment>Settings for SportWatcher</comment>
4
<author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
5
<widget class="QDialog">
6
    <property name="name">
7
        <cstring>Settings</cstring>
8
    </property>
9
    <property name="geometry">
10
        <rect>
11
            <x>0</x>
12
            <y>0</y>
230 andreas 13
            <width>508</width>
14
            <height>600</height>
88 andreas 15
        </rect>
16
    </property>
17
    <property name="caption">
18
        <string>Settings</string>
19
    </property>
20
    <property name="icon">
21
        <pixmap>image0</pixmap>
22
    </property>
23
    <grid>
24
        <property name="name">
25
            <cstring>unnamed</cstring>
26
        </property>
27
        <widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="5">
28
            <property name="name">
29
                <cstring>groupBox2</cstring>
30
            </property>
31
            <property name="title">
32
                <string>Other limits</string>
33
            </property>
34
            <grid>
35
                <property name="name">
36
                    <cstring>unnamed</cstring>
37
                </property>
38
                <widget class="QLabel" row="0" column="2">
39
                    <property name="name">
40
                        <cstring>textLabel5</cstring>
41
                    </property>
42
                    <property name="text">
158 andreas 43
                        <string>Weight (Kg)</string>
88 andreas 44
                    </property>
45
                </widget>
46
                <widget class="QLabel" row="0" column="0">
47
                    <property name="name">
48
                        <cstring>textLabel4</cstring>
49
                    </property>
50
                    <property name="text">
51
                        <string>VO2max</string>
52
                    </property>
53
                </widget>
54
                <widget class="QLabel" row="1" column="0">
55
                    <property name="name">
56
                        <cstring>textLabel6</cstring>
57
                    </property>
58
                    <property name="text">
59
                        <string>Sample time</string>
60
                    </property>
61
                </widget>
62
                <widget class="KIntNumInput" row="0" column="1">
63
                    <property name="name">
64
                        <cstring>intVO2max</cstring>
65
                    </property>
66
                    <property name="minValue">
67
                        <number>0</number>
68
                    </property>
69
                    <property name="maxValue">
70
                        <number>100</number>
71
                    </property>
72
                </widget>
73
                <widget class="KIntNumInput" row="0" column="3">
74
                    <property name="name">
75
                        <cstring>intWeight</cstring>
76
                    </property>
77
                    <property name="minValue">
78
                        <number>0</number>
79
                    </property>
80
                    <property name="maxValue">
81
                        <number>1000</number>
82
                    </property>
83
                </widget>
84
                <widget class="KComboBox" row="1" column="1">
85
                    <item>
86
                        <property name="text">
87
                            <string>5</string>
88
                        </property>
89
                    </item>
90
                    <item>
91
                        <property name="text">
92
                            <string>15</string>
93
                        </property>
94
                    </item>
95
                    <item>
96
                        <property name="text">
97
                            <string>30</string>
98
                        </property>
99
                    </item>
100
                    <item>
101
                        <property name="text">
102
                            <string>60</string>
103
                        </property>
104
                    </item>
105
                    <property name="name">
106
                        <cstring>cbSampleTime</cstring>
107
                    </property>
108
                </widget>
109
            </grid>
110
        </widget>
111
        <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="5">
112
            <property name="name">
113
                <cstring>groupBox1</cstring>
114
            </property>
115
            <property name="title">
116
                <string>Heart rate limits</string>
117
            </property>
118
            <grid>
119
                <property name="name">
120
                    <cstring>unnamed</cstring>
121
                </property>
122
                <widget class="QLabel" row="1" column="0">
123
                    <property name="name">
124
                        <cstring>textLabel1_3</cstring>
125
                    </property>
126
                    <property name="text">
127
                        <string>Lower level 2</string>
128
                    </property>
129
                </widget>
130
                <widget class="QLabel" row="0" column="0">
131
                    <property name="name">
132
                        <cstring>textLabel1</cstring>
133
                    </property>
134
                    <property name="text">
135
                        <string>Lower level 1</string>
136
                    </property>
137
                </widget>
138
                <widget class="QLabel" row="2" column="0">
139
                    <property name="name">
140
                        <cstring>textLabel1_2</cstring>
141
                    </property>
142
                    <property name="text">
143
                        <string>Lower level 3</string>
144
                    </property>
145
                </widget>
146
                <widget class="QLabel" row="0" column="2">
147
                    <property name="name">
148
                        <cstring>textLabel1_4_3</cstring>
149
                    </property>
150
                    <property name="text">
151
                        <string>Upper level 1</string>
152
                    </property>
153
                </widget>
154
                <widget class="QLabel" row="1" column="2">
155
                    <property name="name">
156
                        <cstring>textLabel1_4</cstring>
157
                    </property>
158
                    <property name="text">
159
                        <string>Upper level 2</string>
160
                    </property>
161
                </widget>
162
                <widget class="QLabel" row="2" column="2">
163
                    <property name="name">
164
                        <cstring>textLabel1_4_2</cstring>
165
                    </property>
166
                    <property name="text">
167
                        <string>Upper level 3</string>
168
                    </property>
169
                </widget>
170
                <widget class="QLabel" row="3" column="2">
171
                    <property name="name">
172
                        <cstring>textLabel3</cstring>
173
                    </property>
174
                    <property name="text">
175
                        <string>Rest heart rate</string>
176
                    </property>
177
                </widget>
178
                <widget class="QLabel" row="3" column="0">
179
                    <property name="name">
180
                        <cstring>textLabel2</cstring>
181
                    </property>
182
                    <property name="text">
183
                        <string>Max. heart rate</string>
184
                    </property>
185
                </widget>
186
                <widget class="KIntNumInput" row="0" column="1">
187
                    <property name="name">
188
                        <cstring>intLower1</cstring>
189
                    </property>
190
                    <property name="minValue">
191
                        <number>0</number>
192
                    </property>
193
                    <property name="maxValue">
194
                        <number>250</number>
195
                    </property>
196
                </widget>
197
                <widget class="KIntNumInput" row="1" column="1">
198
                    <property name="name">
199
                        <cstring>intLower2</cstring>
200
                    </property>
201
                    <property name="minValue">
202
                        <number>0</number>
203
                    </property>
204
                    <property name="maxValue">
205
                        <number>250</number>
206
                    </property>
207
                </widget>
208
                <widget class="KIntNumInput" row="2" column="1">
209
                    <property name="name">
210
                        <cstring>intLower3</cstring>
211
                    </property>
212
                    <property name="minValue">
213
                        <number>0</number>
214
                    </property>
215
                    <property name="maxValue">
216
                        <number>250</number>
217
                    </property>
218
                </widget>
219
                <widget class="KIntNumInput" row="3" column="1">
220
                    <property name="name">
221
                        <cstring>intMaxHr</cstring>
222
                    </property>
223
                    <property name="minValue">
224
                        <number>0</number>
225
                    </property>
226
                    <property name="maxValue">
227
                        <number>250</number>
228
                    </property>
229
                </widget>
230
                <widget class="KIntNumInput" row="0" column="3">
231
                    <property name="name">
232
                        <cstring>intUpper1</cstring>
233
                    </property>
234
                    <property name="minValue">
235
                        <number>0</number>
236
                    </property>
237
                    <property name="maxValue">
238
                        <number>250</number>
239
                    </property>
240
                </widget>
241
                <widget class="KIntNumInput" row="1" column="3">
242
                    <property name="name">
243
                        <cstring>intUpper2</cstring>
244
                    </property>
245
                    <property name="minValue">
246
                        <number>0</number>
247
                    </property>
248
                    <property name="maxValue">
249
                        <number>250</number>
250
                    </property>
251
                </widget>
252
                <widget class="KIntNumInput" row="2" column="3">
253
                    <property name="name">
254
                        <cstring>intUpper3</cstring>
255
                    </property>
256
                    <property name="minValue">
257
                        <number>0</number>
258
                    </property>
259
                    <property name="maxValue">
260
                        <number>250</number>
261
                    </property>
262
                </widget>
263
                <widget class="KIntNumInput" row="3" column="3">
264
                    <property name="name">
265
                        <cstring>intRestHr</cstring>
266
                    </property>
267
                    <property name="minValue">
268
                        <number>0</number>
269
                    </property>
270
                    <property name="maxValue">
271
                        <number>250</number>
272
                    </property>
273
                </widget>
274
            </grid>
275
        </widget>
230 andreas 276
        <widget class="QGroupBox" row="3" column="0" rowspan="1" colspan="5">
277
            <property name="name">
278
                <cstring>groupBox4</cstring>
279
            </property>
280
            <property name="title">
281
                <string>Units</string>
282
            </property>
283
            <grid>
284
                <property name="name">
285
                    <cstring>unnamed</cstring>
286
                </property>
287
                <spacer row="0" column="2">
288
                    <property name="name">
289
                        <cstring>spacer4</cstring>
290
                    </property>
291
                    <property name="orientation">
292
                        <enum>Horizontal</enum>
293
                    </property>
294
                    <property name="sizeType">
295
                        <enum>Expanding</enum>
296
                    </property>
297
                    <property name="sizeHint">
298
                        <size>
299
                            <width>250</width>
300
                            <height>20</height>
301
                        </size>
302
                    </property>
303
                </spacer>
304
                <widget class="KComboBox" row="0" column="1">
305
                    <item>
306
                        <property name="text">
307
                            <string>Metric</string>
308
                        </property>
309
                    </item>
310
                    <item>
311
                        <property name="text">
312
                            <string>Statute</string>
313
                        </property>
314
                    </item>
315
                    <property name="name">
316
                        <cstring>cbUnit</cstring>
317
                    </property>
318
                </widget>
319
                <widget class="QLabel" row="0" column="0">
320
                    <property name="name">
321
                        <cstring>textLabel1_7</cstring>
322
                    </property>
323
                    <property name="text">
324
                        <string>Scale units</string>
325
                    </property>
326
                </widget>
327
            </grid>
328
        </widget>
168 andreas 329
        <widget class="KPushButton" row="4" column="1">
88 andreas 330
            <property name="name">
168 andreas 331
                <cstring>btSave</cstring>
88 andreas 332
            </property>
168 andreas 333
            <property name="minimumSize">
334
                <size>
335
                    <width>100</width>
336
                    <height>0</height>
337
                </size>
88 andreas 338
            </property>
168 andreas 339
            <property name="text">
340
                <string>Save</string>
341
            </property>
88 andreas 342
        </widget>
230 andreas 343
        <widget class="KPushButton" row="4" column="3">
88 andreas 344
            <property name="name">
230 andreas 345
                <cstring>btCancel</cstring>
88 andreas 346
            </property>
230 andreas 347
            <property name="minimumSize">
348
                <size>
349
                    <width>100</width>
350
                    <height>0</height>
351
                </size>
352
            </property>
353
            <property name="text">
354
                <string>Cancel</string>
355
            </property>
356
        </widget>
357
        <spacer row="4" column="0">
358
            <property name="name">
359
                <cstring>spacer1</cstring>
360
            </property>
88 andreas 361
            <property name="orientation">
362
                <enum>Horizontal</enum>
363
            </property>
364
            <property name="sizeType">
365
                <enum>Expanding</enum>
366
            </property>
367
            <property name="sizeHint">
368
                <size>
230 andreas 369
                    <width>50</width>
88 andreas 370
                    <height>20</height>
371
                </size>
372
            </property>
373
        </spacer>
230 andreas 374
        <spacer row="4" column="2">
88 andreas 375
            <property name="name">
230 andreas 376
                <cstring>spacer2</cstring>
149 andreas 377
            </property>
378
            <property name="orientation">
379
                <enum>Horizontal</enum>
380
            </property>
381
            <property name="sizeType">
382
                <enum>Expanding</enum>
383
            </property>
384
            <property name="sizeHint">
385
                <size>
230 andreas 386
                    <width>70</width>
149 andreas 387
                    <height>20</height>
388
                </size>
389
            </property>
390
        </spacer>
168 andreas 391
        <spacer row="4" column="4">
158 andreas 392
            <property name="name">
168 andreas 393
                <cstring>spacer3</cstring>
158 andreas 394
            </property>
168 andreas 395
            <property name="orientation">
396
                <enum>Horizontal</enum>
397
            </property>
398
            <property name="sizeType">
399
                <enum>Expanding</enum>
400
            </property>
401
            <property name="sizeHint">
158 andreas 402
                <size>
168 andreas 403
                    <width>50</width>
404
                    <height>20</height>
158 andreas 405
                </size>
406
            </property>
168 andreas 407
        </spacer>
143 andreas 408
        <widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="5">
409
            <property name="name">
410
                <cstring>groupBox3</cstring>
411
            </property>
412
            <property name="title">
413
                <string>Device and file settings</string>
414
            </property>
415
            <grid>
416
                <property name="name">
417
                    <cstring>unnamed</cstring>
418
                </property>
230 andreas 419
                <widget class="QCheckBox" row="0" column="1" rowspan="1" colspan="3">
143 andreas 420
                    <property name="name">
230 andreas 421
                        <cstring>cbContour</cstring>
143 andreas 422
                    </property>
230 andreas 423
                    <property name="text">
424
                        <string>even surface contour line</string>
425
                    </property>
143 andreas 426
                </widget>
230 andreas 427
                <spacer row="7" column="3">
428
                    <property name="name">
429
                        <cstring>spacer5</cstring>
430
                    </property>
431
                    <property name="orientation">
432
                        <enum>Horizontal</enum>
433
                    </property>
434
                    <property name="sizeType">
435
                        <enum>Expanding</enum>
436
                    </property>
437
                    <property name="sizeHint">
438
                        <size>
439
                            <width>30</width>
440
                            <height>20</height>
441
                        </size>
442
                    </property>
443
                </spacer>
444
                <widget class="QLabel" row="6" column="0">
445
                    <property name="name">
446
                        <cstring>textLabel1_6</cstring>
447
                    </property>
448
                    <property name="text">
449
                        <string>Map file</string>
450
                    </property>
451
                </widget>
452
                <widget class="QLabel" row="7" column="0">
453
                    <property name="name">
454
                        <cstring>textLabel1_8</cstring>
455
                    </property>
456
                    <property name="text">
457
                        <string>Map type</string>
458
                    </property>
459
                </widget>
460
                <widget class="QLabel" row="5" column="0">
461
                    <property name="name">
462
                        <cstring>textLabel3_2</cstring>
463
                    </property>
464
                    <property name="text">
465
                        <string>HRM-files</string>
466
                    </property>
467
                </widget>
468
                <widget class="QLabel" row="4" column="0">
469
                    <property name="name">
470
                        <cstring>textLabel2_2</cstring>
471
                    </property>
472
                    <property name="text">
473
                        <string>Data files</string>
474
                    </property>
475
                </widget>
476
                <widget class="QLabel" row="3" column="0">
477
                    <property name="name">
478
                        <cstring>textLabel1_5</cstring>
479
                    </property>
480
                    <property name="enabled">
481
                        <bool>true</bool>
482
                    </property>
483
                    <property name="text">
484
                        <string>Serial device</string>
485
                    </property>
486
                </widget>
487
                <widget class="KURLRequester" row="4" column="1" rowspan="1" colspan="3">
488
                    <property name="name">
489
                        <cstring>lnData</cstring>
490
                    </property>
491
                </widget>
492
                <widget class="KComboBox" row="7" column="1" rowspan="1" colspan="2">
149 andreas 493
                    <item>
494
                        <property name="text">
158 andreas 495
                            <string>BMP Image format</string>
149 andreas 496
                        </property>
497
                    </item>
498
                    <item>
499
                        <property name="text">
158 andreas 500
                            <string>ESRI Shape files (Directory)</string>
149 andreas 501
                        </property>
502
                    </item>
158 andreas 503
                    <item>
504
                        <property name="text">
505
                            <string>GDAL virtual (.vrt tag file)</string>
506
                        </property>
507
                    </item>
508
                    <item>
509
                        <property name="text">
510
                            <string>GIF image format</string>
511
                        </property>
512
                    </item>
513
                    <item>
514
                        <property name="text">
515
                            <string>PNG image format</string>
516
                        </property>
517
                    </item>
518
                    <item>
519
                        <property name="text">
520
                            <string>SGI image format</string>
521
                        </property>
522
                    </item>
523
                    <item>
524
                        <property name="text">
525
                            <string>TIFF image format</string>
526
                        </property>
527
                    </item>
528
                    <item>
529
                        <property name="text">
530
                            <string>WMS Server (tag file)</string>
531
                        </property>
532
                    </item>
149 andreas 533
                    <property name="name">
158 andreas 534
                        <cstring>cbMapType</cstring>
149 andreas 535
                    </property>
536
                </widget>
230 andreas 537
                <widget class="KURLRequester" row="5" column="1" rowspan="1" colspan="3">
149 andreas 538
                    <property name="name">
230 andreas 539
                        <cstring>lnHRM</cstring>
168 andreas 540
                    </property>
541
                </widget>
230 andreas 542
                <widget class="KURLComboRequester" row="3" column="1" rowspan="1" colspan="3">
168 andreas 543
                    <property name="name">
230 andreas 544
                        <cstring>cbDevice</cstring>
168 andreas 545
                    </property>
546
                    <property name="enabled">
547
                        <bool>true</bool>
548
                    </property>
549
                </widget>
230 andreas 550
                <widget class="KURLRequester" row="6" column="1" rowspan="1" colspan="3">
168 andreas 551
                    <property name="name">
552
                        <cstring>lnMapFile</cstring>
553
                    </property>
554
                </widget>
230 andreas 555
                <widget class="QCheckBox" row="1" column="1" rowspan="1" colspan="3">
168 andreas 556
                    <property name="name">
230 andreas 557
                        <cstring>cbSerial</cstring>
168 andreas 558
                    </property>
559
                    <property name="text">
230 andreas 560
                        <string>Use serial port instead of USB port</string>
168 andreas 561
                    </property>
562
                </widget>
230 andreas 563
                <widget class="QRadioButton" row="2" column="2" rowspan="1" colspan="2">
168 andreas 564
                    <property name="name">
230 andreas 565
                        <cstring>rbFr405</cstring>
168 andreas 566
                    </property>
567
                    <property name="enabled">
230 andreas 568
                        <bool>false</bool>
168 andreas 569
                    </property>
570
                    <property name="text">
230 andreas 571
                        <string>Garmin Forerunner 405</string>
168 andreas 572
                    </property>
573
                </widget>
230 andreas 574
                <widget class="QRadioButton" row="2" column="1">
168 andreas 575
                    <property name="name">
230 andreas 576
                        <cstring>rbFr50</cstring>
168 andreas 577
                    </property>
578
                    <property name="text">
230 andreas 579
                        <string>Garmin Forerunner 50</string>
168 andreas 580
                    </property>
581
                </widget>
143 andreas 582
            </grid>
583
        </widget>
88 andreas 584
    </grid>
585
</widget>
586
<images>
587
    <image name="image0">
143 andreas 588
        <data format="PNG" length="558">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff61000001f549444154388d63604003fffeff6184d24cfffeff6181e14fef9f7397461abfcf0b33b9f7fec30756987a167403981859fe43e97f0c0c0cff60e25fbf7c6095f9cbc06161a8c52d2820f01ba701c8a023274ad54e912f41e4f767f3bbcbfb65fd2c74585939f92622abc16b803ef3d362392e7ec5dd47aef1f34afd5713334f65d0e1bcce89e2627c06bcf9c1745b4245ad5f50d7e1bddc99c70c6a5b3631fc7c73efe1cd0575b644b9404146e1cccf278facdf8a9a2a08d49731dc7fb093e1ffa525f98fbffcbdcfc0c07098a001424aba8f1edcbe162bbbbe43e665e03b062b0ff36cbea03533adf804fee2d3870296a8a8565c5710f9ff3cd2eaffcf05f556e8f278c360dd9489125f053ee61ed310f8ff55438481418061d29b6d937891d5c0bdb0b0b5d7e8e37f990077ee83877fbc7eaaa160a4cb75e9d006677d4b5189c7ef3fe7ec38f3ccc8fdc7d724514595360606865c0c035e7e95e95235e651fefd9a5de5ecf54b7cb75f3ce153535490e11155f176c898bd8381e111c34e45ef37a22c6cf6585df0f6fdbb6dcc0f1f4f0a2ceaff0311b9cfc0c07016c54bff7f7ce366e5e2ba88d580cee9997df8c283818181e1dfef9f0fff30327160358018f0ebf7cffbcc7f7f8b208be18d05747046bc4dfc008b5fe6d593e778c872818ae0958be70eb09edffb43b4888181a1898181810100fda5bbe360439b8a0000000049454e44ae426082</data>
88 andreas 589
    </image>
590
</images>
591
<connections>
592
    <connection>
593
        <sender>btSave</sender>
594
        <signal>clicked()</signal>
595
        <receiver>Settings</receiver>
596
        <slot>btSaveSlot()</slot>
597
    </connection>
598
    <connection>
599
        <sender>btCancel</sender>
600
        <signal>clicked()</signal>
601
        <receiver>Settings</receiver>
602
        <slot>btCancelSlot()</slot>
603
    </connection>
230 andreas 604
    <connection>
605
        <sender>cbSerial</sender>
606
        <signal>toggled(bool)</signal>
607
        <receiver>Settings</receiver>
608
        <slot>cbSerialSlot(bool)</slot>
609
    </connection>
610
    <connection>
611
        <sender>rbFr50</sender>
612
        <signal>toggled(bool)</signal>
613
        <receiver>Settings</receiver>
614
        <slot>rbFr50Slot(bool)</slot>
615
    </connection>
616
    <connection>
617
        <sender>rbFr405</sender>
618
        <signal>toggled(bool)</signal>
619
        <receiver>Settings</receiver>
620
        <slot>rbFr405Slot(bool)</slot>
621
    </connection>
88 andreas 622
</connections>
623
<tabstops>
624
    <tabstop>intLower1</tabstop>
625
    <tabstop>intUpper1</tabstop>
626
    <tabstop>intLower2</tabstop>
627
    <tabstop>intUpper2</tabstop>
628
    <tabstop>intLower3</tabstop>
629
    <tabstop>intUpper3</tabstop>
630
    <tabstop>intMaxHr</tabstop>
631
    <tabstop>intRestHr</tabstop>
632
    <tabstop>intVO2max</tabstop>
633
    <tabstop>intWeight</tabstop>
634
    <tabstop>cbSampleTime</tabstop>
230 andreas 635
    <tabstop>cbContour</tabstop>
158 andreas 636
    <tabstop>cbSerial</tabstop>
230 andreas 637
    <tabstop>rbFr50</tabstop>
638
    <tabstop>rbFr405</tabstop>
88 andreas 639
    <tabstop>cbDevice</tabstop>
640
    <tabstop>lnData</tabstop>
641
    <tabstop>lnHRM</tabstop>
143 andreas 642
    <tabstop>lnMapFile</tabstop>
158 andreas 643
    <tabstop>cbMapType</tabstop>
644
    <tabstop>cbUnit</tabstop>
88 andreas 645
    <tabstop>btSave</tabstop>
646
    <tabstop>btCancel</tabstop>
647
</tabstops>
648
<slots>
649
    <slot>btSaveSlot()</slot>
650
    <slot>btCancelSlot()</slot>
230 andreas 651
    <slot>cbSerialSlot(bool)</slot>
652
    <slot>rbFr50Slot(bool)</slot>
653
    <slot>rbFr405Slot(bool)</slot>
88 andreas 654
</slots>
655
<layoutdefaults spacing="6" margin="11"/>
656
<includehints>
657
    <includehint>knuminput.h</includehint>
658
    <includehint>knuminput.h</includehint>
659
    <includehint>knuminput.h</includehint>
660
    <includehint>knuminput.h</includehint>
661
    <includehint>kcombobox.h</includehint>
662
    <includehint>knuminput.h</includehint>
663
    <includehint>knuminput.h</includehint>
664
    <includehint>knuminput.h</includehint>
665
    <includehint>knuminput.h</includehint>
666
    <includehint>knuminput.h</includehint>
667
    <includehint>knuminput.h</includehint>
668
    <includehint>knuminput.h</includehint>
669
    <includehint>knuminput.h</includehint>
670
    <includehint>knuminput.h</includehint>
671
    <includehint>knuminput.h</includehint>
672
    <includehint>knuminput.h</includehint>
673
    <includehint>knuminput.h</includehint>
674
    <includehint>knuminput.h</includehint>
675
    <includehint>knuminput.h</includehint>
676
    <includehint>knuminput.h</includehint>
677
    <includehint>knuminput.h</includehint>
230 andreas 678
    <includehint>kcombobox.h</includehint>
143 andreas 679
    <includehint>kpushbutton.h</includehint>
680
    <includehint>kpushbutton.h</includehint>
88 andreas 681
    <includehint>kurlrequester.h</includehint>
143 andreas 682
    <includehint>klineedit.h</includehint>
88 andreas 683
    <includehint>kpushbutton.h</includehint>
168 andreas 684
    <includehint>kcombobox.h</includehint>
88 andreas 685
    <includehint>kurlrequester.h</includehint>
686
    <includehint>klineedit.h</includehint>
687
    <includehint>kpushbutton.h</includehint>
688
    <includehint>kurlrequester.h</includehint>
230 andreas 689
    <includehint>kcombobox.h</includehint>
88 andreas 690
    <includehint>kpushbutton.h</includehint>
143 andreas 691
    <includehint>kurlrequester.h</includehint>
230 andreas 692
    <includehint>klineedit.h</includehint>
88 andreas 693
    <includehint>kpushbutton.h</includehint>
694
</includehints>
695
</UI>