Subversion Repositories public

Rev

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

Rev Author Line No. Line
232 andreas 1
<?xml version = '1.0' encoding = 'UTF-8'?>
2
<ui version="4.0" >
3
  <author>Andreas Theofilu &lt;andreas@theosys.at></author>
4
  <comment>Main window of SportWatcher</comment>
5
  <class>sportwatcherWidgetBase</class>
6
  <widget class="QMainWindow" name="sportwatcherWidgetBase" >
7
    <property name="geometry" >
8
      <rect>
9
        <x>0</x>
10
        <y>0</y>
11
        <width>606</width>
12
        <height>559</height>
13
      </rect>
88 andreas 14
    </property>
232 andreas 15
    <property name="windowTitle" >
16
      <string>SportWatcher</string>
17
    </property>
18
    <property name="locale" >
19
      <locale language="English" country="UnitedStates" />
20
    </property>
21
    <widget class="QWidget" name="widget" >
22
      <property name="geometry" >
88 andreas 23
        <rect>
232 andreas 24
          <x>0</x>
25
          <y>55</y>
26
          <width>606</width>
27
          <height>504</height>
88 andreas 28
        </rect>
232 andreas 29
      </property>
30
      <layout class="QGridLayout" >
31
        <item row="1" column="8" >
32
          <spacer name="spacer8" >
33
            <property name="orientation" >
34
              <enum>Qt::Horizontal</enum>
88 andreas 35
            </property>
232 andreas 36
            <property name="sizeType" >
37
              <enum>QSizePolicy::Expanding</enum>
88 andreas 38
            </property>
232 andreas 39
            <property name="sizeHint" stdset="0" >
40
              <size>
41
                <width>20</width>
42
                <height>20</height>
43
              </size>
88 andreas 44
            </property>
232 andreas 45
          </spacer>
46
        </item>
47
        <item row="1" column="10" >
48
          <spacer name="spacer9" >
49
            <property name="orientation" >
50
              <enum>Qt::Horizontal</enum>
88 andreas 51
            </property>
232 andreas 52
            <property name="sizeType" >
53
              <enum>QSizePolicy::Expanding</enum>
88 andreas 54
            </property>
232 andreas 55
            <property name="sizeHint" stdset="0" >
56
              <size>
57
                <width>20</width>
58
                <height>20</height>
59
              </size>
88 andreas 60
            </property>
232 andreas 61
          </spacer>
62
        </item>
63
        <item row="1" column="2" >
64
          <spacer name="spacer5" >
65
            <property name="orientation" >
66
              <enum>Qt::Horizontal</enum>
88 andreas 67
            </property>
232 andreas 68
            <property name="sizeType" >
69
              <enum>QSizePolicy::Expanding</enum>
88 andreas 70
            </property>
232 andreas 71
            <property name="sizeHint" stdset="0" >
72
              <size>
73
                <width>90</width>
74
                <height>20</height>
75
              </size>
88 andreas 76
            </property>
232 andreas 77
          </spacer>
78
        </item>
79
        <item row="1" column="6" >
80
          <spacer name="spacer6" >
81
            <property name="orientation" >
82
              <enum>Qt::Horizontal</enum>
88 andreas 83
            </property>
232 andreas 84
            <property name="sizeType" >
85
              <enum>QSizePolicy::Expanding</enum>
88 andreas 86
            </property>
232 andreas 87
            <property name="sizeHint" stdset="0" >
88
              <size>
89
                <width>40</width>
90
                <height>20</height>
91
              </size>
88 andreas 92
            </property>
232 andreas 93
          </spacer>
94
        </item>
95
        <item row="0" column="2" colspan="11" >
96
          <widget class="K3ListView" name="liLaps" >
97
            <property name="sizePolicy" >
98
              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
99
                <horstretch>0</horstretch>
100
                <verstretch>0</verstretch>
101
              </sizepolicy>
88 andreas 102
            </property>
103
            <column>
232 andreas 104
              <property name="text" >
105
                <string>Name</string>
106
              </property>
107
              <property name="clickable" >
108
                <bool>true</bool>
109
              </property>
110
              <property name="resizable" >
111
                <bool>true</bool>
112
              </property>
88 andreas 113
            </column>
114
            <column>
232 andreas 115
              <property name="text" >
116
                <string>Distance</string>
117
              </property>
118
              <property name="clickable" >
119
                <bool>true</bool>
120
              </property>
121
              <property name="resizable" >
122
                <bool>true</bool>
123
              </property>
88 andreas 124
            </column>
125
            <column>
232 andreas 126
              <property name="text" >
127
                <string>Elapsed Time</string>
128
              </property>
129
              <property name="clickable" >
130
                <bool>true</bool>
131
              </property>
132
              <property name="resizable" >
133
                <bool>true</bool>
134
              </property>
88 andreas 135
            </column>
136
            <column>
232 andreas 137
              <property name="text" >
138
                <string>Avg Pace</string>
139
              </property>
140
              <property name="clickable" >
141
                <bool>true</bool>
142
              </property>
143
              <property name="resizable" >
144
                <bool>true</bool>
145
              </property>
88 andreas 146
            </column>
147
            <column>
232 andreas 148
              <property name="text" >
149
                <string>Avg Speed</string>
150
              </property>
151
              <property name="clickable" >
152
                <bool>true</bool>
153
              </property>
154
              <property name="resizable" >
155
                <bool>true</bool>
156
              </property>
88 andreas 157
            </column>
158
            <column>
232 andreas 159
              <property name="text" >
160
                <string>Max Speed</string>
161
              </property>
162
              <property name="clickable" >
163
                <bool>true</bool>
164
              </property>
165
              <property name="resizable" >
166
                <bool>true</bool>
167
              </property>
88 andreas 168
            </column>
169
            <column>
232 andreas 170
              <property name="text" >
171
                <string>Calories</string>
172
              </property>
173
              <property name="clickable" >
174
                <bool>true</bool>
175
              </property>
176
              <property name="resizable" >
177
                <bool>true</bool>
178
              </property>
88 andreas 179
            </column>
180
            <column>
232 andreas 181
              <property name="text" >
182
                <string>Avg Heart Rate</string>
183
              </property>
184
              <property name="clickable" >
185
                <bool>true</bool>
186
              </property>
187
              <property name="resizable" >
188
                <bool>true</bool>
189
              </property>
88 andreas 190
            </column>
191
            <column>
232 andreas 192
              <property name="text" >
193
                <string>Max Heart Rate</string>
194
              </property>
195
              <property name="clickable" >
196
                <bool>true</bool>
197
              </property>
198
              <property name="resizable" >
199
                <bool>true</bool>
200
              </property>
88 andreas 201
            </column>
202
            <column>
232 andreas 203
              <property name="text" >
204
                <string>Avg Cadence</string>
205
              </property>
206
              <property name="clickable" >
207
                <bool>true</bool>
208
              </property>
209
              <property name="resizable" >
210
                <bool>true</bool>
211
              </property>
88 andreas 212
            </column>
213
            <column>
232 andreas 214
              <property name="text" >
215
                <string>Ascent</string>
216
              </property>
217
              <property name="clickable" >
218
                <bool>true</bool>
219
              </property>
220
              <property name="resizable" >
221
                <bool>true</bool>
222
              </property>
88 andreas 223
            </column>
224
            <column>
232 andreas 225
              <property name="text" >
226
                <string>Descent</string>
227
              </property>
228
              <property name="clickable" >
229
                <bool>true</bool>
230
              </property>
231
              <property name="resizable" >
232
                <bool>true</bool>
233
              </property>
88 andreas 234
            </column>
232 andreas 235
          </widget>
236
        </item>
237
        <item row="1" column="12" >
238
          <spacer name="spacer7" >
239
            <property name="orientation" >
240
              <enum>Qt::Horizontal</enum>
88 andreas 241
            </property>
232 andreas 242
            <property name="sizeType" >
243
              <enum>QSizePolicy::Expanding</enum>
88 andreas 244
            </property>
232 andreas 245
            <property name="sizeHint" stdset="0" >
246
              <size>
247
                <width>90</width>
248
                <height>20</height>
249
              </size>
88 andreas 250
            </property>
232 andreas 251
          </spacer>
252
        </item>
253
        <item row="1" column="3" >
254
          <widget class="KPushButton" name="btHand" >
255
            <property name="sizePolicy" >
256
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
257
                <horstretch>0</horstretch>
258
                <verstretch>0</verstretch>
259
              </sizepolicy>
88 andreas 260
            </property>
232 andreas 261
            <property name="text" >
262
              <string/>
88 andreas 263
            </property>
232 andreas 264
            <property name="icon" >
265
              <iconset>
266
                <normaloff>hand.png</normaloff>hand.png</iconset>
88 andreas 267
            </property>
232 andreas 268
          </widget>
269
        </item>
270
        <item row="1" column="4" >
271
          <widget class="KPushButton" name="btGlas" >
272
            <property name="sizePolicy" >
273
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
274
                <horstretch>0</horstretch>
275
                <verstretch>0</verstretch>
276
              </sizepolicy>
88 andreas 277
            </property>
232 andreas 278
            <property name="text" >
279
              <string/>
88 andreas 280
            </property>
232 andreas 281
            <property name="icon" >
282
              <iconset>
283
                <normaloff>glas.png</normaloff>glas.png</iconset>
88 andreas 284
            </property>
232 andreas 285
          </widget>
286
        </item>
287
        <item row="1" column="5" >
288
          <widget class="KPushButton" name="btFlag" >
289
            <property name="sizePolicy" >
290
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
291
                <horstretch>0</horstretch>
292
                <verstretch>0</verstretch>
293
              </sizepolicy>
88 andreas 294
            </property>
232 andreas 295
            <property name="text" >
296
              <string/>
88 andreas 297
            </property>
232 andreas 298
            <property name="icon" >
299
              <iconset>
300
                <normaloff>flag.png</normaloff>flag.png</iconset>
88 andreas 301
            </property>
232 andreas 302
          </widget>
303
        </item>
304
        <item row="1" column="7" >
305
          <widget class="KPushButton" name="btGlasPlus" >
306
            <property name="sizePolicy" >
307
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
308
                <horstretch>0</horstretch>
309
                <verstretch>0</verstretch>
310
              </sizepolicy>
88 andreas 311
            </property>
232 andreas 312
            <property name="text" >
313
              <string/>
88 andreas 314
            </property>
232 andreas 315
            <property name="icon" >
316
              <iconset>
317
                <normaloff>glas_plus.png</normaloff>glas_plus.png</iconset>
88 andreas 318
            </property>
232 andreas 319
          </widget>
320
        </item>
321
        <item row="1" column="9" >
322
          <widget class="KPushButton" name="btGlasMinus" >
323
            <property name="sizePolicy" >
324
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
325
                <horstretch>0</horstretch>
326
                <verstretch>0</verstretch>
327
              </sizepolicy>
88 andreas 328
            </property>
232 andreas 329
            <property name="text" >
330
              <string/>
88 andreas 331
            </property>
232 andreas 332
            <property name="icon" >
333
              <iconset>
334
                <normaloff>glas_minus.png</normaloff>glas_minus.png</iconset>
88 andreas 335
            </property>
232 andreas 336
          </widget>
337
        </item>
338
        <item row="1" column="11" >
339
          <widget class="KPushButton" name="btFullscreen" >
340
            <property name="sizePolicy" >
341
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
342
                <horstretch>0</horstretch>
343
                <verstretch>0</verstretch>
344
              </sizepolicy>
88 andreas 345
            </property>
232 andreas 346
            <property name="text" >
347
              <string/>
88 andreas 348
            </property>
232 andreas 349
            <property name="icon" >
350
              <iconset>
351
                <normaloff>fullscreen.png</normaloff>fullscreen.png</iconset>
88 andreas 352
            </property>
232 andreas 353
          </widget>
354
        </item>
355
        <item row="2" column="2" colspan="11" >
356
          <widget class="QLabel" name="imgMap" >
357
            <property name="minimumSize" >
358
              <size>
359
                <width>100</width>
360
                <height>150</height>
361
              </size>
88 andreas 362
            </property>
232 andreas 363
            <property name="frameShape" >
364
              <enum>QFrame::StyledPanel</enum>
88 andreas 365
            </property>
232 andreas 366
            <property name="frameShadow" >
367
              <enum>QFrame::Sunken</enum>
88 andreas 368
            </property>
232 andreas 369
            <property name="scaledContents" >
370
              <bool>true</bool>
88 andreas 371
            </property>
232 andreas 372
            <property name="wordWrap" >
373
              <bool>false</bool>
88 andreas 374
            </property>
232 andreas 375
          </widget>
376
        </item>
377
        <item row="4" column="2" colspan="11" >
378
          <widget class="QLabel" name="imgProfile" >
379
            <property name="minimumSize" >
380
              <size>
381
                <width>100</width>
382
                <height>150</height>
383
              </size>
88 andreas 384
            </property>
232 andreas 385
            <property name="frameShape" >
386
              <enum>QFrame::StyledPanel</enum>
88 andreas 387
            </property>
232 andreas 388
            <property name="frameShadow" >
389
              <enum>QFrame::Sunken</enum>
88 andreas 390
            </property>
232 andreas 391
            <property name="scaledContents" >
392
              <bool>true</bool>
88 andreas 393
            </property>
232 andreas 394
            <property name="wordWrap" >
395
              <bool>false</bool>
88 andreas 396
            </property>
232 andreas 397
          </widget>
398
        </item>
399
        <item row="0" column="0" rowspan="5" >
400
          <widget class="K3ListView" name="liActivities" >
401
            <property name="sizePolicy" >
402
              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
403
                <horstretch>0</horstretch>
404
                <verstretch>0</verstretch>
405
              </sizepolicy>
88 andreas 406
            </property>
232 andreas 407
            <property name="minimumSize" >
408
              <size>
409
                <width>180</width>
410
                <height>0</height>
411
              </size>
88 andreas 412
            </property>
232 andreas 413
            <column>
414
              <property name="text" >
415
                <string>Activities</string>
416
              </property>
417
              <property name="clickable" >
124 andreas 418
                <bool>false</bool>
232 andreas 419
              </property>
420
              <property name="resizable" >
88 andreas 421
                <bool>true</bool>
232 andreas 422
              </property>
218 andreas 423
            </column>
232 andreas 424
          </widget>
425
        </item>
426
        <item row="3" column="3" colspan="5" >
427
          <widget class="KComboBox" name="kcbCurveTypes" >
218 andreas 428
            <item>
232 andreas 429
              <property name="text" >
430
                <string>Altitude &amp; heart rate</string>
431
              </property>
218 andreas 432
            </item>
433
            <item>
232 andreas 434
              <property name="text" >
435
                <string>Speed &amp; heart rate</string>
436
              </property>
218 andreas 437
            </item>
438
            <item>
232 andreas 439
              <property name="text" >
440
                <string>Altitude &amp; speed</string>
441
              </property>
218 andreas 442
            </item>
232 andreas 443
          </widget>
444
        </item>
445
        <item row="3" column="2" >
446
          <spacer name="spacer6_2" >
447
            <property name="orientation" >
448
              <enum>Qt::Horizontal</enum>
218 andreas 449
            </property>
232 andreas 450
            <property name="sizeType" >
451
              <enum>QSizePolicy::Expanding</enum>
218 andreas 452
            </property>
232 andreas 453
            <property name="sizeHint" stdset="0" >
454
              <size>
455
                <width>40</width>
456
                <height>20</height>
457
              </size>
218 andreas 458
            </property>
232 andreas 459
          </spacer>
460
        </item>
461
        <item row="3" column="8" colspan="5" >
462
          <spacer name="spacer7_2" >
463
            <property name="orientation" >
464
              <enum>Qt::Horizontal</enum>
218 andreas 465
            </property>
232 andreas 466
            <property name="sizeType" >
467
              <enum>QSizePolicy::Expanding</enum>
218 andreas 468
            </property>
232 andreas 469
            <property name="sizeHint" stdset="0" >
470
              <size>
471
                <width>180</width>
472
                <height>20</height>
473
              </size>
218 andreas 474
            </property>
232 andreas 475
          </spacer>
476
        </item>
477
      </layout>
478
    </widget>
479
    <widget class="KToolBar" name="Toolbar" >
480
      <property name="geometry" >
481
        <rect>
482
          <x>0</x>
483
          <y>0</y>
484
          <width>141</width>
485
          <height>29</height>
486
        </rect>
487
      </property>
488
      <addaction name="fileNewAction" />
489
      <addaction name="fileOpenAction" />
490
      <addaction name="fileSaveAsAction" />
491
      <addaction name="filePrintAction" />
492
      <addaction name="separator" />
493
    </widget>
494
    <widget class="KMenuBar" name="MenuBar" >
495
      <property name="geometry" >
496
        <rect>
497
          <x>0</x>
498
          <y>0</y>
499
          <width>606</width>
500
          <height>26</height>
501
        </rect>
502
      </property>
503
      <widget class="KMenu" name="fileMenu" >
504
        <property name="title" >
505
          <string>&amp;File</string>
88 andreas 506
        </property>
232 andreas 507
        <addaction name="fileNewAction" />
508
        <addaction name="fileOpenAction" />
509
        <addaction name="fileImportAction" />
510
        <addaction name="extrasSave_heart_rate_Action" />
511
        <addaction name="fileSaveAsAction" />
512
        <addaction name="separator" />
513
        <addaction name="filePrintAction" />
514
        <addaction name="separator" />
515
        <addaction name="fileExitAction" />
516
      </widget>
517
      <widget class="KMenu" name="Edit" >
518
        <property name="title" >
519
          <string>Edit</string>
88 andreas 520
        </property>
232 andreas 521
        <addaction name="editRename_Action" />
522
      </widget>
523
      <widget class="KMenu" name="Extras" >
524
        <property name="title" >
525
          <string>Extras</string>
88 andreas 526
        </property>
232 andreas 527
        <addaction name="extrasSettingsAction" />
528
        <addaction name="extrasWMSAction" />
529
      </widget>
530
      <widget class="KMenu" name="helpMenu" >
531
        <property name="title" >
532
          <string>&amp;Help</string>
88 andreas 533
        </property>
232 andreas 534
        <addaction name="helpContentsAction" />
535
        <addaction name="helpIndexAction" />
536
        <addaction name="separator" />
537
        <addaction name="helpAboutAction" />
538
      </widget>
539
      <addaction name="fileMenu" />
540
      <addaction name="Edit" />
541
      <addaction name="Extras" />
542
      <addaction name="helpMenu" />
543
    </widget>
544
    <action name="fileNewAction" >
545
      <property name="icon" >
546
        <iconset>
547
          <normaloff>connect_creating.png</normaloff>connect_creating.png</iconset>
548
      </property>
549
      <property name="text" >
550
        <string>&amp;Read data...</string>
551
      </property>
552
      <property name="iconText" >
553
        <string>Read data...</string>
554
      </property>
555
      <property name="shortcut" >
556
        <string>Ctrl+R</string>
557
      </property>
558
      <property name="name" stdset="0" >
559
        <cstring>fileNewAction</cstring>
560
      </property>
88 andreas 561
    </action>
232 andreas 562
    <action name="fileOpenAction" >
563
      <property name="icon" >
564
        <iconset>
565
          <normaloff>fileopen.png</normaloff>fileopen.png</iconset>
566
      </property>
567
      <property name="text" >
568
        <string>&amp;Open...</string>
569
      </property>
570
      <property name="iconText" >
571
        <string>Open</string>
572
      </property>
573
      <property name="shortcut" >
574
        <string>Ctrl+O</string>
575
      </property>
576
      <property name="name" stdset="0" >
577
        <cstring>fileOpenAction</cstring>
578
      </property>
88 andreas 579
    </action>
232 andreas 580
    <action name="fileImportAction" >
581
      <property name="icon" >
582
        <iconset>
583
          <normaloff/>
584
        </iconset>
585
      </property>
586
      <property name="text" >
587
        <string>&amp;Import...</string>
588
      </property>
589
      <property name="iconText" >
590
        <string>Import</string>
591
      </property>
592
      <property name="shortcut" >
593
        <string>Ctrl+I</string>
594
      </property>
595
      <property name="name" stdset="0" >
596
        <cstring>fileImportAction</cstring>
597
      </property>
217 andreas 598
    </action>
232 andreas 599
    <action name="fileSaveAsAction" >
600
      <property name="icon" >
601
        <iconset>
602
          <normaloff>filesaveas.png</normaloff>filesaveas.png</iconset>
603
      </property>
604
      <property name="text" >
605
        <string>Save &amp;As...</string>
606
      </property>
607
      <property name="iconText" >
608
        <string>Save As</string>
609
      </property>
610
      <property name="shortcut" >
611
        <string>Ctrl+A</string>
612
      </property>
613
      <property name="name" stdset="0" >
614
        <cstring>fileSaveAsAction</cstring>
615
      </property>
88 andreas 616
    </action>
232 andreas 617
    <action name="filePrintAction" >
618
      <property name="icon" >
619
        <iconset>
620
          <normaloff>fileprint.png</normaloff>fileprint.png</iconset>
621
      </property>
622
      <property name="text" >
623
        <string>&amp;Print...</string>
624
      </property>
625
      <property name="iconText" >
626
        <string>Print</string>
627
      </property>
628
      <property name="shortcut" >
629
        <string>Ctrl+P</string>
630
      </property>
631
      <property name="name" stdset="0" >
632
        <cstring>filePrintAction</cstring>
633
      </property>
88 andreas 634
    </action>
232 andreas 635
    <action name="fileExitAction" >
636
      <property name="icon" >
637
        <iconset>
638
          <normaloff>exit.png</normaloff>exit.png</iconset>
639
      </property>
640
      <property name="text" >
641
        <string>E&amp;xit</string>
642
      </property>
643
      <property name="iconText" >
644
        <string>Exit</string>
645
      </property>
646
      <property name="shortcut" >
647
        <string>Ctrl+Q</string>
648
      </property>
649
      <property name="name" stdset="0" >
650
        <cstring>fileExitAction</cstring>
651
      </property>
88 andreas 652
    </action>
232 andreas 653
    <action name="helpContentsAction" >
654
      <property name="icon" >
655
        <iconset>
656
          <normaloff/>
657
        </iconset>
658
      </property>
659
      <property name="text" >
660
        <string>&amp;Contents...</string>
661
      </property>
662
      <property name="iconText" >
663
        <string>Contents</string>
664
      </property>
665
      <property name="shortcut" >
666
        <string/>
667
      </property>
668
      <property name="name" stdset="0" >
669
        <cstring>helpContentsAction</cstring>
670
      </property>
88 andreas 671
    </action>
232 andreas 672
    <action name="helpIndexAction" >
673
      <property name="text" >
674
        <string>&amp;Index...</string>
675
      </property>
676
      <property name="iconText" >
677
        <string>Index</string>
678
      </property>
679
      <property name="shortcut" >
680
        <string/>
681
      </property>
682
      <property name="name" stdset="0" >
683
        <cstring>helpIndexAction</cstring>
684
      </property>
88 andreas 685
    </action>
232 andreas 686
    <action name="helpAboutAction" >
687
      <property name="text" >
688
        <string>&amp;About</string>
689
      </property>
690
      <property name="iconText" >
691
        <string>About</string>
692
      </property>
693
      <property name="shortcut" >
694
        <string/>
695
      </property>
696
      <property name="name" stdset="0" >
697
        <cstring>helpAboutAction</cstring>
698
      </property>
88 andreas 699
    </action>
232 andreas 700
    <action name="extrasSave_heart_rate_Action" >
701
      <property name="text" >
702
        <string>Save heart rate ...</string>
703
      </property>
704
      <property name="iconText" >
705
        <string>Save heart rate ...</string>
706
      </property>
707
      <property name="name" stdset="0" >
708
        <cstring>extrasSave_heart_rate_Action</cstring>
709
      </property>
88 andreas 710
    </action>
232 andreas 711
    <action name="extrasSettingsAction" >
712
      <property name="text" >
713
        <string>Settings</string>
714
      </property>
715
      <property name="iconText" >
716
        <string>Settings</string>
717
      </property>
718
      <property name="name" stdset="0" >
719
        <cstring>extrasSettingsAction</cstring>
720
      </property>
88 andreas 721
    </action>
232 andreas 722
    <action name="extrasWMSAction" >
723
      <property name="text" >
724
        <string>WMS Settings</string>
725
      </property>
726
      <property name="iconText" >
727
        <string>WMS Settings</string>
728
      </property>
729
      <property name="name" stdset="0" >
730
        <cstring>extrasWMSAction</cstring>
731
      </property>
88 andreas 732
    </action>
232 andreas 733
    <action name="extrasnew_itemAction" >
734
      <property name="text" >
735
        <string>new item</string>
736
      </property>
737
      <property name="iconText" >
738
        <string>new item</string>
739
      </property>
740
      <property name="name" stdset="0" >
741
        <cstring>extrasnew_itemAction</cstring>
742
      </property>
152 andreas 743
    </action>
232 andreas 744
    <action name="editRename_Action" >
745
      <property name="text" >
746
        <string>Rename ...</string>
747
      </property>
748
      <property name="iconText" >
749
        <string>Rename ...</string>
750
      </property>
751
      <property name="name" stdset="0" >
752
        <cstring>editRename_Action</cstring>
753
      </property>
96 andreas 754
    </action>
232 andreas 755
  </widget>
756
  <layoutdefault spacing="6" margin="11" />
757
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
758
  <customwidgets>
759
    <customwidget>
760
      <class>KComboBox</class>
761
      <extends>QComboBox</extends>
762
      <header>kcombobox.h</header>
763
    </customwidget>
764
    <customwidget>
765
      <class>KToolBar</class>
766
      <extends>QToolBar</extends>
767
      <header>KToolBar</header>
768
    </customwidget>
769
    <customwidget>
770
      <class>Q3Frame</class>
771
      <extends>QFrame</extends>
772
      <header>Qt3Support/Q3Frame</header>
773
      <container>1</container>
774
    </customwidget>
775
    <customwidget>
776
      <class>QMainWindow</class>
777
      <extends>QWidget</extends>
778
      <header>qmainwindow.h</header>
779
      <container>1</container>
780
    </customwidget>
781
    <customwidget>
782
      <class>Q3ListView</class>
783
      <extends>Q3Frame</extends>
784
      <header>q3listview.h</header>
785
    </customwidget>
786
    <customwidget>
787
      <class>KMenuBar</class>
788
      <extends>QMenuBar</extends>
789
      <header>KMenuBar</header>
790
    </customwidget>
791
    <customwidget>
792
      <class>K3ListView</class>
793
      <extends>Q3ListView</extends>
794
      <header location="global" >K3ListView</header>
795
    </customwidget>
796
    <customwidget>
797
      <class>KMenu</class>
798
      <extends>QMenu</extends>
799
      <header>KMenu</header>
800
    </customwidget>
801
    <customwidget>
802
      <class>KToolBar</class>
803
      <extends>QToolBar</extends>
804
      <header>KToolBar</header>
805
    </customwidget>
806
  </customwidgets>
807
  <tabstops>
808
    <tabstop>liActivities</tabstop>
809
    <tabstop>liLaps</tabstop>
810
    <tabstop>kcbCurveTypes</tabstop>
811
  </tabstops>
812
  <includes>
813
    <include location="local" >K3ListView</include>
814
    <include location="local" >kcombobox.h</include>
815
  </includes>
816
  <resources/>
817
  <connections>
88 andreas 818
    <connection>
232 andreas 819
      <sender>fileNewAction</sender>
820
      <signal>activated()</signal>
821
      <receiver>sportwatcherWidgetBase</receiver>
822
      <slot>fileNew()</slot>
823
      <hints>
824
        <hint type="sourcelabel" >
825
          <x>-1</x>
826
          <y>-1</y>
827
        </hint>
828
        <hint type="destinationlabel" >
829
          <x>20</x>
830
          <y>20</y>
831
        </hint>
832
      </hints>
88 andreas 833
    </connection>
834
    <connection>
232 andreas 835
      <sender>fileOpenAction</sender>
836
      <signal>activated()</signal>
837
      <receiver>sportwatcherWidgetBase</receiver>
838
      <slot>fileOpen()</slot>
839
      <hints>
840
        <hint type="sourcelabel" >
841
          <x>-1</x>
842
          <y>-1</y>
843
        </hint>
844
        <hint type="destinationlabel" >
845
          <x>20</x>
846
          <y>20</y>
847
        </hint>
848
      </hints>
88 andreas 849
    </connection>
850
    <connection>
232 andreas 851
      <sender>fileImportAction</sender>
852
      <signal>activated()</signal>
853
      <receiver>sportwatcherWidgetBase</receiver>
854
      <slot>fileImport()</slot>
855
      <hints>
856
        <hint type="sourcelabel" >
857
          <x>-1</x>
858
          <y>-1</y>
859
        </hint>
860
        <hint type="destinationlabel" >
861
          <x>20</x>
862
          <y>20</y>
863
        </hint>
864
      </hints>
217 andreas 865
    </connection>
866
    <connection>
232 andreas 867
      <sender>fileSaveAsAction</sender>
868
      <signal>activated()</signal>
869
      <receiver>sportwatcherWidgetBase</receiver>
870
      <slot>fileSaveAs()</slot>
871
      <hints>
872
        <hint type="sourcelabel" >
873
          <x>-1</x>
874
          <y>-1</y>
875
        </hint>
876
        <hint type="destinationlabel" >
877
          <x>20</x>
878
          <y>20</y>
879
        </hint>
880
      </hints>
88 andreas 881
    </connection>
882
    <connection>
232 andreas 883
      <sender>filePrintAction</sender>
884
      <signal>activated()</signal>
885
      <receiver>sportwatcherWidgetBase</receiver>
886
      <slot>filePrint()</slot>
887
      <hints>
888
        <hint type="sourcelabel" >
889
          <x>-1</x>
890
          <y>-1</y>
891
        </hint>
892
        <hint type="destinationlabel" >
893
          <x>20</x>
894
          <y>20</y>
895
        </hint>
896
      </hints>
88 andreas 897
    </connection>
898
    <connection>
232 andreas 899
      <sender>fileExitAction</sender>
900
      <signal>activated()</signal>
901
      <receiver>sportwatcherWidgetBase</receiver>
902
      <slot>fileExit()</slot>
903
      <hints>
904
        <hint type="sourcelabel" >
905
          <x>-1</x>
906
          <y>-1</y>
907
        </hint>
908
        <hint type="destinationlabel" >
909
          <x>20</x>
910
          <y>20</y>
911
        </hint>
912
      </hints>
88 andreas 913
    </connection>
914
    <connection>
232 andreas 915
      <sender>helpIndexAction</sender>
916
      <signal>activated()</signal>
917
      <receiver>sportwatcherWidgetBase</receiver>
918
      <slot>helpIndex()</slot>
919
      <hints>
920
        <hint type="sourcelabel" >
921
          <x>-1</x>
922
          <y>-1</y>
923
        </hint>
924
        <hint type="destinationlabel" >
925
          <x>20</x>
926
          <y>20</y>
927
        </hint>
928
      </hints>
88 andreas 929
    </connection>
930
    <connection>
232 andreas 931
      <sender>helpContentsAction</sender>
932
      <signal>activated()</signal>
933
      <receiver>sportwatcherWidgetBase</receiver>
934
      <slot>helpContents()</slot>
935
      <hints>
936
        <hint type="sourcelabel" >
937
          <x>-1</x>
938
          <y>-1</y>
939
        </hint>
940
        <hint type="destinationlabel" >
941
          <x>20</x>
942
          <y>20</y>
943
        </hint>
944
      </hints>
88 andreas 945
    </connection>
946
    <connection>
232 andreas 947
      <sender>helpAboutAction</sender>
948
      <signal>activated()</signal>
949
      <receiver>sportwatcherWidgetBase</receiver>
950
      <slot>helpAbout()</slot>
951
      <hints>
952
        <hint type="sourcelabel" >
953
          <x>-1</x>
954
          <y>-1</y>
955
        </hint>
956
        <hint type="destinationlabel" >
957
          <x>20</x>
958
          <y>20</y>
959
        </hint>
960
      </hints>
88 andreas 961
    </connection>
962
    <connection>
232 andreas 963
      <sender>liActivities</sender>
964
      <signal>clicked(Q3ListViewItem*)</signal>
965
      <receiver>sportwatcherWidgetBase</receiver>
966
      <slot>liActivitiesSlot(Q3ListViewItem*)</slot>
967
      <hints>
968
        <hint type="sourcelabel" >
969
          <x>20</x>
970
          <y>20</y>
971
        </hint>
972
        <hint type="destinationlabel" >
973
          <x>20</x>
974
          <y>20</y>
975
        </hint>
976
      </hints>
88 andreas 977
    </connection>
978
    <connection>
232 andreas 979
      <sender>liLaps</sender>
980
      <signal>clicked(Q3ListViewItem*)</signal>
981
      <receiver>sportwatcherWidgetBase</receiver>
982
      <slot>liLapsSlot(Q3ListViewItem*)</slot>
983
      <hints>
984
        <hint type="sourcelabel" >
985
          <x>20</x>
986
          <y>20</y>
987
        </hint>
988
        <hint type="destinationlabel" >
989
          <x>20</x>
990
          <y>20</y>
991
        </hint>
992
      </hints>
88 andreas 993
    </connection>
994
    <connection>
232 andreas 995
      <sender>btHand</sender>
996
      <signal>clicked()</signal>
997
      <receiver>sportwatcherWidgetBase</receiver>
998
      <slot>btHandSlot()</slot>
999
      <hints>
1000
        <hint type="sourcelabel" >
1001
          <x>20</x>
1002
          <y>20</y>
1003
        </hint>
1004
        <hint type="destinationlabel" >
1005
          <x>20</x>
1006
          <y>20</y>
1007
        </hint>
1008
      </hints>
88 andreas 1009
    </connection>
1010
    <connection>
232 andreas 1011
      <sender>btFlag</sender>
1012
      <signal>clicked()</signal>
1013
      <receiver>sportwatcherWidgetBase</receiver>
1014
      <slot>btFlagSlot()</slot>
1015
      <hints>
1016
        <hint type="sourcelabel" >
1017
          <x>20</x>
1018
          <y>20</y>
1019
        </hint>
1020
        <hint type="destinationlabel" >
1021
          <x>20</x>
1022
          <y>20</y>
1023
        </hint>
1024
      </hints>
88 andreas 1025
    </connection>
1026
    <connection>
232 andreas 1027
      <sender>btFullscreen</sender>
1028
      <signal>clicked()</signal>
1029
      <receiver>sportwatcherWidgetBase</receiver>
1030
      <slot>btFullscreenSlot()</slot>
1031
      <hints>
1032
        <hint type="sourcelabel" >
1033
          <x>20</x>
1034
          <y>20</y>
1035
        </hint>
1036
        <hint type="destinationlabel" >
1037
          <x>20</x>
1038
          <y>20</y>
1039
        </hint>
1040
      </hints>
88 andreas 1041
    </connection>
1042
    <connection>
232 andreas 1043
      <sender>btGlas</sender>
1044
      <signal>clicked()</signal>
1045
      <receiver>sportwatcherWidgetBase</receiver>
1046
      <slot>btGlasSlot()</slot>
1047
      <hints>
1048
        <hint type="sourcelabel" >
1049
          <x>20</x>
1050
          <y>20</y>
1051
        </hint>
1052
        <hint type="destinationlabel" >
1053
          <x>20</x>
1054
          <y>20</y>
1055
        </hint>
1056
      </hints>
88 andreas 1057
    </connection>
1058
    <connection>
232 andreas 1059
      <sender>btGlasMinus</sender>
1060
      <signal>clicked()</signal>
1061
      <receiver>sportwatcherWidgetBase</receiver>
1062
      <slot>btGlasMinusSlot()</slot>
1063
      <hints>
1064
        <hint type="sourcelabel" >
1065
          <x>20</x>
1066
          <y>20</y>
1067
        </hint>
1068
        <hint type="destinationlabel" >
1069
          <x>20</x>
1070
          <y>20</y>
1071
        </hint>
1072
      </hints>
88 andreas 1073
    </connection>
1074
    <connection>
232 andreas 1075
      <sender>btGlasPlus</sender>
1076
      <signal>clicked()</signal>
1077
      <receiver>sportwatcherWidgetBase</receiver>
1078
      <slot>btGlasPlusSlot()</slot>
1079
      <hints>
1080
        <hint type="sourcelabel" >
1081
          <x>20</x>
1082
          <y>20</y>
1083
        </hint>
1084
        <hint type="destinationlabel" >
1085
          <x>20</x>
1086
          <y>20</y>
1087
        </hint>
1088
      </hints>
88 andreas 1089
    </connection>
1090
    <connection>
232 andreas 1091
      <sender>extrasSave_heart_rate_Action</sender>
1092
      <signal>activated()</signal>
1093
      <receiver>sportwatcherWidgetBase</receiver>
1094
      <slot>extrasSaveHR()</slot>
1095
      <hints>
1096
        <hint type="sourcelabel" >
1097
          <x>-1</x>
1098
          <y>-1</y>
1099
        </hint>
1100
        <hint type="destinationlabel" >
1101
          <x>20</x>
1102
          <y>20</y>
1103
        </hint>
1104
      </hints>
88 andreas 1105
    </connection>
1106
    <connection>
232 andreas 1107
      <sender>extrasSettingsAction</sender>
1108
      <signal>activated()</signal>
1109
      <receiver>sportwatcherWidgetBase</receiver>
1110
      <slot>extrasSettings()</slot>
1111
      <hints>
1112
        <hint type="sourcelabel" >
1113
          <x>-1</x>
1114
          <y>-1</y>
1115
        </hint>
1116
        <hint type="destinationlabel" >
1117
          <x>20</x>
1118
          <y>20</y>
1119
        </hint>
1120
      </hints>
88 andreas 1121
    </connection>
1122
    <connection>
232 andreas 1123
      <sender>extrasWMSAction</sender>
1124
      <signal>activated()</signal>
1125
      <receiver>sportwatcherWidgetBase</receiver>
1126
      <slot>extrasWMSSettings()</slot>
1127
      <hints>
1128
        <hint type="sourcelabel" >
1129
          <x>-1</x>
1130
          <y>-1</y>
1131
        </hint>
1132
        <hint type="destinationlabel" >
1133
          <x>20</x>
1134
          <y>20</y>
1135
        </hint>
1136
      </hints>
88 andreas 1137
    </connection>
152 andreas 1138
    <connection>
232 andreas 1139
      <sender>editRename_Action</sender>
1140
      <signal>activated()</signal>
1141
      <receiver>sportwatcherWidgetBase</receiver>
1142
      <slot>editRename()</slot>
1143
      <hints>
1144
        <hint type="sourcelabel" >
1145
          <x>-1</x>
1146
          <y>-1</y>
1147
        </hint>
1148
        <hint type="destinationlabel" >
1149
          <x>20</x>
1150
          <y>20</y>
1151
        </hint>
1152
      </hints>
152 andreas 1153
    </connection>
232 andreas 1154
  </connections>
1155
</ui>