Subversion Repositories public

Rev

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

Rev Author Line No. Line
232 andreas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
4
 <comment>Settings for SportWatcher</comment>
5
 <class>settingsWidgetBase</class>
6
 <widget class="QDialog" name="settingsWidgetBase">
7
  <property name="geometry">
8
   <rect>
9
    <x>0</x>
10
    <y>0</y>
11
    <width>508</width>
12
    <height>613</height>
13
   </rect>
14
  </property>
15
  <property name="windowTitle">
16
   <string>Settings</string>
17
  </property>
18
  <property name="locale">
19
   <locale language="English" country="UnitedStates"/>
20
  </property>
21
  <layout class="QGridLayout">
22
   <item row="1" column="0" colspan="5">
23
    <widget class="Q3GroupBox" name="groupBox2">
24
     <property name="title">
25
      <string>Other limits</string>
26
     </property>
27
     <layout class="QGridLayout">
28
      <item row="0" column="2">
29
       <widget class="QLabel" name="textLabel5">
30
        <property name="text">
31
         <string>Weight (Kg)</string>
88 andreas 32
        </property>
232 andreas 33
        <property name="wordWrap">
34
         <bool>false</bool>
35
        </property>
36
       </widget>
37
      </item>
38
      <item row="0" column="0">
39
       <widget class="QLabel" name="textLabel4">
40
        <property name="text">
41
         <string>VO2max</string>
42
        </property>
43
        <property name="wordWrap">
44
         <bool>false</bool>
45
        </property>
46
       </widget>
47
      </item>
48
      <item row="1" column="0">
49
       <widget class="QLabel" name="textLabel6">
50
        <property name="text">
51
         <string>Sample time</string>
52
        </property>
53
        <property name="wordWrap">
54
         <bool>false</bool>
55
        </property>
56
       </widget>
57
      </item>
58
      <item row="0" column="1">
59
       <widget class="KIntNumInput" name="intVO2max">
60
        <property name="toolTip">
61
         <string>Enter the maximum O2 you can get in percent.</string>
62
        </property>
63
        <property name="minimum">
64
         <number>0</number>
65
        </property>
66
        <property name="maximum">
67
         <number>100</number>
68
        </property>
69
        <property name="minValue" stdset="0">
70
         <number>0</number>
71
        </property>
72
        <property name="maxValue" stdset="0">
73
         <number>100</number>
74
        </property>
75
       </widget>
76
      </item>
77
      <item row="0" column="3">
78
       <widget class="KIntNumInput" name="intWeight">
79
        <property name="toolTip">
80
         <string>Enter your weight in Kg.</string>
81
        </property>
82
        <property name="minimum">
83
         <number>0</number>
84
        </property>
85
        <property name="maximum">
86
         <number>1000</number>
87
        </property>
88
        <property name="minValue" stdset="0">
89
         <number>0</number>
90
        </property>
91
        <property name="maxValue" stdset="0">
92
         <number>1000</number>
93
        </property>
94
       </widget>
95
      </item>
96
      <item row="1" column="1">
97
       <widget class="KComboBox" name="cbSampleTime">
98
        <property name="toolTip">
99
         <string>Choose the sample time you want to have when storing the heart rate into a Polar compatibel HRM file.</string>
100
        </property>
101
        <item>
102
         <property name="text">
103
          <string>5</string>
104
         </property>
105
        </item>
106
        <item>
107
         <property name="text">
108
          <string>15</string>
109
         </property>
110
        </item>
111
        <item>
112
         <property name="text">
113
          <string>30</string>
114
         </property>
115
        </item>
116
        <item>
117
         <property name="text">
118
          <string>60</string>
119
         </property>
120
        </item>
121
       </widget>
122
      </item>
123
     </layout>
124
    </widget>
125
   </item>
126
   <item row="0" column="0" colspan="5">
127
    <widget class="Q3GroupBox" name="groupBox1">
128
     <property name="title">
129
      <string>Heart rate limits</string>
130
     </property>
131
     <layout class="QGridLayout">
132
      <item row="1" column="0">
133
       <widget class="QLabel" name="textLabel1_3">
134
        <property name="text">
135
         <string>Lower level 2</string>
136
        </property>
137
        <property name="wordWrap">
138
         <bool>false</bool>
139
        </property>
140
       </widget>
141
      </item>
142
      <item row="0" column="0">
143
       <widget class="QLabel" name="textLabel1">
144
        <property name="text">
145
         <string>Lower level 1</string>
146
        </property>
147
        <property name="wordWrap">
148
         <bool>false</bool>
149
        </property>
150
       </widget>
151
      </item>
152
      <item row="2" column="0">
153
       <widget class="QLabel" name="textLabel1_2">
154
        <property name="text">
155
         <string>Lower level 3</string>
156
        </property>
157
        <property name="wordWrap">
158
         <bool>false</bool>
159
        </property>
160
       </widget>
161
      </item>
162
      <item row="0" column="2">
163
       <widget class="QLabel" name="textLabel1_4_3">
164
        <property name="text">
165
         <string>Upper level 1</string>
166
        </property>
167
        <property name="wordWrap">
168
         <bool>false</bool>
169
        </property>
170
       </widget>
171
      </item>
172
      <item row="1" column="2">
173
       <widget class="QLabel" name="textLabel1_4">
174
        <property name="text">
175
         <string>Upper level 2</string>
176
        </property>
177
        <property name="wordWrap">
178
         <bool>false</bool>
179
        </property>
180
       </widget>
181
      </item>
182
      <item row="2" column="2">
183
       <widget class="QLabel" name="textLabel1_4_2">
184
        <property name="text">
185
         <string>Upper level 3</string>
186
        </property>
187
        <property name="wordWrap">
188
         <bool>false</bool>
189
        </property>
190
       </widget>
191
      </item>
192
      <item row="3" column="2">
193
       <widget class="QLabel" name="textLabel3">
194
        <property name="text">
195
         <string>Rest heart rate</string>
196
        </property>
197
        <property name="wordWrap">
198
         <bool>false</bool>
199
        </property>
200
       </widget>
201
      </item>
202
      <item row="3" column="0">
203
       <widget class="QLabel" name="textLabel2">
204
        <property name="text">
205
         <string>Max. heart rate</string>
206
        </property>
207
        <property name="wordWrap">
208
         <bool>false</bool>
209
        </property>
210
       </widget>
211
      </item>
212
      <item row="0" column="1">
213
       <widget class="KIntNumInput" name="intLower1">
214
        <property name="toolTip">
215
         <string>Enter the lower level one heart rate.</string>
216
        </property>
217
        <property name="minimum">
218
         <number>0</number>
219
        </property>
220
        <property name="maximum">
221
         <number>250</number>
222
        </property>
223
        <property name="minValue" stdset="0">
224
         <number>0</number>
225
        </property>
226
        <property name="maxValue" stdset="0">
227
         <number>250</number>
228
        </property>
229
       </widget>
230
      </item>
231
      <item row="1" column="1">
232
       <widget class="KIntNumInput" name="intLower2">
233
        <property name="toolTip">
234
         <string>Enter the lower level two heart rate.</string>
235
        </property>
236
        <property name="minimum">
237
         <number>0</number>
238
        </property>
239
        <property name="maximum">
240
         <number>250</number>
241
        </property>
242
        <property name="minValue" stdset="0">
243
         <number>0</number>
244
        </property>
245
        <property name="maxValue" stdset="0">
246
         <number>250</number>
247
        </property>
248
       </widget>
249
      </item>
250
      <item row="2" column="1">
251
       <widget class="KIntNumInput" name="intLower3">
252
        <property name="toolTip">
253
         <string>Enter the lower level three heart rate.</string>
254
        </property>
255
        <property name="minimum">
256
         <number>0</number>
257
        </property>
258
        <property name="maximum">
259
         <number>250</number>
260
        </property>
261
        <property name="minValue" stdset="0">
262
         <number>0</number>
263
        </property>
264
        <property name="maxValue" stdset="0">
265
         <number>250</number>
266
        </property>
267
       </widget>
268
      </item>
269
      <item row="3" column="1">
270
       <widget class="KIntNumInput" name="intMaxHr">
271
        <property name="toolTip">
272
         <string>Enter the maximum heart rate you can reach.</string>
273
        </property>
274
        <property name="minimum">
275
         <number>0</number>
276
        </property>
277
        <property name="maximum">
278
         <number>250</number>
279
        </property>
280
        <property name="minValue" stdset="0">
281
         <number>0</number>
282
        </property>
283
        <property name="maxValue" stdset="0">
284
         <number>250</number>
285
        </property>
286
       </widget>
287
      </item>
288
      <item row="0" column="3">
289
       <widget class="KIntNumInput" name="intUpper1">
290
        <property name="toolTip">
291
         <string>Enter the upper level one heart rate.</string>
292
        </property>
293
        <property name="minimum">
294
         <number>0</number>
295
        </property>
296
        <property name="maximum">
297
         <number>250</number>
298
        </property>
299
        <property name="minValue" stdset="0">
300
         <number>0</number>
301
        </property>
302
        <property name="maxValue" stdset="0">
303
         <number>250</number>
304
        </property>
305
       </widget>
306
      </item>
307
      <item row="1" column="3">
308
       <widget class="KIntNumInput" name="intUpper2">
309
        <property name="toolTip">
310
         <string>Enter the upper level two heart rate.</string>
311
        </property>
312
        <property name="minimum">
313
         <number>0</number>
314
        </property>
315
        <property name="maximum">
316
         <number>250</number>
317
        </property>
318
        <property name="minValue" stdset="0">
319
         <number>0</number>
320
        </property>
321
        <property name="maxValue" stdset="0">
322
         <number>250</number>
323
        </property>
324
       </widget>
325
      </item>
326
      <item row="2" column="3">
327
       <widget class="KIntNumInput" name="intUpper3">
328
        <property name="toolTip">
329
         <string>Enter the upper level three heart rate.</string>
330
        </property>
331
        <property name="minimum">
332
         <number>0</number>
333
        </property>
334
        <property name="maximum">
335
         <number>250</number>
336
        </property>
337
        <property name="minValue" stdset="0">
338
         <number>0</number>
339
        </property>
340
        <property name="maxValue" stdset="0">
341
         <number>250</number>
342
        </property>
343
       </widget>
344
      </item>
345
      <item row="3" column="3">
346
       <widget class="KIntNumInput" name="intRestHr">
347
        <property name="toolTip">
348
         <string>Enter the rest heart rate.</string>
349
        </property>
350
        <property name="minimum">
351
         <number>0</number>
352
        </property>
353
        <property name="maximum">
354
         <number>250</number>
355
        </property>
356
        <property name="minValue" stdset="0">
357
         <number>0</number>
358
        </property>
359
        <property name="maxValue" stdset="0">
360
         <number>250</number>
361
        </property>
362
       </widget>
363
      </item>
364
     </layout>
365
    </widget>
366
   </item>
367
   <item row="3" column="0" colspan="5">
368
    <widget class="Q3GroupBox" name="groupBox4">
369
     <property name="title">
370
      <string>Units</string>
371
     </property>
372
     <layout class="QGridLayout">
373
      <item row="0" column="2">
374
       <spacer name="spacer4">
375
        <property name="orientation">
376
         <enum>Qt::Horizontal</enum>
377
        </property>
378
        <property name="sizeType">
379
         <enum>QSizePolicy::Expanding</enum>
380
        </property>
381
        <property name="sizeHint" stdset="0">
382
         <size>
383
          <width>250</width>
384
          <height>20</height>
385
         </size>
386
        </property>
387
       </spacer>
388
      </item>
389
      <item row="0" column="1">
390
       <widget class="KComboBox" name="cbUnit">
391
        <property name="toolTip">
392
         <string>Select between metric and U.S. statute.</string>
393
        </property>
394
        <item>
395
         <property name="text">
396
          <string>Metric</string>
397
         </property>
398
        </item>
399
        <item>
400
         <property name="text">
401
          <string>Statute</string>
402
         </property>
403
        </item>
404
       </widget>
405
      </item>
406
      <item row="0" column="0">
407
       <widget class="QLabel" name="textLabel1_7">
408
        <property name="text">
409
         <string>Scale units</string>
410
        </property>
411
        <property name="wordWrap">
412
         <bool>false</bool>
413
        </property>
414
       </widget>
415
      </item>
416
     </layout>
417
    </widget>
418
   </item>
419
   <item row="4" column="1">
420
    <widget class="KPushButton" name="btSave">
421
     <property name="minimumSize">
422
      <size>
423
       <width>100</width>
424
       <height>0</height>
425
      </size>
426
     </property>
427
     <property name="toolTip">
428
      <string>Click to save the settings.</string>
429
     </property>
430
     <property name="text">
431
      <string>Save</string>
432
     </property>
433
     <property name="default">
434
      <bool>true</bool>
435
     </property>
436
    </widget>
437
   </item>
438
   <item row="4" column="3">
439
    <widget class="KPushButton" name="btCancel">
440
     <property name="minimumSize">
441
      <size>
442
       <width>100</width>
443
       <height>0</height>
444
      </size>
445
     </property>
446
     <property name="toolTip">
447
      <string>Click to close dialog without save settings.</string>
448
     </property>
449
     <property name="text">
450
      <string>Cancel</string>
451
     </property>
452
    </widget>
453
   </item>
454
   <item row="4" column="0">
455
    <spacer name="spacer1">
456
     <property name="orientation">
457
      <enum>Qt::Horizontal</enum>
458
     </property>
459
     <property name="sizeType">
460
      <enum>QSizePolicy::Expanding</enum>
461
     </property>
462
     <property name="sizeHint" stdset="0">
463
      <size>
464
       <width>50</width>
465
       <height>20</height>
466
      </size>
467
     </property>
468
    </spacer>
469
   </item>
470
   <item row="4" column="2">
471
    <spacer name="spacer2">
472
     <property name="orientation">
473
      <enum>Qt::Horizontal</enum>
474
     </property>
475
     <property name="sizeType">
476
      <enum>QSizePolicy::Expanding</enum>
477
     </property>
478
     <property name="sizeHint" stdset="0">
479
      <size>
480
       <width>70</width>
481
       <height>20</height>
482
      </size>
483
     </property>
484
    </spacer>
485
   </item>
486
   <item row="4" column="4">
487
    <spacer name="spacer3">
488
     <property name="orientation">
489
      <enum>Qt::Horizontal</enum>
490
     </property>
491
     <property name="sizeType">
492
      <enum>QSizePolicy::Expanding</enum>
493
     </property>
494
     <property name="sizeHint" stdset="0">
495
      <size>
496
       <width>50</width>
497
       <height>20</height>
498
      </size>
499
     </property>
500
    </spacer>
501
   </item>
502
   <item row="2" column="0" colspan="5">
503
    <widget class="Q3GroupBox" name="groupBox3">
504
     <property name="title">
505
      <string>Device and file settings</string>
506
     </property>
507
     <layout class="QGridLayout">
508
      <item row="0" column="2" colspan="3">
509
       <widget class="QCheckBox" name="cbContour">
510
        <property name="toolTip">
511
         <string>Check this if you like to have the surface lines to be more even.</string>
512
        </property>
513
        <property name="text">
514
         <string>even surface contour line</string>
515
        </property>
516
       </widget>
517
      </item>
518
      <item row="7" column="4">
519
       <spacer name="spacer5">
520
        <property name="orientation">
521
         <enum>Qt::Horizontal</enum>
522
        </property>
523
        <property name="sizeType">
524
         <enum>QSizePolicy::Expanding</enum>
525
        </property>
526
        <property name="sizeHint" stdset="0">
527
         <size>
528
          <width>30</width>
529
          <height>20</height>
530
         </size>
531
        </property>
532
       </spacer>
533
      </item>
534
      <item row="6" column="0">
535
       <widget class="QLabel" name="textLabel1_6">
536
        <property name="text">
537
         <string>Map file</string>
538
        </property>
539
        <property name="wordWrap">
540
         <bool>false</bool>
541
        </property>
542
       </widget>
543
      </item>
544
      <item row="7" column="0">
545
       <widget class="QLabel" name="textLabel1_8">
546
        <property name="text">
547
         <string>Map type</string>
548
        </property>
549
        <property name="wordWrap">
550
         <bool>false</bool>
551
        </property>
552
       </widget>
553
      </item>
554
      <item row="5" column="0">
555
       <widget class="QLabel" name="textLabel3_2">
556
        <property name="text">
557
         <string>HRM-files</string>
558
        </property>
559
        <property name="wordWrap">
560
         <bool>false</bool>
561
        </property>
562
       </widget>
563
      </item>
564
      <item row="4" column="0">
565
       <widget class="QLabel" name="textLabel2_2">
566
        <property name="text">
567
         <string>Data files</string>
568
        </property>
569
        <property name="wordWrap">
570
         <bool>false</bool>
571
        </property>
572
       </widget>
573
      </item>
574
      <item row="3" column="0">
575
       <widget class="QLabel" name="textLabel1_5">
576
        <property name="enabled">
577
         <bool>true</bool>
578
        </property>
579
        <property name="text">
580
         <string>Serial device</string>
581
        </property>
582
        <property name="wordWrap">
583
         <bool>false</bool>
584
        </property>
585
       </widget>
586
      </item>
587
      <item row="7" column="2" colspan="2">
588
       <widget class="KComboBox" name="cbMapType">
589
        <property name="toolTip">
590
         <string>Choose the type of map, you want to use to be shown underneath your track.</string>
591
        </property>
592
        <item>
593
         <property name="text">
594
          <string>BMP Image format</string>
595
         </property>
596
        </item>
597
        <item>
598
         <property name="text">
599
          <string>ESRI Shape files (Directory)</string>
600
         </property>
601
        </item>
602
        <item>
603
         <property name="text">
604
          <string>GDAL virtual (.vrt tag file)</string>
605
         </property>
606
        </item>
607
        <item>
608
         <property name="text">
609
          <string>GIF image format</string>
610
         </property>
611
        </item>
612
        <item>
613
         <property name="text">
614
          <string>PNG image format</string>
615
         </property>
616
        </item>
617
        <item>
618
         <property name="text">
619
          <string>SGI image format</string>
620
         </property>
621
        </item>
622
        <item>
623
         <property name="text">
624
          <string>TIFF image format</string>
625
         </property>
626
        </item>
627
        <item>
628
         <property name="text">
629
          <string>WMS Server (tag file)</string>
630
         </property>
631
        </item>
632
       </widget>
633
      </item>
634
      <item row="1" column="2" colspan="3">
635
       <widget class="QCheckBox" name="cbSerial">
636
        <property name="toolTip">
637
         <string>In case you've an old Garmin device with a serial port, you can try this to get the data out of it.</string>
638
        </property>
639
        <property name="text">
640
         <string>Use serial port instead of USB port</string>
641
        </property>
642
       </widget>
643
      </item>
644
      <item row="2" column="3" colspan="2">
645
       <widget class="QRadioButton" name="rbFr405">
646
        <property name="enabled">
647
         <bool>false</bool>
648
        </property>
649
        <property name="toolTip">
650
         <string>If you've a Garmin Forerunner 405, or compatible, check this.</string>
651
        </property>
652
        <property name="text">
653
         <string>Garmin Forerunner 405</string>
654
        </property>
655
       </widget>
656
      </item>
657
      <item row="2" column="2">
658
       <widget class="QRadioButton" name="rbFr50">
659
        <property name="toolTip">
660
         <string>If you've a Garmin Forerunner 50, or compatible, check this.</string>
661
        </property>
662
        <property name="text">
663
         <string>Garmin Forerunner 50</string>
664
        </property>
665
       </widget>
666
      </item>
667
      <item row="3" column="2" colspan="3">
668
       <widget class="KUrlComboRequester" name="cbDevice">
669
        <property name="toolTip">
670
         <string>Select the special device representing the serial device, where your Garmin is connected.</string>
671
        </property>
672
       </widget>
673
      </item>
674
      <item row="4" column="2" colspan="3">
675
       <widget class="KUrlRequester" name="lnData">
676
        <property name="toolTip">
677
         <string>Enter the path where SportWatcher will store all the data.</string>
678
        </property>
679
       </widget>
680
      </item>
681
      <item row="5" column="2" colspan="3">
682
       <widget class="KUrlRequester" name="lnHRM">
683
        <property name="toolTip">
684
         <string>In case you've a directory with Polar HRM files, enter it name here.</string>
685
        </property>
686
       </widget>
687
      </item>
688
      <item row="6" column="2" colspan="3">
689
       <widget class="KUrlRequester" name="lnMapFile">
690
        <property name="toolTip">
691
         <string>Enter the path and name of the map file, or the name of the control file containing instructions for an external map server (WMS server, for example).</string>
692
        </property>
693
       </widget>
694
      </item>
695
     </layout>
696
    </widget>
697
   </item>
698
  </layout>
699
 </widget>
700
 <layoutdefault spacing="6" margin="11"/>
701
 <customwidgets>
702
  <customwidget>
703
   <class>KComboBox</class>
704
   <extends>QComboBox</extends>
705
   <header>kcombobox.h</header>
706
  </customwidget>
707
  <customwidget>
708
   <class>KIntNumInput</class>
709
   <extends>QWidget</extends>
710
   <header>knuminput.h</header>
711
  </customwidget>
712
  <customwidget>
713
   <class>KPushButton</class>
714
   <extends>QPushButton</extends>
715
   <header>kpushbutton.h</header>
716
  </customwidget>
717
  <customwidget>
718
   <class>KUrlComboRequester</class>
719
   <extends>KUrlRequester</extends>
720
   <header>kurlrequester.h</header>
721
  </customwidget>
722
  <customwidget>
723
   <class>KUrlRequester</class>
724
   <extends>QFrame</extends>
725
   <header>kurlrequester.h</header>
726
  </customwidget>
727
  <customwidget>
728
   <class>Q3GroupBox</class>
729
   <extends>QGroupBox</extends>
730
   <header>Qt3Support/Q3GroupBox</header>
731
   <container>1</container>
732
  </customwidget>
733
 </customwidgets>
734
 <tabstops>
735
  <tabstop>intLower1</tabstop>
736
  <tabstop>intUpper1</tabstop>
737
  <tabstop>intLower2</tabstop>
738
  <tabstop>intUpper2</tabstop>
739
  <tabstop>intLower3</tabstop>
740
  <tabstop>intUpper3</tabstop>
741
  <tabstop>intMaxHr</tabstop>
742
  <tabstop>intRestHr</tabstop>
743
  <tabstop>intVO2max</tabstop>
744
  <tabstop>intWeight</tabstop>
745
  <tabstop>cbSampleTime</tabstop>
746
  <tabstop>cbContour</tabstop>
747
  <tabstop>cbSerial</tabstop>
748
  <tabstop>rbFr50</tabstop>
749
  <tabstop>rbFr405</tabstop>
750
  <tabstop>cbMapType</tabstop>
751
  <tabstop>cbUnit</tabstop>
752
  <tabstop>btSave</tabstop>
753
  <tabstop>btCancel</tabstop>
754
 </tabstops>
755
 <includes>
756
  <include location="local">knuminput.h</include>
757
  <include location="local">knuminput.h</include>
758
  <include location="local">knuminput.h</include>
759
  <include location="local">knuminput.h</include>
760
  <include location="local">kcombobox.h</include>
761
  <include location="local">knuminput.h</include>
762
  <include location="local">knuminput.h</include>
763
  <include location="local">knuminput.h</include>
764
  <include location="local">knuminput.h</include>
765
  <include location="local">knuminput.h</include>
766
  <include location="local">knuminput.h</include>
767
  <include location="local">knuminput.h</include>
768
  <include location="local">knuminput.h</include>
769
  <include location="local">knuminput.h</include>
770
  <include location="local">knuminput.h</include>
771
  <include location="local">knuminput.h</include>
772
  <include location="local">knuminput.h</include>
773
  <include location="local">knuminput.h</include>
774
  <include location="local">knuminput.h</include>
775
  <include location="local">knuminput.h</include>
776
  <include location="local">knuminput.h</include>
777
  <include location="local">kcombobox.h</include>
778
  <include location="local">kpushbutton.h</include>
779
  <include location="local">kpushbutton.h</include>
780
  <include location="local">kurlrequester.h</include>
781
  <include location="local">klineedit.h</include>
782
  <include location="local">kpushbutton.h</include>
783
  <include location="local">kcombobox.h</include>
784
  <include location="local">kurlrequester.h</include>
785
  <include location="local">klineedit.h</include>
786
  <include location="local">kpushbutton.h</include>
787
  <include location="local">kurlrequester.h</include>
788
  <include location="local">kcombobox.h</include>
789
  <include location="local">kpushbutton.h</include>
790
  <include location="local">kurlrequester.h</include>
791
  <include location="local">klineedit.h</include>
792
  <include location="local">kpushbutton.h</include>
793
 </includes>
794
 <resources/>
795
 <connections>
796
  <connection>
797
   <sender>btSave</sender>
798
   <signal>clicked()</signal>
799
   <receiver>settingsWidgetBase</receiver>
800
   <slot>btSaveSlot()</slot>
801
   <hints>
802
    <hint type="sourcelabel">
803
     <x>20</x>
804
     <y>20</y>
805
    </hint>
806
    <hint type="destinationlabel">
807
     <x>20</x>
808
     <y>20</y>
809
    </hint>
810
   </hints>
811
  </connection>
812
  <connection>
813
   <sender>btCancel</sender>
814
   <signal>clicked()</signal>
815
   <receiver>settingsWidgetBase</receiver>
816
   <slot>btCancelSlot()</slot>
817
   <hints>
818
    <hint type="sourcelabel">
819
     <x>20</x>
820
     <y>20</y>
821
    </hint>
822
    <hint type="destinationlabel">
823
     <x>20</x>
824
     <y>20</y>
825
    </hint>
826
   </hints>
827
  </connection>
828
  <connection>
829
   <sender>cbSerial</sender>
830
   <signal>toggled(bool)</signal>
831
   <receiver>settingsWidgetBase</receiver>
832
   <slot>cbSerialSlot(bool)</slot>
833
   <hints>
834
    <hint type="sourcelabel">
835
     <x>20</x>
836
     <y>20</y>
837
    </hint>
838
    <hint type="destinationlabel">
839
     <x>20</x>
840
     <y>20</y>
841
    </hint>
842
   </hints>
843
  </connection>
844
  <connection>
845
   <sender>rbFr50</sender>
846
   <signal>toggled(bool)</signal>
847
   <receiver>settingsWidgetBase</receiver>
848
   <slot>rbFr50Slot(bool)</slot>
849
   <hints>
850
    <hint type="sourcelabel">
851
     <x>20</x>
852
     <y>20</y>
853
    </hint>
854
    <hint type="destinationlabel">
855
     <x>20</x>
856
     <y>20</y>
857
    </hint>
858
   </hints>
859
  </connection>
860
  <connection>
861
   <sender>rbFr405</sender>
862
   <signal>toggled(bool)</signal>
863
   <receiver>settingsWidgetBase</receiver>
864
   <slot>rbFr405Slot(bool)</slot>
865
   <hints>
866
    <hint type="sourcelabel">
867
     <x>20</x>
868
     <y>20</y>
869
    </hint>
870
    <hint type="destinationlabel">
871
     <x>20</x>
872
     <y>20</y>
873
    </hint>
874
   </hints>
875
  </connection>
876
 </connections>
877
</ui>