Subversion Repositories public

Rev

Rev 248 | 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>
250 andreas 76
         <property name="minimumSize">
77
          <size>
78
           <width>400</width>
79
           <height>0</height>
80
          </size>
81
         </property>
248 andreas 82
         <column>
83
          <property name="text">
84
           <string>Name</string>
85
          </property>
86
          <property name="clickable">
87
           <bool>true</bool>
88
          </property>
89
          <property name="resizable">
90
           <bool>true</bool>
91
          </property>
92
         </column>
93
         <column>
94
          <property name="text">
95
           <string>Distance</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>Elapsed Time</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>Avg Pace</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 Speed</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>Max 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>Calories</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>Avg Heart Rate</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>Max 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>Avg Cadence</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>Ascent</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>Descent</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
        </widget>
215
       </item>
216
       <item row="1" column="0">
217
        <spacer name="spacer5">
218
         <property name="orientation">
219
          <enum>Qt::Horizontal</enum>
220
         </property>
221
         <property name="sizeType">
222
          <enum>QSizePolicy::Expanding</enum>
223
         </property>
224
         <property name="sizeHint" stdset="0">
225
          <size>
226
           <width>58</width>
227
           <height>22</height>
228
          </size>
229
         </property>
230
        </spacer>
231
       </item>
232
       <item row="1" column="1">
233
        <widget class="KPushButton" name="btHand">
234
         <property name="sizePolicy">
235
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
236
           <horstretch>0</horstretch>
237
           <verstretch>0</verstretch>
238
          </sizepolicy>
239
         </property>
240
         <property name="text">
241
          <string/>
242
         </property>
243
        </widget>
244
       </item>
245
       <item row="1" column="2">
246
        <widget class="KPushButton" name="btGlas">
247
         <property name="sizePolicy">
248
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
249
           <horstretch>0</horstretch>
250
           <verstretch>0</verstretch>
251
          </sizepolicy>
252
         </property>
253
         <property name="text">
254
          <string/>
255
         </property>
256
        </widget>
257
       </item>
258
       <item row="1" column="3">
259
        <widget class="KPushButton" name="btFlag">
260
         <property name="sizePolicy">
261
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
262
           <horstretch>0</horstretch>
263
           <verstretch>0</verstretch>
264
          </sizepolicy>
265
         </property>
266
         <property name="text">
267
          <string/>
268
         </property>
269
        </widget>
270
       </item>
271
       <item row="1" column="4">
272
        <spacer name="spacer6">
273
         <property name="orientation">
274
          <enum>Qt::Horizontal</enum>
275
         </property>
276
         <property name="sizeType">
277
          <enum>QSizePolicy::Expanding</enum>
278
         </property>
279
         <property name="sizeHint" stdset="0">
280
          <size>
281
           <width>57</width>
282
           <height>22</height>
283
          </size>
284
         </property>
285
        </spacer>
286
       </item>
287
       <item row="1" column="5">
288
        <widget class="KPushButton" name="btGlasPlus">
289
         <property name="sizePolicy">
290
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
291
           <horstretch>0</horstretch>
292
           <verstretch>0</verstretch>
293
          </sizepolicy>
294
         </property>
295
         <property name="text">
296
          <string/>
297
         </property>
298
        </widget>
299
       </item>
300
       <item row="1" column="6">
301
        <widget class="KPushButton" name="btGlasMinus">
302
         <property name="sizePolicy">
303
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
304
           <horstretch>0</horstretch>
305
           <verstretch>0</verstretch>
306
          </sizepolicy>
307
         </property>
308
         <property name="text">
309
          <string/>
310
         </property>
311
        </widget>
312
       </item>
313
       <item row="1" column="7">
314
        <widget class="KPushButton" name="btFullscreen">
315
         <property name="sizePolicy">
316
          <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
317
           <horstretch>0</horstretch>
318
           <verstretch>0</verstretch>
319
          </sizepolicy>
320
         </property>
321
         <property name="text">
322
          <string/>
323
         </property>
324
        </widget>
325
       </item>
326
       <item row="1" column="8">
327
        <spacer name="spacer7">
328
         <property name="orientation">
329
          <enum>Qt::Horizontal</enum>
330
         </property>
331
         <property name="sizeType">
332
          <enum>QSizePolicy::Expanding</enum>
333
         </property>
334
         <property name="sizeHint" stdset="0">
335
          <size>
336
           <width>114</width>
337
           <height>22</height>
338
          </size>
339
         </property>
340
        </spacer>
341
       </item>
342
       <item row="2" column="0" colspan="9">
343
        <widget class="QLabel" name="imgMap">
344
         <property name="minimumSize">
345
          <size>
250 andreas 346
           <width>400</width>
248 andreas 347
           <height>150</height>
348
          </size>
349
         </property>
350
         <property name="frameShape">
351
          <enum>QFrame::StyledPanel</enum>
352
         </property>
353
         <property name="frameShadow">
354
          <enum>QFrame::Sunken</enum>
355
         </property>
356
         <property name="scaledContents">
357
          <bool>true</bool>
358
         </property>
359
         <property name="wordWrap">
360
          <bool>false</bool>
361
         </property>
362
        </widget>
363
       </item>
364
       <item row="3" column="2" colspan="3">
365
        <widget class="KComboBox" name="kcbCurveTypes">
366
         <item>
367
          <property name="text">
368
           <string>Altitude &amp; heart rate</string>
369
          </property>
370
         </item>
371
         <item>
372
          <property name="text">
373
           <string>Speed &amp; heart rate</string>
374
          </property>
375
         </item>
376
         <item>
377
          <property name="text">
378
           <string>Altitude &amp; speed</string>
379
          </property>
380
         </item>
381
        </widget>
382
       </item>
383
       <item row="4" column="0" colspan="9">
384
        <widget class="QLabel" name="imgProfile">
385
         <property name="minimumSize">
386
          <size>
250 andreas 387
           <width>400</width>
248 andreas 388
           <height>150</height>
389
          </size>
390
         </property>
391
         <property name="frameShape">
392
          <enum>QFrame::StyledPanel</enum>
393
         </property>
394
         <property name="frameShadow">
395
          <enum>QFrame::Sunken</enum>
396
         </property>
397
         <property name="scaledContents">
398
          <bool>true</bool>
399
         </property>
400
         <property name="wordWrap">
401
          <bool>false</bool>
402
         </property>
403
        </widget>
404
       </item>
405
       <item row="3" column="5" colspan="4">
406
        <spacer name="spacer7_2">
407
         <property name="orientation">
408
          <enum>Qt::Horizontal</enum>
409
         </property>
410
         <property name="sizeType">
411
          <enum>QSizePolicy::Expanding</enum>
412
         </property>
413
         <property name="sizeHint" stdset="0">
414
          <size>
415
           <width>108</width>
416
           <height>17</height>
417
          </size>
418
         </property>
419
        </spacer>
420
       </item>
421
       <item row="3" column="0" colspan="2">
422
        <spacer name="spacer6_2">
423
         <property name="orientation">
424
          <enum>Qt::Horizontal</enum>
425
         </property>
426
         <property name="sizeType">
427
          <enum>QSizePolicy::Expanding</enum>
428
         </property>
429
         <property name="sizeHint" stdset="0">
430
          <size>
431
           <width>40</width>
432
           <height>20</height>
433
          </size>
434
         </property>
435
        </spacer>
436
       </item>
437
      </layout>
438
     </widget>
439
     <widget class="QWidget" name="tabMap">
440
      <attribute name="title">
441
       <string>Map</string>
442
      </attribute>
443
      <layout class="QGridLayout" name="gridLayout_3">
444
       <item row="0" column="0">
445
        <widget class="QLabel" name="grMap">
446
         <property name="frameShape">
447
          <enum>QFrame::Panel</enum>
448
         </property>
449
         <property name="frameShadow">
450
          <enum>QFrame::Sunken</enum>
451
         </property>
452
         <property name="text">
453
          <string/>
454
         </property>
455
        </widget>
456
       </item>
457
      </layout>
458
     </widget>
459
     <widget class="QWidget" name="tabHR">
460
      <attribute name="title">
461
       <string>HR / Speed</string>
462
      </attribute>
463
      <layout class="QGridLayout" name="gridLayout_4">
464
       <item row="0" column="0">
465
        <widget class="QLabel" name="label_4">
466
         <property name="text">
467
          <string>Heart rate</string>
468
         </property>
469
        </widget>
470
       </item>
250 andreas 471
       <item row="2" column="0">
248 andreas 472
        <widget class="QLabel" name="label_2">
473
         <property name="text">
474
          <string>Elevation</string>
475
         </property>
476
        </widget>
477
       </item>
250 andreas 478
       <item row="4" column="0">
248 andreas 479
        <widget class="QLabel" name="label">
480
         <property name="text">
481
          <string>Speed</string>
482
         </property>
483
        </widget>
484
       </item>
485
       <item row="1" column="0">
250 andreas 486
        <widget class="QLabel" name="grHR">
487
         <property name="sizePolicy">
488
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
489
           <horstretch>0</horstretch>
490
           <verstretch>0</verstretch>
491
          </sizepolicy>
492
         </property>
493
         <property name="minimumSize">
494
          <size>
495
           <width>400</width>
496
           <height>180</height>
497
          </size>
498
         </property>
499
         <property name="frameShape">
500
          <enum>QFrame::Panel</enum>
501
         </property>
502
         <property name="frameShadow">
503
          <enum>QFrame::Sunken</enum>
504
         </property>
505
         <property name="text">
506
          <string/>
507
         </property>
508
        </widget>
248 andreas 509
       </item>
250 andreas 510
       <item row="3" column="0">
511
        <widget class="QLabel" name="grElevation">
512
         <property name="sizePolicy">
513
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
514
           <horstretch>0</horstretch>
515
           <verstretch>0</verstretch>
516
          </sizepolicy>
517
         </property>
518
         <property name="minimumSize">
519
          <size>
520
           <width>400</width>
521
           <height>180</height>
522
          </size>
523
         </property>
524
         <property name="frameShape">
525
          <enum>QFrame::Panel</enum>
526
         </property>
527
         <property name="frameShadow">
528
          <enum>QFrame::Sunken</enum>
529
         </property>
530
         <property name="text">
531
          <string/>
532
         </property>
533
        </widget>
248 andreas 534
       </item>
250 andreas 535
       <item row="5" column="0">
536
        <widget class="QLabel" name="grSpeed">
537
         <property name="sizePolicy">
538
          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
539
           <horstretch>0</horstretch>
540
           <verstretch>0</verstretch>
541
          </sizepolicy>
542
         </property>
543
         <property name="minimumSize">
544
          <size>
545
           <width>400</width>
546
           <height>180</height>
547
          </size>
548
         </property>
549
         <property name="frameShape">
550
          <enum>QFrame::Panel</enum>
551
         </property>
552
         <property name="frameShadow">
553
          <enum>QFrame::Sunken</enum>
554
         </property>
555
         <property name="text">
556
          <string/>
557
         </property>
558
        </widget>
248 andreas 559
       </item>
560
      </layout>
561
     </widget>
562
     <widget class="QWidget" name="tabLap">
563
      <attribute name="title">
564
       <string>Lap details</string>
565
      </attribute>
566
      <layout class="QGridLayout" name="gridLayout_6">
567
       <item row="0" column="0">
568
        <widget class="QTreeWidget" name="twLaps">
569
         <column>
570
          <property name="text">
571
           <string>Time</string>
572
          </property>
573
         </column>
574
         <column>
575
          <property name="text">
576
           <string>Distance</string>
577
          </property>
578
         </column>
579
         <column>
580
          <property name="text">
581
           <string>Tot. Distance</string>
582
          </property>
583
         </column>
584
         <column>
585
          <property name="text">
586
           <string>Pace</string>
587
          </property>
588
         </column>
589
         <column>
590
          <property name="text">
591
           <string>Avg. Pace</string>
592
          </property>
593
         </column>
594
         <column>
595
          <property name="text">
596
           <string>Avg. Speed</string>
597
          </property>
598
         </column>
599
         <column>
600
          <property name="text">
601
           <string>Max. Speed</string>
602
          </property>
603
         </column>
604
         <column>
605
          <property name="text">
606
           <string>Calories</string>
607
          </property>
608
         </column>
609
         <column>
610
          <property name="text">
611
           <string>Avg. heart rate</string>
612
          </property>
613
         </column>
614
         <column>
615
          <property name="text">
616
           <string>Max. heart rate</string>
617
          </property>
618
         </column>
619
         <column>
620
          <property name="text">
621
           <string>Avg. Cadence</string>
622
          </property>
623
         </column>
624
         <column>
625
          <property name="text">
626
           <string>Up</string>
627
          </property>
628
         </column>
629
        </widget>
630
       </item>
631
       <item row="1" column="0">
632
        <widget class="QFrame" name="frame">
633
         <property name="frameShape">
634
          <enum>QFrame::StyledPanel</enum>
635
         </property>
636
         <property name="frameShadow">
637
          <enum>QFrame::Raised</enum>
638
         </property>
639
         <layout class="QGridLayout" name="gridLayout_5">
640
          <item row="1" column="0">
641
           <widget class="QLabel" name="label_3">
642
            <property name="text">
643
             <string>Total distance</string>
644
            </property>
645
           </widget>
646
          </item>
647
          <item row="1" column="1">
648
           <widget class="QLineEdit" name="edTotalDistance">
649
            <property name="readOnly">
650
             <bool>true</bool>
651
            </property>
652
           </widget>
653
          </item>
654
          <item row="1" column="2">
655
           <spacer name="horizontalSpacer">
656
            <property name="orientation">
657
             <enum>Qt::Horizontal</enum>
658
            </property>
659
            <property name="sizeHint" stdset="0">
660
             <size>
661
              <width>154</width>
662
              <height>20</height>
663
             </size>
664
            </property>
665
           </spacer>
666
          </item>
667
          <item row="1" column="3">
668
           <widget class="QLabel" name="label_9">
669
            <property name="text">
670
             <string>Distance of lap</string>
671
            </property>
672
           </widget>
673
          </item>
674
          <item row="1" column="4">
675
           <widget class="QLineEdit" name="edLapDistance"/>
676
          </item>
677
          <item row="2" column="0">
678
           <widget class="QLabel" name="label_5">
679
            <property name="text">
680
             <string>Total time</string>
681
            </property>
682
           </widget>
683
          </item>
684
          <item row="2" column="1">
685
           <widget class="QLineEdit" name="edTotalTime">
686
            <property name="readOnly">
687
             <bool>true</bool>
688
            </property>
689
           </widget>
690
          </item>
691
          <item row="2" column="2">
692
           <spacer name="horizontalSpacer_2">
693
            <property name="orientation">
694
             <enum>Qt::Horizontal</enum>
695
            </property>
696
            <property name="sizeHint" stdset="0">
697
             <size>
698
              <width>154</width>
699
              <height>20</height>
700
             </size>
701
            </property>
702
           </spacer>
703
          </item>
704
          <item row="2" column="3">
705
           <widget class="QLabel" name="label_10">
706
            <property name="text">
707
             <string>Time of lap</string>
708
            </property>
709
           </widget>
710
          </item>
711
          <item row="2" column="4">
712
           <widget class="QLineEdit" name="edLapTime"/>
713
          </item>
714
          <item row="3" column="0">
715
           <widget class="QLabel" name="label_6">
716
            <property name="text">
717
             <string>Average speed</string>
718
            </property>
719
           </widget>
720
          </item>
721
          <item row="3" column="1">
722
           <widget class="QLineEdit" name="edAvgSpeed">
723
            <property name="readOnly">
724
             <bool>true</bool>
725
            </property>
726
           </widget>
727
          </item>
728
          <item row="3" column="2">
729
           <spacer name="horizontalSpacer_3">
730
            <property name="orientation">
731
             <enum>Qt::Horizontal</enum>
732
            </property>
733
            <property name="sizeHint" stdset="0">
734
             <size>
735
              <width>154</width>
736
              <height>20</height>
737
             </size>
738
            </property>
739
           </spacer>
740
          </item>
741
          <item row="3" column="3">
742
           <widget class="QLabel" name="label_11">
743
            <property name="text">
744
             <string>Average speed of lap</string>
745
            </property>
746
           </widget>
747
          </item>
748
          <item row="3" column="4">
749
           <widget class="QLineEdit" name="edLapSpeed"/>
750
          </item>
751
          <item row="4" column="0">
752
           <widget class="QLabel" name="label_7">
753
            <property name="text">
754
             <string>Total height</string>
755
            </property>
756
           </widget>
757
          </item>
758
          <item row="4" column="1">
759
           <widget class="QLineEdit" name="edTotalHeight">
760
            <property name="readOnly">
761
             <bool>true</bool>
762
            </property>
763
           </widget>
764
          </item>
765
          <item row="4" column="2">
766
           <spacer name="horizontalSpacer_4">
767
            <property name="orientation">
768
             <enum>Qt::Horizontal</enum>
769
            </property>
770
            <property name="sizeHint" stdset="0">
771
             <size>
772
              <width>154</width>
773
              <height>20</height>
774
             </size>
775
            </property>
776
           </spacer>
777
          </item>
778
          <item row="4" column="3">
779
           <widget class="QLabel" name="label_12">
780
            <property name="text">
781
             <string>Total height of lap</string>
782
            </property>
783
           </widget>
784
          </item>
785
          <item row="4" column="4">
786
           <widget class="QLineEdit" name="edLapHeight"/>
787
          </item>
788
          <item row="5" column="0">
789
           <widget class="QLabel" name="label_8">
790
            <property name="text">
791
             <string>Average heart rate</string>
792
            </property>
793
           </widget>
794
          </item>
795
          <item row="5" column="1">
796
           <widget class="QLineEdit" name="edAvgHR">
797
            <property name="readOnly">
798
             <bool>true</bool>
799
            </property>
800
           </widget>
801
          </item>
802
          <item row="5" column="2">
803
           <spacer name="horizontalSpacer_5">
804
            <property name="orientation">
805
             <enum>Qt::Horizontal</enum>
806
            </property>
807
            <property name="sizeHint" stdset="0">
808
             <size>
809
              <width>154</width>
810
              <height>20</height>
811
             </size>
812
            </property>
813
           </spacer>
814
          </item>
815
          <item row="5" column="3">
816
           <widget class="QLabel" name="label_13">
817
            <property name="text">
818
             <string>Average heart rate of lap</string>
819
            </property>
820
           </widget>
821
          </item>
822
          <item row="5" column="4">
823
           <widget class="QLineEdit" name="edLapHR"/>
824
          </item>
825
          <item row="0" column="0">
826
           <widget class="QLabel" name="label_14">
827
            <property name="text">
828
             <string>Number laps</string>
829
            </property>
830
           </widget>
831
          </item>
832
          <item row="0" column="1">
833
           <widget class="QLineEdit" name="edLapNumber"/>
834
          </item>
835
          <item row="0" column="2">
836
           <spacer name="horizontalSpacer_6">
837
            <property name="orientation">
838
             <enum>Qt::Horizontal</enum>
839
            </property>
840
            <property name="sizeHint" stdset="0">
841
             <size>
842
              <width>40</width>
843
              <height>20</height>
844
             </size>
845
            </property>
846
           </spacer>
847
          </item>
848
          <item row="0" column="3">
849
           <widget class="QLabel" name="label_15">
850
            <property name="text">
851
             <string>Actual lap number</string>
852
            </property>
853
           </widget>
854
          </item>
855
          <item row="0" column="4">
856
           <widget class="QLineEdit" name="edActLap"/>
857
          </item>
858
         </layout>
859
        </widget>
860
       </item>
861
      </layout>
862
     </widget>
245 andreas 863
    </widget>
864
   </item>
865
  </layout>
866
 </widget>
867
 <layoutdefault spacing="6" margin="11"/>
868
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
869
 <customwidgets>
870
  <customwidget>
871
   <class>KComboBox</class>
872
   <extends>QComboBox</extends>
873
   <header>kcombobox.h</header>
874
  </customwidget>
875
  <customwidget>
876
   <class>KPushButton</class>
877
   <extends>QPushButton</extends>
878
   <header>kpushbutton.h</header>
879
  </customwidget>
880
  <customwidget>
881
   <class>Q3Frame</class>
882
   <extends>QFrame</extends>
883
   <header>Qt3Support/Q3Frame</header>
884
   <container>1</container>
885
  </customwidget>
886
  <customwidget>
887
   <class>Q3ListView</class>
888
   <extends>Q3Frame</extends>
889
   <header>q3listview.h</header>
890
  </customwidget>
891
  <customwidget>
892
   <class>K3ListView</class>
893
   <extends>Q3ListView</extends>
894
   <header>k3listview.h</header>
895
  </customwidget>
896
 </customwidgets>
897
 <tabstops>
898
  <tabstop>btHand</tabstop>
899
 </tabstops>
900
 <includes>
901
  <include location="local">K3ListView</include>
902
  <include location="local">kcombobox.h</include>
903
 </includes>
904
 <resources/>
905
 <connections>
906
  <connection>
907
   <sender>liLaps</sender>
908
   <signal>clicked(Q3ListViewItem*)</signal>
909
   <receiver>sportwatcherWidgetBase</receiver>
910
   <slot>liLapsSlot(Q3ListViewItem*)</slot>
911
   <hints>
912
    <hint type="sourcelabel">
248 andreas 913
     <x>450</x>
914
     <y>145</y>
245 andreas 915
    </hint>
916
    <hint type="destinationlabel">
917
     <x>20</x>
918
     <y>20</y>
919
    </hint>
920
   </hints>
921
  </connection>
922
  <connection>
923
   <sender>btHand</sender>
924
   <signal>clicked()</signal>
925
   <receiver>sportwatcherWidgetBase</receiver>
926
   <slot>btHandSlot()</slot>
927
   <hints>
928
    <hint type="sourcelabel">
248 andreas 929
     <x>431</x>
930
     <y>346</y>
245 andreas 931
    </hint>
932
    <hint type="destinationlabel">
933
     <x>20</x>
934
     <y>20</y>
935
    </hint>
936
   </hints>
937
  </connection>
938
  <connection>
939
   <sender>btFlag</sender>
940
   <signal>clicked()</signal>
941
   <receiver>sportwatcherWidgetBase</receiver>
942
   <slot>btFlagSlot()</slot>
943
   <hints>
944
    <hint type="sourcelabel">
248 andreas 945
     <x>515</x>
946
     <y>346</y>
245 andreas 947
    </hint>
948
    <hint type="destinationlabel">
949
     <x>20</x>
950
     <y>20</y>
951
    </hint>
952
   </hints>
953
  </connection>
954
  <connection>
955
   <sender>btFullscreen</sender>
956
   <signal>clicked()</signal>
957
   <receiver>sportwatcherWidgetBase</receiver>
958
   <slot>btFullscreenSlot()</slot>
959
   <hints>
960
    <hint type="sourcelabel">
248 andreas 961
     <x>813</x>
962
     <y>346</y>
245 andreas 963
    </hint>
964
    <hint type="destinationlabel">
965
     <x>20</x>
966
     <y>20</y>
967
    </hint>
968
   </hints>
969
  </connection>
970
  <connection>
971
   <sender>btGlas</sender>
972
   <signal>clicked()</signal>
973
   <receiver>sportwatcherWidgetBase</receiver>
974
   <slot>btGlasSlot()</slot>
975
   <hints>
976
    <hint type="sourcelabel">
248 andreas 977
     <x>473</x>
978
     <y>346</y>
245 andreas 979
    </hint>
980
    <hint type="destinationlabel">
981
     <x>20</x>
982
     <y>20</y>
983
    </hint>
984
   </hints>
985
  </connection>
986
  <connection>
987
   <sender>btGlasMinus</sender>
988
   <signal>clicked()</signal>
989
   <receiver>sportwatcherWidgetBase</receiver>
990
   <slot>btGlasMinusSlot()</slot>
991
   <hints>
992
    <hint type="sourcelabel">
248 andreas 993
     <x>771</x>
994
     <y>346</y>
245 andreas 995
    </hint>
996
    <hint type="destinationlabel">
997
     <x>20</x>
998
     <y>20</y>
999
    </hint>
1000
   </hints>
1001
  </connection>
1002
  <connection>
1003
   <sender>btGlasPlus</sender>
1004
   <signal>clicked()</signal>
1005
   <receiver>sportwatcherWidgetBase</receiver>
1006
   <slot>btGlasPlusSlot()</slot>
1007
   <hints>
1008
    <hint type="sourcelabel">
248 andreas 1009
     <x>729</x>
1010
     <y>346</y>
245 andreas 1011
    </hint>
1012
    <hint type="destinationlabel">
1013
     <x>20</x>
1014
     <y>20</y>
1015
    </hint>
1016
   </hints>
1017
  </connection>
1018
  <connection>
1019
   <sender>kcbCurveTypes</sender>
1020
   <signal>currentIndexChanged(int)</signal>
1021
   <receiver>sportwatcherWidgetBase</receiver>
1022
   <slot>kcbCurveSlot(int)</slot>
1023
   <hints>
1024
    <hint type="sourcelabel">
248 andreas 1025
     <x>687</x>
1026
     <y>528</y>
245 andreas 1027
    </hint>
1028
    <hint type="destinationlabel">
1029
     <x>838</x>
1030
     <y>403</y>
1031
    </hint>
1032
   </hints>
1033
  </connection>
246 andreas 1034
  <connection>
1035
   <sender>liActivities</sender>
1036
   <signal>itemClicked(QTreeWidgetItem*,int)</signal>
1037
   <receiver>sportwatcherWidgetBase</receiver>
1038
   <slot>liActivitiesSlot(QTreeWidgetItem*,int)</slot>
1039
   <hints>
1040
    <hint type="sourcelabel">
1041
     <x>76</x>
1042
     <y>131</y>
1043
    </hint>
1044
    <hint type="destinationlabel">
1045
     <x>1</x>
1046
     <y>185</y>
1047
    </hint>
1048
   </hints>
1049
  </connection>
248 andreas 1050
  <connection>
1051
   <sender>tabView</sender>
1052
   <signal>currentChanged(int)</signal>
1053
   <receiver>sportwatcherWidgetBase</receiver>
1054
   <slot>tabViewSlot(int)</slot>
1055
   <hints>
1056
    <hint type="sourcelabel">
1057
     <x>989</x>
1058
     <y>27</y>
1059
    </hint>
1060
    <hint type="destinationlabel">
1061
     <x>1006</x>
1062
     <y>26</y>
1063
    </hint>
1064
   </hints>
1065
  </connection>
245 andreas 1066
 </connections>
1067
 <slots>
1068
  <slot>kcbCurveSlot(int)</slot>
246 andreas 1069
  <slot>liActivitiesSlot(QTreeWidgetItem*,int)</slot>
248 andreas 1070
  <slot>tabViewSlot(int)</slot>
245 andreas 1071
 </slots>
232 andreas 1072
</ui>