Subversion Repositories public

Rev

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

Rev Author Line No. Line
245 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>Main window of SportWatcher</comment>
5
 <class>sportwatcherWidgetBase</class>
6
 <widget class="QWidget" name="sportwatcherWidgetBase">
7
  <property name="geometry">
8
   <rect>
9
    <x>0</x>
10
    <y>0</y>
248 andreas 11
    <width>1004</width>
12
    <height>705</height>
245 andreas 13
   </rect>
14
  </property>
15
  <property name="windowTitle">
16
   <string>SportWatcher</string>
17
  </property>
18
  <property name="accessibleName">
19
   <string>sportwatcher</string>
20
  </property>
21
  <property name="locale">
22
   <locale language="English" country="UnitedStates"/>
23
  </property>
248 andreas 24
  <layout class="QGridLayout" name="gridLayout_2">
25
   <item row="0" column="0">
26
    <widget class="QTreeWidget" name="liActivities">
245 andreas 27
     <property name="minimumSize">
28
      <size>
248 andreas 29
       <width>200</width>
30
       <height>0</height>
245 andreas 31
      </size>
32
     </property>
248 andreas 33
     <property name="maximumSize">
245 andreas 34
      <size>
248 andreas 35
       <width>300</width>
36
       <height>16777215</height>
245 andreas 37
      </size>
38
     </property>
248 andreas 39
     <column>
245 andreas 40
      <property name="text">
248 andreas 41
       <string>Activities</string>
232 andreas 42
      </property>
248 andreas 43
      <property name="toolTip">
44
       <string>Saved activities, separated into run, bike and other activities.</string>
232 andreas 45
      </property>
248 andreas 46
      <property name="whatsThis">
47
       <string>Shows all saved activities.</string>
232 andreas 48
      </property>
248 andreas 49
     </column>
245 andreas 50
    </widget>
51
   </item>
248 andreas 52
   <item row="0" column="1">
53
    <widget class="QTabWidget" name="tabView">
245 andreas 54
     <property name="minimumSize">
55
      <size>
248 andreas 56
       <width>400</width>
57
       <height>300</height>
245 andreas 58
      </size>
59
     </property>
248 andreas 60
     <property name="currentIndex">
61
      <number>0</number>
245 andreas 62
     </property>
248 andreas 63
     <widget class="QWidget" name="tabSummary">
64
      <attribute name="title">
65
       <string>Summary</string>
66
      </attribute>
67
      <layout class="QGridLayout" name="gridLayout">
68
       <item row="0" column="0" colspan="9">
69
        <widget class="K3ListView" name="liLaps">
70
         <property name="sizePolicy">
71
          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
72
           <horstretch>0</horstretch>
73
           <verstretch>0</verstretch>
74
          </sizepolicy>
75
         </property>
76
         <column>
77
          <property name="text">
78
           <string>Name</string>
79
          </property>
80
          <property name="clickable">
81
           <bool>true</bool>
82
          </property>
83
          <property name="resizable">
84
           <bool>true</bool>
85
          </property>
86
         </column>
87
         <column>
88
          <property name="text">
89
           <string>Distance</string>
90
          </property>
91
          <property name="clickable">
92
           <bool>true</bool>
93
          </property>
94
          <property name="resizable">
95
           <bool>true</bool>
96
          </property>
97
         </column>
98
         <column>
99
          <property name="text">
100
           <string>Elapsed Time</string>
101
          </property>
102
          <property name="clickable">
103
           <bool>true</bool>
104
          </property>
105
          <property name="resizable">
106
           <bool>true</bool>
107
          </property>
108
         </column>
109
         <column>
110
          <property name="text">
111
           <string>Avg Pace</string>
112
          </property>
113
          <property name="clickable">
114
           <bool>true</bool>
115
          </property>
116
          <property name="resizable">
117
           <bool>true</bool>
118
          </property>
119
         </column>
120
         <column>
121
          <property name="text">
122
           <string>Avg Speed</string>
123
          </property>
124
          <property name="clickable">
125
           <bool>true</bool>
126
          </property>
127
          <property name="resizable">
128
           <bool>true</bool>
129
          </property>
130
         </column>
131
         <column>
132
          <property name="text">
133
           <string>Max Speed</string>
134
          </property>
135
          <property name="clickable">
136
           <bool>true</bool>
137
          </property>
138
          <property name="resizable">
139
           <bool>true</bool>
140
          </property>
141
         </column>
142
         <column>
143
          <property name="text">
144
           <string>Calories</string>
145
          </property>
146
          <property name="clickable">
147
           <bool>true</bool>
148
          </property>
149
          <property name="resizable">
150
           <bool>true</bool>
151
          </property>
152
         </column>
153
         <column>
154
          <property name="text">
155
           <string>Avg Heart Rate</string>
156
          </property>
157
          <property name="clickable">
158
           <bool>true</bool>
159
          </property>
160
          <property name="resizable">
161
           <bool>true</bool>
162
          </property>
163
         </column>
164
         <column>
165
          <property name="text">
166
           <string>Max Heart Rate</string>
167
          </property>
168
          <property name="clickable">
169
           <bool>true</bool>
170
          </property>
171
          <property name="resizable">
172
           <bool>true</bool>
173
          </property>
174
         </column>
175
         <column>
176
          <property name="text">
177
           <string>Avg Cadence</string>
178
          </property>
179
          <property name="clickable">
180
           <bool>true</bool>
181
          </property>
182
          <property name="resizable">
183
           <bool>true</bool>
184
          </property>
185
         </column>
186
         <column>
187
          <property name="text">
188
           <string>Ascent</string>
189
          </property>
190
          <property name="clickable">
191
           <bool>true</bool>
192
          </property>
193
          <property name="resizable">
194
           <bool>true</bool>
195
          </property>
196
         </column>
197
         <column>
198
          <property name="text">
199
           <string>Descent</string>
200
          </property>
201
          <property name="clickable">
202
           <bool>true</bool>
203
          </property>
204
          <property name="resizable">
205
           <bool>true</bool>
206
          </property>
207
         </column>
208
        </widget>
209
       </item>
210
       <item row="1" column="0">
211
        <spacer name="spacer5">
212
         <property name="orientation">
213
          <enum>Qt::Horizontal</enum>
214
         </property>
215
         <property name="sizeType">
216
          <enum>QSizePolicy::Expanding</enum>
217
         </property>
218
         <property name="sizeHint" stdset="0">
219
          <size>
220
           <width>58</width>
221
           <height>22</height>
222
          </size>
223
         </property>
224
        </spacer>
225
       </item>
226
       <item row="1" column="1">
227
        <widget class="KPushButton" name="btHand">
228
         <property name="sizePolicy">
229
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
230
           <horstretch>0</horstretch>
231
           <verstretch>0</verstretch>
232
          </sizepolicy>
233
         </property>
234
         <property name="text">
235
          <string/>
236
         </property>
237
        </widget>
238
       </item>
239
       <item row="1" column="2">
240
        <widget class="KPushButton" name="btGlas">
241
         <property name="sizePolicy">
242
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
243
           <horstretch>0</horstretch>
244
           <verstretch>0</verstretch>
245
          </sizepolicy>
246
         </property>
247
         <property name="text">
248
          <string/>
249
         </property>
250
        </widget>
251
       </item>
252
       <item row="1" column="3">
253
        <widget class="KPushButton" name="btFlag">
254
         <property name="sizePolicy">
255
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
256
           <horstretch>0</horstretch>
257
           <verstretch>0</verstretch>
258
          </sizepolicy>
259
         </property>
260
         <property name="text">
261
          <string/>
262
         </property>
263
        </widget>
264
       </item>
265
       <item row="1" column="4">
266
        <spacer name="spacer6">
267
         <property name="orientation">
268
          <enum>Qt::Horizontal</enum>
269
         </property>
270
         <property name="sizeType">
271
          <enum>QSizePolicy::Expanding</enum>
272
         </property>
273
         <property name="sizeHint" stdset="0">
274
          <size>
275
           <width>57</width>
276
           <height>22</height>
277
          </size>
278
         </property>
279
        </spacer>
280
       </item>
281
       <item row="1" column="5">
282
        <widget class="KPushButton" name="btGlasPlus">
283
         <property name="sizePolicy">
284
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
285
           <horstretch>0</horstretch>
286
           <verstretch>0</verstretch>
287
          </sizepolicy>
288
         </property>
289
         <property name="text">
290
          <string/>
291
         </property>
292
        </widget>
293
       </item>
294
       <item row="1" column="6">
295
        <widget class="KPushButton" name="btGlasMinus">
296
         <property name="sizePolicy">
297
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
298
           <horstretch>0</horstretch>
299
           <verstretch>0</verstretch>
300
          </sizepolicy>
301
         </property>
302
         <property name="text">
303
          <string/>
304
         </property>
305
        </widget>
306
       </item>
307
       <item row="1" column="7">
308
        <widget class="KPushButton" name="btFullscreen">
309
         <property name="sizePolicy">
310
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
311
           <horstretch>0</horstretch>
312
           <verstretch>0</verstretch>
313
          </sizepolicy>
314
         </property>
315
         <property name="text">
316
          <string/>
317
         </property>
318
        </widget>
319
       </item>
320
       <item row="1" column="8">
321
        <spacer name="spacer7">
322
         <property name="orientation">
323
          <enum>Qt::Horizontal</enum>
324
         </property>
325
         <property name="sizeType">
326
          <enum>QSizePolicy::Expanding</enum>
327
         </property>
328
         <property name="sizeHint" stdset="0">
329
          <size>
330
           <width>114</width>
331
           <height>22</height>
332
          </size>
333
         </property>
334
        </spacer>
335
       </item>
336
       <item row="2" column="0" colspan="9">
337
        <widget class="QLabel" name="imgMap">
338
         <property name="minimumSize">
339
          <size>
340
           <width>100</width>
341
           <height>150</height>
342
          </size>
343
         </property>
344
         <property name="frameShape">
345
          <enum>QFrame::StyledPanel</enum>
346
         </property>
347
         <property name="frameShadow">
348
          <enum>QFrame::Sunken</enum>
349
         </property>
350
         <property name="scaledContents">
351
          <bool>true</bool>
352
         </property>
353
         <property name="wordWrap">
354
          <bool>false</bool>
355
         </property>
356
        </widget>
357
       </item>
358
       <item row="3" column="2" colspan="3">
359
        <widget class="KComboBox" name="kcbCurveTypes">
360
         <item>
361
          <property name="text">
362
           <string>Altitude &amp; heart rate</string>
363
          </property>
364
         </item>
365
         <item>
366
          <property name="text">
367
           <string>Speed &amp; heart rate</string>
368
          </property>
369
         </item>
370
         <item>
371
          <property name="text">
372
           <string>Altitude &amp; speed</string>
373
          </property>
374
         </item>
375
        </widget>
376
       </item>
377
       <item row="4" column="0" colspan="9">
378
        <widget class="QLabel" name="imgProfile">
379
         <property name="minimumSize">
380
          <size>
381
           <width>100</width>
382
           <height>150</height>
383
          </size>
384
         </property>
385
         <property name="frameShape">
386
          <enum>QFrame::StyledPanel</enum>
387
         </property>
388
         <property name="frameShadow">
389
          <enum>QFrame::Sunken</enum>
390
         </property>
391
         <property name="scaledContents">
392
          <bool>true</bool>
393
         </property>
394
         <property name="wordWrap">
395
          <bool>false</bool>
396
         </property>
397
        </widget>
398
       </item>
399
       <item row="3" column="5" colspan="4">
400
        <spacer name="spacer7_2">
401
         <property name="orientation">
402
          <enum>Qt::Horizontal</enum>
403
         </property>
404
         <property name="sizeType">
405
          <enum>QSizePolicy::Expanding</enum>
406
         </property>
407
         <property name="sizeHint" stdset="0">
408
          <size>
409
           <width>108</width>
410
           <height>17</height>
411
          </size>
412
         </property>
413
        </spacer>
414
       </item>
415
       <item row="3" column="0" colspan="2">
416
        <spacer name="spacer6_2">
417
         <property name="orientation">
418
          <enum>Qt::Horizontal</enum>
419
         </property>
420
         <property name="sizeType">
421
          <enum>QSizePolicy::Expanding</enum>
422
         </property>
423
         <property name="sizeHint" stdset="0">
424
          <size>
425
           <width>40</width>
426
           <height>20</height>
427
          </size>
428
         </property>
429
        </spacer>
430
       </item>
431
      </layout>
432
     </widget>
433
     <widget class="QWidget" name="tabMap">
434
      <attribute name="title">
435
       <string>Map</string>
436
      </attribute>
437
      <layout class="QGridLayout" name="gridLayout_3">
438
       <item row="0" column="0">
439
        <widget class="QLabel" name="grMap">
440
         <property name="frameShape">
441
          <enum>QFrame::Panel</enum>
442
         </property>
443
         <property name="frameShadow">
444
          <enum>QFrame::Sunken</enum>
445
         </property>
446
         <property name="text">
447
          <string/>
448
         </property>
449
        </widget>
450
       </item>
451
      </layout>
452
     </widget>
453
     <widget class="QWidget" name="tabHR">
454
      <attribute name="title">
455
       <string>HR / Speed</string>
456
      </attribute>
457
      <layout class="QGridLayout" name="gridLayout_4">
458
       <item row="0" column="0">
459
        <widget class="QLabel" name="label_4">
460
         <property name="text">
461
          <string>Heart rate</string>
462
         </property>
463
        </widget>
464
       </item>
465
       <item row="3" column="0">
466
        <widget class="QLabel" name="label_2">
467
         <property name="text">
468
          <string>Elevation</string>
469
         </property>
470
        </widget>
471
       </item>
472
       <item row="5" column="0">
473
        <widget class="QLabel" name="label">
474
         <property name="text">
475
          <string>Speed</string>
476
         </property>
477
        </widget>
478
       </item>
479
       <item row="1" column="0">
480
        <widget class="QGraphicsView" name="grHR"/>
481
       </item>
482
       <item row="4" column="0">
483
        <widget class="QGraphicsView" name="grElevation"/>
484
       </item>
485
       <item row="6" column="0">
486
        <widget class="QGraphicsView" name="grSpeed"/>
487
       </item>
488
      </layout>
489
     </widget>
490
     <widget class="QWidget" name="tabLap">
491
      <attribute name="title">
492
       <string>Lap details</string>
493
      </attribute>
494
      <layout class="QGridLayout" name="gridLayout_6">
495
       <item row="0" column="0">
496
        <widget class="QTreeWidget" name="twLaps">
497
         <column>
498
          <property name="text">
499
           <string>Time</string>
500
          </property>
501
         </column>
502
         <column>
503
          <property name="text">
504
           <string>Distance</string>
505
          </property>
506
         </column>
507
         <column>
508
          <property name="text">
509
           <string>Tot. Distance</string>
510
          </property>
511
         </column>
512
         <column>
513
          <property name="text">
514
           <string>Pace</string>
515
          </property>
516
         </column>
517
         <column>
518
          <property name="text">
519
           <string>Avg. Pace</string>
520
          </property>
521
         </column>
522
         <column>
523
          <property name="text">
524
           <string>Avg. Speed</string>
525
          </property>
526
         </column>
527
         <column>
528
          <property name="text">
529
           <string>Max. Speed</string>
530
          </property>
531
         </column>
532
         <column>
533
          <property name="text">
534
           <string>Calories</string>
535
          </property>
536
         </column>
537
         <column>
538
          <property name="text">
539
           <string>Avg. heart rate</string>
540
          </property>
541
         </column>
542
         <column>
543
          <property name="text">
544
           <string>Max. heart rate</string>
545
          </property>
546
         </column>
547
         <column>
548
          <property name="text">
549
           <string>Avg. Cadence</string>
550
          </property>
551
         </column>
552
         <column>
553
          <property name="text">
554
           <string>Up</string>
555
          </property>
556
         </column>
557
        </widget>
558
       </item>
559
       <item row="1" column="0">
560
        <widget class="QFrame" name="frame">
561
         <property name="frameShape">
562
          <enum>QFrame::StyledPanel</enum>
563
         </property>
564
         <property name="frameShadow">
565
          <enum>QFrame::Raised</enum>
566
         </property>
567
         <layout class="QGridLayout" name="gridLayout_5">
568
          <item row="1" column="0">
569
           <widget class="QLabel" name="label_3">
570
            <property name="text">
571
             <string>Total distance</string>
572
            </property>
573
           </widget>
574
          </item>
575
          <item row="1" column="1">
576
           <widget class="QLineEdit" name="edTotalDistance">
577
            <property name="readOnly">
578
             <bool>true</bool>
579
            </property>
580
           </widget>
581
          </item>
582
          <item row="1" column="2">
583
           <spacer name="horizontalSpacer">
584
            <property name="orientation">
585
             <enum>Qt::Horizontal</enum>
586
            </property>
587
            <property name="sizeHint" stdset="0">
588
             <size>
589
              <width>154</width>
590
              <height>20</height>
591
             </size>
592
            </property>
593
           </spacer>
594
          </item>
595
          <item row="1" column="3">
596
           <widget class="QLabel" name="label_9">
597
            <property name="text">
598
             <string>Distance of lap</string>
599
            </property>
600
           </widget>
601
          </item>
602
          <item row="1" column="4">
603
           <widget class="QLineEdit" name="edLapDistance"/>
604
          </item>
605
          <item row="2" column="0">
606
           <widget class="QLabel" name="label_5">
607
            <property name="text">
608
             <string>Total time</string>
609
            </property>
610
           </widget>
611
          </item>
612
          <item row="2" column="1">
613
           <widget class="QLineEdit" name="edTotalTime">
614
            <property name="readOnly">
615
             <bool>true</bool>
616
            </property>
617
           </widget>
618
          </item>
619
          <item row="2" column="2">
620
           <spacer name="horizontalSpacer_2">
621
            <property name="orientation">
622
             <enum>Qt::Horizontal</enum>
623
            </property>
624
            <property name="sizeHint" stdset="0">
625
             <size>
626
              <width>154</width>
627
              <height>20</height>
628
             </size>
629
            </property>
630
           </spacer>
631
          </item>
632
          <item row="2" column="3">
633
           <widget class="QLabel" name="label_10">
634
            <property name="text">
635
             <string>Time of lap</string>
636
            </property>
637
           </widget>
638
          </item>
639
          <item row="2" column="4">
640
           <widget class="QLineEdit" name="edLapTime"/>
641
          </item>
642
          <item row="3" column="0">
643
           <widget class="QLabel" name="label_6">
644
            <property name="text">
645
             <string>Average speed</string>
646
            </property>
647
           </widget>
648
          </item>
649
          <item row="3" column="1">
650
           <widget class="QLineEdit" name="edAvgSpeed">
651
            <property name="readOnly">
652
             <bool>true</bool>
653
            </property>
654
           </widget>
655
          </item>
656
          <item row="3" column="2">
657
           <spacer name="horizontalSpacer_3">
658
            <property name="orientation">
659
             <enum>Qt::Horizontal</enum>
660
            </property>
661
            <property name="sizeHint" stdset="0">
662
             <size>
663
              <width>154</width>
664
              <height>20</height>
665
             </size>
666
            </property>
667
           </spacer>
668
          </item>
669
          <item row="3" column="3">
670
           <widget class="QLabel" name="label_11">
671
            <property name="text">
672
             <string>Average speed of lap</string>
673
            </property>
674
           </widget>
675
          </item>
676
          <item row="3" column="4">
677
           <widget class="QLineEdit" name="edLapSpeed"/>
678
          </item>
679
          <item row="4" column="0">
680
           <widget class="QLabel" name="label_7">
681
            <property name="text">
682
             <string>Total height</string>
683
            </property>
684
           </widget>
685
          </item>
686
          <item row="4" column="1">
687
           <widget class="QLineEdit" name="edTotalHeight">
688
            <property name="readOnly">
689
             <bool>true</bool>
690
            </property>
691
           </widget>
692
          </item>
693
          <item row="4" column="2">
694
           <spacer name="horizontalSpacer_4">
695
            <property name="orientation">
696
             <enum>Qt::Horizontal</enum>
697
            </property>
698
            <property name="sizeHint" stdset="0">
699
             <size>
700
              <width>154</width>
701
              <height>20</height>
702
             </size>
703
            </property>
704
           </spacer>
705
          </item>
706
          <item row="4" column="3">
707
           <widget class="QLabel" name="label_12">
708
            <property name="text">
709
             <string>Total height of lap</string>
710
            </property>
711
           </widget>
712
          </item>
713
          <item row="4" column="4">
714
           <widget class="QLineEdit" name="edLapHeight"/>
715
          </item>
716
          <item row="5" column="0">
717
           <widget class="QLabel" name="label_8">
718
            <property name="text">
719
             <string>Average heart rate</string>
720
            </property>
721
           </widget>
722
          </item>
723
          <item row="5" column="1">
724
           <widget class="QLineEdit" name="edAvgHR">
725
            <property name="readOnly">
726
             <bool>true</bool>
727
            </property>
728
           </widget>
729
          </item>
730
          <item row="5" column="2">
731
           <spacer name="horizontalSpacer_5">
732
            <property name="orientation">
733
             <enum>Qt::Horizontal</enum>
734
            </property>
735
            <property name="sizeHint" stdset="0">
736
             <size>
737
              <width>154</width>
738
              <height>20</height>
739
             </size>
740
            </property>
741
           </spacer>
742
          </item>
743
          <item row="5" column="3">
744
           <widget class="QLabel" name="label_13">
745
            <property name="text">
746
             <string>Average heart rate of lap</string>
747
            </property>
748
           </widget>
749
          </item>
750
          <item row="5" column="4">
751
           <widget class="QLineEdit" name="edLapHR"/>
752
          </item>
753
          <item row="0" column="0">
754
           <widget class="QLabel" name="label_14">
755
            <property name="text">
756
             <string>Number laps</string>
757
            </property>
758
           </widget>
759
          </item>
760
          <item row="0" column="1">
761
           <widget class="QLineEdit" name="edLapNumber"/>
762
          </item>
763
          <item row="0" column="2">
764
           <spacer name="horizontalSpacer_6">
765
            <property name="orientation">
766
             <enum>Qt::Horizontal</enum>
767
            </property>
768
            <property name="sizeHint" stdset="0">
769
             <size>
770
              <width>40</width>
771
              <height>20</height>
772
             </size>
773
            </property>
774
           </spacer>
775
          </item>
776
          <item row="0" column="3">
777
           <widget class="QLabel" name="label_15">
778
            <property name="text">
779
             <string>Actual lap number</string>
780
            </property>
781
           </widget>
782
          </item>
783
          <item row="0" column="4">
784
           <widget class="QLineEdit" name="edActLap"/>
785
          </item>
786
         </layout>
787
        </widget>
788
       </item>
789
      </layout>
790
     </widget>
245 andreas 791
    </widget>
792
   </item>
793
  </layout>
794
 </widget>
795
 <layoutdefault spacing="6" margin="11"/>
796
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
797
 <customwidgets>
798
  <customwidget>
799
   <class>KComboBox</class>
800
   <extends>QComboBox</extends>
801
   <header>kcombobox.h</header>
802
  </customwidget>
803
  <customwidget>
804
   <class>KPushButton</class>
805
   <extends>QPushButton</extends>
806
   <header>kpushbutton.h</header>
807
  </customwidget>
808
  <customwidget>
809
   <class>Q3Frame</class>
810
   <extends>QFrame</extends>
811
   <header>Qt3Support/Q3Frame</header>
812
   <container>1</container>
813
  </customwidget>
814
  <customwidget>
815
   <class>Q3ListView</class>
816
   <extends>Q3Frame</extends>
817
   <header>q3listview.h</header>
818
  </customwidget>
819
  <customwidget>
820
   <class>K3ListView</class>
821
   <extends>Q3ListView</extends>
822
   <header>k3listview.h</header>
823
  </customwidget>
824
 </customwidgets>
825
 <tabstops>
826
  <tabstop>btHand</tabstop>
827
 </tabstops>
828
 <includes>
829
  <include location="local">K3ListView</include>
830
  <include location="local">kcombobox.h</include>
831
 </includes>
832
 <resources/>
833
 <connections>
834
  <connection>
835
   <sender>liLaps</sender>
836
   <signal>clicked(Q3ListViewItem*)</signal>
837
   <receiver>sportwatcherWidgetBase</receiver>
838
   <slot>liLapsSlot(Q3ListViewItem*)</slot>
839
   <hints>
840
    <hint type="sourcelabel">
248 andreas 841
     <x>450</x>
842
     <y>145</y>
245 andreas 843
    </hint>
844
    <hint type="destinationlabel">
845
     <x>20</x>
846
     <y>20</y>
847
    </hint>
848
   </hints>
849
  </connection>
850
  <connection>
851
   <sender>btHand</sender>
852
   <signal>clicked()</signal>
853
   <receiver>sportwatcherWidgetBase</receiver>
854
   <slot>btHandSlot()</slot>
855
   <hints>
856
    <hint type="sourcelabel">
248 andreas 857
     <x>431</x>
858
     <y>346</y>
245 andreas 859
    </hint>
860
    <hint type="destinationlabel">
861
     <x>20</x>
862
     <y>20</y>
863
    </hint>
864
   </hints>
865
  </connection>
866
  <connection>
867
   <sender>btFlag</sender>
868
   <signal>clicked()</signal>
869
   <receiver>sportwatcherWidgetBase</receiver>
870
   <slot>btFlagSlot()</slot>
871
   <hints>
872
    <hint type="sourcelabel">
248 andreas 873
     <x>515</x>
874
     <y>346</y>
245 andreas 875
    </hint>
876
    <hint type="destinationlabel">
877
     <x>20</x>
878
     <y>20</y>
879
    </hint>
880
   </hints>
881
  </connection>
882
  <connection>
883
   <sender>btFullscreen</sender>
884
   <signal>clicked()</signal>
885
   <receiver>sportwatcherWidgetBase</receiver>
886
   <slot>btFullscreenSlot()</slot>
887
   <hints>
888
    <hint type="sourcelabel">
248 andreas 889
     <x>813</x>
890
     <y>346</y>
245 andreas 891
    </hint>
892
    <hint type="destinationlabel">
893
     <x>20</x>
894
     <y>20</y>
895
    </hint>
896
   </hints>
897
  </connection>
898
  <connection>
899
   <sender>btGlas</sender>
900
   <signal>clicked()</signal>
901
   <receiver>sportwatcherWidgetBase</receiver>
902
   <slot>btGlasSlot()</slot>
903
   <hints>
904
    <hint type="sourcelabel">
248 andreas 905
     <x>473</x>
906
     <y>346</y>
245 andreas 907
    </hint>
908
    <hint type="destinationlabel">
909
     <x>20</x>
910
     <y>20</y>
911
    </hint>
912
   </hints>
913
  </connection>
914
  <connection>
915
   <sender>btGlasMinus</sender>
916
   <signal>clicked()</signal>
917
   <receiver>sportwatcherWidgetBase</receiver>
918
   <slot>btGlasMinusSlot()</slot>
919
   <hints>
920
    <hint type="sourcelabel">
248 andreas 921
     <x>771</x>
922
     <y>346</y>
245 andreas 923
    </hint>
924
    <hint type="destinationlabel">
925
     <x>20</x>
926
     <y>20</y>
927
    </hint>
928
   </hints>
929
  </connection>
930
  <connection>
931
   <sender>btGlasPlus</sender>
932
   <signal>clicked()</signal>
933
   <receiver>sportwatcherWidgetBase</receiver>
934
   <slot>btGlasPlusSlot()</slot>
935
   <hints>
936
    <hint type="sourcelabel">
248 andreas 937
     <x>729</x>
938
     <y>346</y>
245 andreas 939
    </hint>
940
    <hint type="destinationlabel">
941
     <x>20</x>
942
     <y>20</y>
943
    </hint>
944
   </hints>
945
  </connection>
946
  <connection>
947
   <sender>kcbCurveTypes</sender>
948
   <signal>currentIndexChanged(int)</signal>
949
   <receiver>sportwatcherWidgetBase</receiver>
950
   <slot>kcbCurveSlot(int)</slot>
951
   <hints>
952
    <hint type="sourcelabel">
248 andreas 953
     <x>687</x>
954
     <y>528</y>
245 andreas 955
    </hint>
956
    <hint type="destinationlabel">
957
     <x>838</x>
958
     <y>403</y>
959
    </hint>
960
   </hints>
961
  </connection>
246 andreas 962
  <connection>
963
   <sender>liActivities</sender>
964
   <signal>itemClicked(QTreeWidgetItem*,int)</signal>
965
   <receiver>sportwatcherWidgetBase</receiver>
966
   <slot>liActivitiesSlot(QTreeWidgetItem*,int)</slot>
967
   <hints>
968
    <hint type="sourcelabel">
969
     <x>76</x>
970
     <y>131</y>
971
    </hint>
972
    <hint type="destinationlabel">
973
     <x>1</x>
974
     <y>185</y>
975
    </hint>
976
   </hints>
977
  </connection>
248 andreas 978
  <connection>
979
   <sender>tabView</sender>
980
   <signal>currentChanged(int)</signal>
981
   <receiver>sportwatcherWidgetBase</receiver>
982
   <slot>tabViewSlot(int)</slot>
983
   <hints>
984
    <hint type="sourcelabel">
985
     <x>989</x>
986
     <y>27</y>
987
    </hint>
988
    <hint type="destinationlabel">
989
     <x>1006</x>
990
     <y>26</y>
991
    </hint>
992
   </hints>
993
  </connection>
245 andreas 994
 </connections>
995
 <slots>
996
  <slot>kcbCurveSlot(int)</slot>
246 andreas 997
  <slot>liActivitiesSlot(QTreeWidgetItem*,int)</slot>
248 andreas 998
  <slot>tabViewSlot(int)</slot>
245 andreas 999
 </slots>
232 andreas 1000
</ui>