Subversion Repositories public

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
88 andreas 1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2
<class>sportwatcherWidgetBase</class>
3
<comment>Main window of application</comment>
4
<author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
5
<widget class="QMainWindow">
6
    <property name="name">
7
        <cstring>SportWatcher</cstring>
8
    </property>
9
    <property name="geometry">
10
        <rect>
11
            <x>0</x>
12
            <y>0</y>
13
            <width>606</width>
218 andreas 14
            <height>559</height>
88 andreas 15
        </rect>
16
    </property>
17
    <property name="caption">
18
        <string>SportWatcher</string>
19
    </property>
20
    <grid>
21
        <property name="name">
22
            <cstring>unnamed</cstring>
23
        </property>
24
        <spacer row="1" column="7">
25
            <property name="name">
26
                <cstring>spacer8</cstring>
27
            </property>
28
            <property name="orientation">
29
                <enum>Horizontal</enum>
30
            </property>
31
            <property name="sizeType">
32
                <enum>Expanding</enum>
33
            </property>
34
            <property name="sizeHint">
35
                <size>
36
                    <width>20</width>
37
                    <height>20</height>
38
                </size>
39
            </property>
40
        </spacer>
41
        <spacer row="1" column="9">
42
            <property name="name">
43
                <cstring>spacer9</cstring>
44
            </property>
45
            <property name="orientation">
46
                <enum>Horizontal</enum>
47
            </property>
48
            <property name="sizeType">
49
                <enum>Expanding</enum>
50
            </property>
51
            <property name="sizeHint">
52
                <size>
53
                    <width>20</width>
54
                    <height>20</height>
55
                </size>
56
            </property>
57
        </spacer>
58
        <spacer row="1" column="1">
59
            <property name="name">
60
                <cstring>spacer5</cstring>
61
            </property>
62
            <property name="orientation">
63
                <enum>Horizontal</enum>
64
            </property>
65
            <property name="sizeType">
66
                <enum>Expanding</enum>
67
            </property>
68
            <property name="sizeHint">
69
                <size>
70
                    <width>90</width>
71
                    <height>20</height>
72
                </size>
73
            </property>
74
        </spacer>
75
        <spacer row="1" column="5">
76
            <property name="name">
77
                <cstring>spacer6</cstring>
78
            </property>
79
            <property name="orientation">
80
                <enum>Horizontal</enum>
81
            </property>
82
            <property name="sizeType">
83
                <enum>Expanding</enum>
84
            </property>
85
            <property name="sizeHint">
86
                <size>
87
                    <width>40</width>
88
                    <height>20</height>
89
                </size>
90
            </property>
91
        </spacer>
92
        <widget class="KListView" row="0" column="1" rowspan="1" colspan="11">
93
            <column>
94
                <property name="text">
95
                    <string>Name</string>
96
                </property>
97
                <property name="clickable">
98
                    <bool>true</bool>
99
                </property>
100
                <property name="resizable">
101
                    <bool>true</bool>
102
                </property>
103
            </column>
104
            <column>
105
                <property name="text">
106
                    <string>Distance</string>
107
                </property>
108
                <property name="clickable">
109
                    <bool>true</bool>
110
                </property>
111
                <property name="resizable">
112
                    <bool>true</bool>
113
                </property>
114
            </column>
115
            <column>
116
                <property name="text">
117
                    <string>Elapsed Time</string>
118
                </property>
119
                <property name="clickable">
120
                    <bool>true</bool>
121
                </property>
122
                <property name="resizable">
123
                    <bool>true</bool>
124
                </property>
125
            </column>
126
            <column>
127
                <property name="text">
128
                    <string>Avg Pace</string>
129
                </property>
130
                <property name="clickable">
131
                    <bool>true</bool>
132
                </property>
133
                <property name="resizable">
134
                    <bool>true</bool>
135
                </property>
136
            </column>
137
            <column>
138
                <property name="text">
139
                    <string>Avg Speed</string>
140
                </property>
141
                <property name="clickable">
142
                    <bool>true</bool>
143
                </property>
144
                <property name="resizable">
145
                    <bool>true</bool>
146
                </property>
147
            </column>
148
            <column>
149
                <property name="text">
150
                    <string>Max Speed</string>
151
                </property>
152
                <property name="clickable">
153
                    <bool>true</bool>
154
                </property>
155
                <property name="resizable">
156
                    <bool>true</bool>
157
                </property>
158
            </column>
159
            <column>
160
                <property name="text">
161
                    <string>Calories</string>
162
                </property>
163
                <property name="clickable">
164
                    <bool>true</bool>
165
                </property>
166
                <property name="resizable">
167
                    <bool>true</bool>
168
                </property>
169
            </column>
170
            <column>
171
                <property name="text">
172
                    <string>Avg Heart Rate</string>
173
                </property>
174
                <property name="clickable">
175
                    <bool>true</bool>
176
                </property>
177
                <property name="resizable">
178
                    <bool>true</bool>
179
                </property>
180
            </column>
181
            <column>
182
                <property name="text">
183
                    <string>Max Heart Rate</string>
184
                </property>
185
                <property name="clickable">
186
                    <bool>true</bool>
187
                </property>
188
                <property name="resizable">
189
                    <bool>true</bool>
190
                </property>
191
            </column>
192
            <column>
193
                <property name="text">
194
                    <string>Avg Cadence</string>
195
                </property>
196
                <property name="clickable">
197
                    <bool>true</bool>
198
                </property>
199
                <property name="resizable">
200
                    <bool>true</bool>
201
                </property>
202
            </column>
203
            <column>
204
                <property name="text">
205
                    <string>Ascent</string>
206
                </property>
207
                <property name="clickable">
208
                    <bool>true</bool>
209
                </property>
210
                <property name="resizable">
211
                    <bool>true</bool>
212
                </property>
213
            </column>
214
            <column>
215
                <property name="text">
216
                    <string>Descent</string>
217
                </property>
218
                <property name="clickable">
219
                    <bool>true</bool>
220
                </property>
221
                <property name="resizable">
222
                    <bool>true</bool>
223
                </property>
224
            </column>
225
            <property name="name">
226
                <cstring>liLaps</cstring>
227
            </property>
228
            <property name="sizePolicy">
229
                <sizepolicy>
230
                    <hsizetype>5</hsizetype>
231
                    <vsizetype>5</vsizetype>
232
                    <horstretch>0</horstretch>
233
                    <verstretch>0</verstretch>
234
                </sizepolicy>
235
            </property>
236
        </widget>
237
        <spacer row="1" column="11">
238
            <property name="name">
239
                <cstring>spacer7</cstring>
240
            </property>
241
            <property name="orientation">
242
                <enum>Horizontal</enum>
243
            </property>
244
            <property name="sizeType">
245
                <enum>Expanding</enum>
246
            </property>
247
            <property name="sizeHint">
248
                <size>
249
                    <width>90</width>
250
                    <height>20</height>
251
                </size>
252
            </property>
253
        </spacer>
254
        <widget class="QToolButton" row="1" column="2">
255
            <property name="name">
256
                <cstring>btHand</cstring>
257
            </property>
258
            <property name="sizePolicy">
259
                <sizepolicy>
260
                    <hsizetype>0</hsizetype>
261
                    <vsizetype>0</vsizetype>
262
                    <horstretch>0</horstretch>
263
                    <verstretch>0</verstretch>
264
                </sizepolicy>
265
            </property>
266
            <property name="text">
267
                <string></string>
268
            </property>
269
            <property name="iconSet">
112 andreas 270
                <iconset>hand.png</iconset>
88 andreas 271
            </property>
272
            <property name="usesBigPixmap">
124 andreas 273
                <bool>false</bool>
88 andreas 274
            </property>
275
        </widget>
276
        <widget class="QToolButton" row="1" column="3">
277
            <property name="name">
278
                <cstring>btGlas</cstring>
279
            </property>
280
            <property name="sizePolicy">
281
                <sizepolicy>
282
                    <hsizetype>0</hsizetype>
283
                    <vsizetype>0</vsizetype>
284
                    <horstretch>0</horstretch>
285
                    <verstretch>0</verstretch>
286
                </sizepolicy>
287
            </property>
288
            <property name="text">
289
                <string></string>
290
            </property>
291
            <property name="iconSet">
112 andreas 292
                <iconset>glas.png</iconset>
88 andreas 293
            </property>
294
            <property name="usesBigPixmap">
124 andreas 295
                <bool>false</bool>
88 andreas 296
            </property>
297
        </widget>
298
        <widget class="QToolButton" row="1" column="4">
299
            <property name="name">
300
                <cstring>btFlag</cstring>
301
            </property>
302
            <property name="sizePolicy">
303
                <sizepolicy>
304
                    <hsizetype>0</hsizetype>
305
                    <vsizetype>0</vsizetype>
306
                    <horstretch>0</horstretch>
307
                    <verstretch>0</verstretch>
308
                </sizepolicy>
309
            </property>
310
            <property name="text">
311
                <string></string>
312
            </property>
313
            <property name="iconSet">
112 andreas 314
                <iconset>flag.png</iconset>
88 andreas 315
            </property>
316
            <property name="usesBigPixmap">
124 andreas 317
                <bool>false</bool>
88 andreas 318
            </property>
319
        </widget>
320
        <widget class="QToolButton" row="1" column="6">
321
            <property name="name">
322
                <cstring>btGlasPlus</cstring>
323
            </property>
324
            <property name="sizePolicy">
325
                <sizepolicy>
326
                    <hsizetype>0</hsizetype>
327
                    <vsizetype>0</vsizetype>
328
                    <horstretch>0</horstretch>
329
                    <verstretch>0</verstretch>
330
                </sizepolicy>
331
            </property>
332
            <property name="text">
333
                <string></string>
334
            </property>
335
            <property name="iconSet">
112 andreas 336
                <iconset>glas_plus.png</iconset>
88 andreas 337
            </property>
338
            <property name="usesBigPixmap">
124 andreas 339
                <bool>false</bool>
88 andreas 340
            </property>
341
        </widget>
342
        <widget class="QToolButton" row="1" column="8">
343
            <property name="name">
344
                <cstring>btGlasMinus</cstring>
345
            </property>
346
            <property name="sizePolicy">
347
                <sizepolicy>
348
                    <hsizetype>0</hsizetype>
349
                    <vsizetype>0</vsizetype>
350
                    <horstretch>0</horstretch>
351
                    <verstretch>0</verstretch>
352
                </sizepolicy>
353
            </property>
354
            <property name="text">
355
                <string></string>
356
            </property>
357
            <property name="iconSet">
112 andreas 358
                <iconset>glas_minus.png</iconset>
88 andreas 359
            </property>
360
            <property name="usesBigPixmap">
124 andreas 361
                <bool>false</bool>
88 andreas 362
            </property>
363
        </widget>
364
        <widget class="QToolButton" row="1" column="10">
365
            <property name="name">
366
                <cstring>btFullscreen</cstring>
367
            </property>
368
            <property name="sizePolicy">
369
                <sizepolicy>
370
                    <hsizetype>0</hsizetype>
371
                    <vsizetype>0</vsizetype>
372
                    <horstretch>0</horstretch>
373
                    <verstretch>0</verstretch>
374
                </sizepolicy>
375
            </property>
376
            <property name="text">
377
                <string></string>
378
            </property>
379
            <property name="iconSet">
112 andreas 380
                <iconset>fullscreen.png</iconset>
88 andreas 381
            </property>
382
            <property name="usesBigPixmap">
124 andreas 383
                <bool>false</bool>
88 andreas 384
            </property>
385
        </widget>
218 andreas 386
        <widget class="QLabel" row="2" column="1" rowspan="1" colspan="11">
88 andreas 387
            <property name="name">
218 andreas 388
                <cstring>imgMap</cstring>
88 andreas 389
            </property>
390
            <property name="minimumSize">
391
                <size>
392
                    <width>100</width>
393
                    <height>150</height>
394
                </size>
395
            </property>
396
            <property name="frameShape">
397
                <enum>StyledPanel</enum>
398
            </property>
399
            <property name="frameShadow">
400
                <enum>Sunken</enum>
401
            </property>
402
            <property name="scaledContents">
403
                <bool>true</bool>
404
            </property>
405
        </widget>
218 andreas 406
        <widget class="QLabel" row="4" column="1" rowspan="1" colspan="11">
88 andreas 407
            <property name="name">
218 andreas 408
                <cstring>imgProfile</cstring>
88 andreas 409
            </property>
410
            <property name="minimumSize">
411
                <size>
148 andreas 412
                    <width>100</width>
109 andreas 413
                    <height>150</height>
88 andreas 414
                </size>
415
            </property>
416
            <property name="frameShape">
417
                <enum>StyledPanel</enum>
418
            </property>
419
            <property name="frameShadow">
420
                <enum>Sunken</enum>
421
            </property>
422
            <property name="scaledContents">
423
                <bool>true</bool>
424
            </property>
425
        </widget>
218 andreas 426
        <widget class="KListView" row="0" column="0" rowspan="5" colspan="1">
427
            <column>
428
                <property name="text">
429
                    <string>Activities</string>
430
                </property>
431
                <property name="clickable">
432
                    <bool>false</bool>
433
                </property>
434
                <property name="resizable">
435
                    <bool>true</bool>
436
                </property>
437
            </column>
438
            <property name="name">
439
                <cstring>liActivities</cstring>
440
            </property>
441
            <property name="sizePolicy">
442
                <sizepolicy>
443
                    <hsizetype>5</hsizetype>
444
                    <vsizetype>5</vsizetype>
445
                    <horstretch>0</horstretch>
446
                    <verstretch>0</verstretch>
447
                </sizepolicy>
448
            </property>
449
            <property name="minimumSize">
450
                <size>
451
                    <width>180</width>
452
                    <height>0</height>
453
                </size>
454
            </property>
455
        </widget>
456
        <widget class="KComboBox" row="3" column="2" rowspan="1" colspan="5">
457
            <item>
458
                <property name="text">
459
                    <string>Altitude &amp; heart rate</string>
460
                </property>
461
            </item>
462
            <item>
463
                <property name="text">
464
                    <string>Speed &amp; heart rate</string>
465
                </property>
466
            </item>
467
            <item>
468
                <property name="text">
469
                    <string>Altitude &amp; speed</string>
470
                </property>
471
            </item>
472
            <property name="name">
473
                <cstring>kcbCurveTypes</cstring>
474
            </property>
475
        </widget>
476
        <spacer row="3" column="1">
477
            <property name="name">
478
                <cstring>spacer6_2</cstring>
479
            </property>
480
            <property name="orientation">
481
                <enum>Horizontal</enum>
482
            </property>
483
            <property name="sizeType">
484
                <enum>Expanding</enum>
485
            </property>
486
            <property name="sizeHint">
487
                <size>
488
                    <width>40</width>
489
                    <height>20</height>
490
                </size>
491
            </property>
492
        </spacer>
493
        <spacer row="3" column="7" rowspan="1" colspan="5">
494
            <property name="name">
495
                <cstring>spacer7_2</cstring>
496
            </property>
497
            <property name="orientation">
498
                <enum>Horizontal</enum>
499
            </property>
500
            <property name="sizeType">
501
                <enum>Expanding</enum>
502
            </property>
503
            <property name="sizeHint">
504
                <size>
505
                    <width>180</width>
506
                    <height>20</height>
507
                </size>
508
            </property>
509
        </spacer>
88 andreas 510
    </grid>
511
</widget>
512
<menubar>
513
    <property name="name">
514
        <cstring>MenuBar</cstring>
515
    </property>
516
    <item text="&amp;File" name="fileMenu">
517
        <action name="fileNewAction"/>
518
        <action name="fileOpenAction"/>
218 andreas 519
        <action name="fileImportAction"/>
88 andreas 520
        <action name="fileSaveAction"/>
521
        <action name="fileSaveAsAction"/>
522
        <separator/>
523
        <action name="filePrintAction"/>
524
        <separator/>
525
        <action name="fileExitAction"/>
526
    </item>
218 andreas 527
    <item text="Edit" name="Edit">
528
        <action name="editRename_Action"/>
529
    </item>
88 andreas 530
    <item text="Extras" name="Extras">
531
        <action name="extrasSave_heart_rate_Action"/>
532
        <separator/>
533
        <action name="extrasSettingsAction"/>
218 andreas 534
        <action name="extrasWMSAction"/>
88 andreas 535
    </item>
536
    <item text="&amp;Help" name="helpMenu">
537
        <action name="helpContentsAction"/>
538
        <action name="helpIndexAction"/>
539
        <separator/>
540
        <action name="helpAboutAction"/>
541
    </item>
542
</menubar>
543
<toolbars>
544
    <toolbar dock="2">
545
        <property name="name">
546
            <cstring>Toolbar</cstring>
547
        </property>
548
        <property name="label">
549
            <string>Tools</string>
550
        </property>
218 andreas 551
        <action name="fileNewAction"/>
88 andreas 552
        <action name="fileOpenAction"/>
553
        <action name="fileSaveAction"/>
554
        <action name="filePrintAction"/>
555
        <separator/>
556
    </toolbar>
557
</toolbars>
558
<actions>
559
    <action>
560
        <property name="name">
561
            <cstring>fileNewAction</cstring>
562
        </property>
563
        <property name="iconSet">
218 andreas 564
            <iconset>connect_creating.png</iconset>
88 andreas 565
        </property>
566
        <property name="text">
96 andreas 567
            <string>Read data...</string>
88 andreas 568
        </property>
569
        <property name="menuText">
96 andreas 570
            <string>&amp;Read data...</string>
88 andreas 571
        </property>
572
        <property name="accel">
96 andreas 573
            <string>Ctrl+R</string>
88 andreas 574
        </property>
575
    </action>
576
    <action>
577
        <property name="name">
578
            <cstring>fileOpenAction</cstring>
579
        </property>
580
        <property name="iconSet">
112 andreas 581
            <iconset>fileopen.png</iconset>
88 andreas 582
        </property>
583
        <property name="text">
584
            <string>Open</string>
585
        </property>
586
        <property name="menuText">
587
            <string>&amp;Open...</string>
588
        </property>
589
        <property name="accel">
590
            <string>Ctrl+O</string>
591
        </property>
592
    </action>
593
    <action>
594
        <property name="name">
217 andreas 595
            <cstring>fileImportAction</cstring>
596
        </property>
597
        <property name="iconSet">
218 andreas 598
            <iconset></iconset>
217 andreas 599
        </property>
600
        <property name="text">
601
            <string>Import</string>
602
        </property>
603
        <property name="menuText">
604
            <string>&amp;Import...</string>
605
        </property>
606
        <property name="accel">
607
            <string>Ctrl+I</string>
608
        </property>
609
    </action>
610
    <action>
611
        <property name="name">
88 andreas 612
            <cstring>fileSaveAction</cstring>
613
        </property>
614
        <property name="iconSet">
112 andreas 615
            <iconset>filesave.png</iconset>
88 andreas 616
        </property>
617
        <property name="text">
618
            <string>Save</string>
619
        </property>
620
        <property name="menuText">
621
            <string>&amp;Save</string>
622
        </property>
623
        <property name="accel">
624
            <string>Ctrl+S</string>
625
        </property>
626
    </action>
627
    <action>
628
        <property name="name">
629
            <cstring>fileSaveAsAction</cstring>
630
        </property>
631
        <property name="iconSet">
112 andreas 632
            <iconset>filesaveas.png</iconset>
88 andreas 633
        </property>
634
        <property name="text">
635
            <string>Save As</string>
636
        </property>
637
        <property name="menuText">
638
            <string>Save &amp;As...</string>
639
        </property>
640
        <property name="accel">
218 andreas 641
            <string>Ctrl+A</string>
88 andreas 642
        </property>
643
    </action>
644
    <action>
645
        <property name="name">
646
            <cstring>filePrintAction</cstring>
647
        </property>
648
        <property name="iconSet">
112 andreas 649
            <iconset>fileprint.png</iconset>
88 andreas 650
        </property>
651
        <property name="text">
652
            <string>Print</string>
653
        </property>
654
        <property name="menuText">
655
            <string>&amp;Print...</string>
656
        </property>
657
        <property name="accel">
658
            <string>Ctrl+P</string>
659
        </property>
660
    </action>
661
    <action>
662
        <property name="name">
663
            <cstring>fileExitAction</cstring>
664
        </property>
112 andreas 665
        <property name="iconSet">
666
            <iconset>exit.png</iconset>
667
        </property>
88 andreas 668
        <property name="text">
669
            <string>Exit</string>
670
        </property>
671
        <property name="menuText">
672
            <string>E&amp;xit</string>
673
        </property>
674
        <property name="accel">
218 andreas 675
            <string>Ctrl+Q</string>
88 andreas 676
        </property>
677
    </action>
678
    <action>
679
        <property name="name">
680
            <cstring>helpContentsAction</cstring>
681
        </property>
119 andreas 682
        <property name="iconSet">
132 andreas 683
            <iconset></iconset>
119 andreas 684
        </property>
88 andreas 685
        <property name="text">
686
            <string>Contents</string>
687
        </property>
688
        <property name="menuText">
689
            <string>&amp;Contents...</string>
690
        </property>
691
        <property name="accel">
692
            <string></string>
693
        </property>
694
    </action>
695
    <action>
696
        <property name="name">
697
            <cstring>helpIndexAction</cstring>
698
        </property>
699
        <property name="text">
700
            <string>Index</string>
701
        </property>
702
        <property name="menuText">
703
            <string>&amp;Index...</string>
704
        </property>
705
        <property name="accel">
706
            <string></string>
707
        </property>
708
    </action>
709
    <action>
710
        <property name="name">
711
            <cstring>helpAboutAction</cstring>
712
        </property>
713
        <property name="text">
714
            <string>About</string>
715
        </property>
716
        <property name="menuText">
717
            <string>&amp;About</string>
718
        </property>
719
        <property name="accel">
720
            <string></string>
721
        </property>
722
    </action>
723
    <action>
724
        <property name="name">
725
            <cstring>extrasSave_heart_rate_Action</cstring>
726
        </property>
727
        <property name="text">
728
            <string>Save heart rate ...</string>
729
        </property>
730
        <property name="menuText">
731
            <string>Save heart rate ...</string>
732
        </property>
733
    </action>
734
    <action>
735
        <property name="name">
736
            <cstring>extrasSettingsAction</cstring>
737
        </property>
738
        <property name="text">
739
            <string>Settings</string>
740
        </property>
741
        <property name="menuText">
742
            <string>Settings</string>
743
        </property>
744
    </action>
96 andreas 745
    <action>
746
        <property name="name">
152 andreas 747
            <cstring>extrasWMSAction</cstring>
748
        </property>
749
        <property name="text">
750
            <string>WMS Settings</string>
751
        </property>
752
        <property name="menuText">
753
            <string>WMS Settings</string>
754
        </property>
755
    </action>
756
    <action>
757
        <property name="name">
96 andreas 758
            <cstring>extrasnew_itemAction</cstring>
759
        </property>
760
        <property name="text">
761
            <string>new item</string>
762
        </property>
763
        <property name="menuText">
764
            <string>new item</string>
765
        </property>
766
    </action>
218 andreas 767
    <action>
768
        <property name="name">
769
            <cstring>editRename_Action</cstring>
770
        </property>
771
        <property name="text">
772
            <string>Rename ...</string>
773
        </property>
774
        <property name="menuText">
775
            <string>Rename ...</string>
776
        </property>
777
    </action>
88 andreas 778
</actions>
779
<connections>
780
    <connection>
781
        <sender>fileNewAction</sender>
782
        <signal>activated()</signal>
783
        <receiver>SportWatcher</receiver>
784
        <slot>fileNew()</slot>
785
    </connection>
786
    <connection>
787
        <sender>fileOpenAction</sender>
788
        <signal>activated()</signal>
789
        <receiver>SportWatcher</receiver>
790
        <slot>fileOpen()</slot>
791
    </connection>
792
    <connection>
217 andreas 793
        <sender>fileImportAction</sender>
794
        <signal>activated()</signal>
795
        <receiver>SportWatcher</receiver>
796
        <slot>fileImport()</slot>
797
    </connection>
798
    <connection>
88 andreas 799
        <sender>fileSaveAction</sender>
800
        <signal>activated()</signal>
801
        <receiver>SportWatcher</receiver>
802
        <slot>fileSave()</slot>
803
    </connection>
804
    <connection>
805
        <sender>fileSaveAsAction</sender>
806
        <signal>activated()</signal>
807
        <receiver>SportWatcher</receiver>
808
        <slot>fileSaveAs()</slot>
809
    </connection>
810
    <connection>
811
        <sender>filePrintAction</sender>
812
        <signal>activated()</signal>
813
        <receiver>SportWatcher</receiver>
814
        <slot>filePrint()</slot>
815
    </connection>
816
    <connection>
817
        <sender>fileExitAction</sender>
818
        <signal>activated()</signal>
819
        <receiver>SportWatcher</receiver>
820
        <slot>fileExit()</slot>
821
    </connection>
822
    <connection>
823
        <sender>helpIndexAction</sender>
824
        <signal>activated()</signal>
825
        <receiver>SportWatcher</receiver>
826
        <slot>helpIndex()</slot>
827
    </connection>
828
    <connection>
829
        <sender>helpContentsAction</sender>
830
        <signal>activated()</signal>
831
        <receiver>SportWatcher</receiver>
832
        <slot>helpContents()</slot>
833
    </connection>
834
    <connection>
835
        <sender>helpAboutAction</sender>
836
        <signal>activated()</signal>
837
        <receiver>SportWatcher</receiver>
838
        <slot>helpAbout()</slot>
839
    </connection>
840
    <connection>
841
        <sender>liActivities</sender>
842
        <signal>clicked(QListViewItem*)</signal>
843
        <receiver>SportWatcher</receiver>
844
        <slot>liActivitiesSlot(QListViewItem*)</slot>
845
    </connection>
846
    <connection>
847
        <sender>liLaps</sender>
848
        <signal>clicked(QListViewItem*)</signal>
849
        <receiver>SportWatcher</receiver>
850
        <slot>liLapsSlot(QListViewItem*)</slot>
851
    </connection>
852
    <connection>
853
        <sender>btHand</sender>
854
        <signal>clicked()</signal>
855
        <receiver>SportWatcher</receiver>
856
        <slot>btHandSlot()</slot>
857
    </connection>
858
    <connection>
859
        <sender>btFlag</sender>
860
        <signal>clicked()</signal>
861
        <receiver>SportWatcher</receiver>
862
        <slot>btFlagSlot()</slot>
863
    </connection>
864
    <connection>
865
        <sender>btFullscreen</sender>
866
        <signal>clicked()</signal>
867
        <receiver>SportWatcher</receiver>
868
        <slot>btFullscreenSlot()</slot>
869
    </connection>
870
    <connection>
871
        <sender>btGlas</sender>
872
        <signal>clicked()</signal>
873
        <receiver>SportWatcher</receiver>
874
        <slot>btGlasSlot()</slot>
875
    </connection>
876
    <connection>
877
        <sender>btGlasMinus</sender>
878
        <signal>clicked()</signal>
879
        <receiver>SportWatcher</receiver>
880
        <slot>btGlasMinusSlot()</slot>
881
    </connection>
882
    <connection>
883
        <sender>btGlasPlus</sender>
884
        <signal>clicked()</signal>
885
        <receiver>SportWatcher</receiver>
886
        <slot>btGlasPlusSlot()</slot>
887
    </connection>
888
    <connection>
889
        <sender>extrasSave_heart_rate_Action</sender>
890
        <signal>activated()</signal>
891
        <receiver>SportWatcher</receiver>
892
        <slot>extrasSaveHR()</slot>
893
    </connection>
894
    <connection>
895
        <sender>extrasSettingsAction</sender>
896
        <signal>activated()</signal>
897
        <receiver>SportWatcher</receiver>
898
        <slot>extrasSettings()</slot>
899
    </connection>
152 andreas 900
    <connection>
901
        <sender>extrasWMSAction</sender>
902
        <signal>activated()</signal>
903
        <receiver>SportWatcher</receiver>
904
        <slot>extrasWMSSettings()</slot>
905
    </connection>
218 andreas 906
    <connection>
907
        <sender>editRename_Action</sender>
908
        <signal>activated()</signal>
909
        <receiver>SportWatcher</receiver>
910
        <slot>editRename()</slot>
911
    </connection>
88 andreas 912
</connections>
218 andreas 913
<tabstops>
914
    <tabstop>liActivities</tabstop>
915
    <tabstop>liLaps</tabstop>
916
    <tabstop>kcbCurveTypes</tabstop>
917
</tabstops>
88 andreas 918
<slots>
919
    <slot>fileNew()</slot>
920
    <slot>fileOpen()</slot>
217 andreas 921
    <slot>fileImport()</slot>
88 andreas 922
    <slot>fileSave()</slot>
923
    <slot>fileSaveAs()</slot>
924
    <slot>filePrint()</slot>
925
    <slot>fileExit()</slot>
926
    <slot>helpIndex()</slot>
927
    <slot>helpContents()</slot>
928
    <slot>helpAbout()</slot>
929
    <slot>liActivitiesSlot(QListViewItem *item)</slot>
930
    <slot>liLapsSlot(QListViewItem *item)</slot>
931
    <slot>btFlagSlot()</slot>
932
    <slot>btGlasSlot()</slot>
933
    <slot>btHandSlot()</slot>
934
    <slot>btGlasPlusSlot()</slot>
935
    <slot>btGlasMinusSlot()</slot>
936
    <slot>btFullscreenSlot()</slot>
937
    <slot>extrasSaveHR()</slot>
938
    <slot>extrasSettings()</slot>
152 andreas 939
    <slot>extrasWMSSettings()</slot>
218 andreas 940
    <slot>editRename()</slot>
88 andreas 941
</slots>
942
<pixmapinproject/>
943
<layoutdefaults spacing="6" margin="11"/>
944
<includehints>
945
    <includehint>klistview.h</includehint>
218 andreas 946
    <includehint>kcombobox.h</includehint>
88 andreas 947
</includehints>
948
</UI>