Subversion Repositories public

Rev

Rev 245 | Rev 248 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 245 Rev 246
Line 20... Line 20...
20
  </property>
20
  </property>
21
  <property name="locale">
21
  <property name="locale">
22
   <locale language="English" country="UnitedStates"/>
22
   <locale language="English" country="UnitedStates"/>
23
  </property>
23
  </property>
24
  <layout class="QGridLayout" name="gridLayout">
24
  <layout class="QGridLayout" name="gridLayout">
25
   <item row="0" column="0" rowspan="5">
-
 
26
    <widget class="K3ListView" name="liActivities">
-
 
27
     <property name="sizePolicy">
-
 
28
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
-
 
29
       <horstretch>0</horstretch>
-
 
30
       <verstretch>0</verstretch>
-
 
31
      </sizepolicy>
-
 
32
     </property>
-
 
33
     <property name="minimumSize">
-
 
34
      <size>
-
 
35
       <width>180</width>
-
 
36
       <height>0</height>
-
 
37
      </size>
-
 
38
     </property>
-
 
39
     <column>
-
 
40
      <property name="text">
-
 
41
       <string>Activities</string>
-
 
42
      </property>
-
 
43
      <property name="clickable">
-
 
44
       <bool>false</bool>
-
 
45
      </property>
-
 
46
      <property name="resizable">
-
 
47
       <bool>true</bool>
-
 
48
      </property>
-
 
49
     </column>
-
 
50
    </widget>
-
 
51
   </item>
-
 
52
   <item row="0" column="1" colspan="13">
25
   <item row="0" column="1" colspan="13">
53
    <widget class="K3ListView" name="liLaps">
26
    <widget class="K3ListView" name="liLaps">
54
     <property name="sizePolicy">
27
     <property name="sizePolicy">
55
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
28
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
56
       <horstretch>0</horstretch>
29
       <horstretch>0</horstretch>
Line 442... Line 415...
442
     <property name="wordWrap">
415
     <property name="wordWrap">
443
      <bool>false</bool>
416
      <bool>false</bool>
444
     </property>
417
     </property>
445
    </widget>
418
    </widget>
446
   </item>
419
   </item>
-
 
420
   <item row="0" column="0" rowspan="5">
-
 
421
    <widget class="QTreeWidget" name="liActivities">
-
 
422
     <column>
-
 
423
      <property name="text">
-
 
424
       <string>Activities</string>
-
 
425
      </property>
-
 
426
      <property name="toolTip">
-
 
427
       <string>Saved activities, separated into run, bike and other activities.</string>
-
 
428
      </property>
-
 
429
      <property name="whatsThis">
-
 
430
       <string>Shows all saved activities.</string>
-
 
431
      </property>
-
 
432
     </column>
-
 
433
    </widget>
-
 
434
   </item>
447
  </layout>
435
  </layout>
448
 </widget>
436
 </widget>
449
 <layoutdefault spacing="6" margin="11"/>
437
 <layoutdefault spacing="6" margin="11"/>
450
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
438
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
451
 <customwidgets>
439
 <customwidgets>
Line 475... Line 463...
475
   <extends>Q3ListView</extends>
463
   <extends>Q3ListView</extends>
476
   <header>k3listview.h</header>
464
   <header>k3listview.h</header>
477
  </customwidget>
465
  </customwidget>
478
 </customwidgets>
466
 </customwidgets>
479
 <tabstops>
467
 <tabstops>
480
  <tabstop>liActivities</tabstop>
-
 
481
  <tabstop>liLaps</tabstop>
468
  <tabstop>liLaps</tabstop>
482
  <tabstop>btHand</tabstop>
469
  <tabstop>btHand</tabstop>
483
  <tabstop>btGlas</tabstop>
470
  <tabstop>btGlas</tabstop>
484
  <tabstop>btFlag</tabstop>
471
  <tabstop>btFlag</tabstop>
485
  <tabstop>btGlasPlus</tabstop>
472
  <tabstop>btGlasPlus</tabstop>
Line 492... Line 479...
492
  <include location="local">kcombobox.h</include>
479
  <include location="local">kcombobox.h</include>
493
 </includes>
480
 </includes>
494
 <resources/>
481
 <resources/>
495
 <connections>
482
 <connections>
496
  <connection>
483
  <connection>
497
   <sender>liActivities</sender>
-
 
498
   <signal>clicked(Q3ListViewItem*)</signal>
-
 
499
   <receiver>sportwatcherWidgetBase</receiver>
-
 
500
   <slot>liActivitiesSlot(Q3ListViewItem*)</slot>
-
 
501
   <hints>
-
 
502
    <hint type="sourcelabel">
-
 
503
     <x>38</x>
-
 
504
     <y>102</y>
-
 
505
    </hint>
-
 
506
    <hint type="destinationlabel">
-
 
507
     <x>20</x>
-
 
508
     <y>20</y>
-
 
509
    </hint>
-
 
510
   </hints>
-
 
511
  </connection>
-
 
512
  <connection>
-
 
513
   <sender>liLaps</sender>
484
   <sender>liLaps</sender>
514
   <signal>clicked(Q3ListViewItem*)</signal>
485
   <signal>clicked(Q3ListViewItem*)</signal>
515
   <receiver>sportwatcherWidgetBase</receiver>
486
   <receiver>sportwatcherWidgetBase</receiver>
516
   <slot>liLapsSlot(Q3ListViewItem*)</slot>
487
   <slot>liLapsSlot(Q3ListViewItem*)</slot>
517
   <hints>
488
   <hints>
Line 530... Line 501...
530
   <signal>clicked()</signal>
501
   <signal>clicked()</signal>
531
   <receiver>sportwatcherWidgetBase</receiver>
502
   <receiver>sportwatcherWidgetBase</receiver>
532
   <slot>btHandSlot()</slot>
503
   <slot>btHandSlot()</slot>
533
   <hints>
504
   <hints>
534
    <hint type="sourcelabel">
505
    <hint type="sourcelabel">
535
     <x>298</x>
506
     <x>314</x>
536
     <y>223</y>
507
     <y>254</y>
537
    </hint>
508
    </hint>
538
    <hint type="destinationlabel">
509
    <hint type="destinationlabel">
539
     <x>20</x>
510
     <x>20</x>
540
     <y>20</y>
511
     <y>20</y>
541
    </hint>
512
    </hint>
Line 546... Line 517...
546
   <signal>clicked()</signal>
517
   <signal>clicked()</signal>
547
   <receiver>sportwatcherWidgetBase</receiver>
518
   <receiver>sportwatcherWidgetBase</receiver>
548
   <slot>btFlagSlot()</slot>
519
   <slot>btFlagSlot()</slot>
549
   <hints>
520
   <hints>
550
    <hint type="sourcelabel">
521
    <hint type="sourcelabel">
551
     <x>382</x>
522
     <x>398</x>
552
     <y>223</y>
523
     <y>254</y>
553
    </hint>
524
    </hint>
554
    <hint type="destinationlabel">
525
    <hint type="destinationlabel">
555
     <x>20</x>
526
     <x>20</x>
556
     <y>20</y>
527
     <y>20</y>
557
    </hint>
528
    </hint>
Line 562... Line 533...
562
   <signal>clicked()</signal>
533
   <signal>clicked()</signal>
563
   <receiver>sportwatcherWidgetBase</receiver>
534
   <receiver>sportwatcherWidgetBase</receiver>
564
   <slot>btFullscreenSlot()</slot>
535
   <slot>btFullscreenSlot()</slot>
565
   <hints>
536
   <hints>
566
    <hint type="sourcelabel">
537
    <hint type="sourcelabel">
567
     <x>731</x>
538
     <x>748</x>
568
     <y>223</y>
539
     <y>254</y>
569
    </hint>
540
    </hint>
570
    <hint type="destinationlabel">
541
    <hint type="destinationlabel">
571
     <x>20</x>
542
     <x>20</x>
572
     <y>20</y>
543
     <y>20</y>
573
    </hint>
544
    </hint>
Line 578... Line 549...
578
   <signal>clicked()</signal>
549
   <signal>clicked()</signal>
579
   <receiver>sportwatcherWidgetBase</receiver>
550
   <receiver>sportwatcherWidgetBase</receiver>
580
   <slot>btGlasSlot()</slot>
551
   <slot>btGlasSlot()</slot>
581
   <hints>
552
   <hints>
582
    <hint type="sourcelabel">
553
    <hint type="sourcelabel">
583
     <x>340</x>
554
     <x>356</x>
584
     <y>223</y>
555
     <y>254</y>
585
    </hint>
556
    </hint>
586
    <hint type="destinationlabel">
557
    <hint type="destinationlabel">
587
     <x>20</x>
558
     <x>20</x>
588
     <y>20</y>
559
     <y>20</y>
589
    </hint>
560
    </hint>
Line 594... Line 565...
594
   <signal>clicked()</signal>
565
   <signal>clicked()</signal>
595
   <receiver>sportwatcherWidgetBase</receiver>
566
   <receiver>sportwatcherWidgetBase</receiver>
596
   <slot>btGlasMinusSlot()</slot>
567
   <slot>btGlasMinusSlot()</slot>
597
   <hints>
568
   <hints>
598
    <hint type="sourcelabel">
569
    <hint type="sourcelabel">
599
     <x>615</x>
570
     <x>631</x>
600
     <y>223</y>
571
     <y>254</y>
601
    </hint>
572
    </hint>
602
    <hint type="destinationlabel">
573
    <hint type="destinationlabel">
603
     <x>20</x>
574
     <x>20</x>
604
     <y>20</y>
575
     <y>20</y>
605
    </hint>
576
    </hint>
Line 610... Line 581...
610
   <signal>clicked()</signal>
581
   <signal>clicked()</signal>
611
   <receiver>sportwatcherWidgetBase</receiver>
582
   <receiver>sportwatcherWidgetBase</receiver>
612
   <slot>btGlasPlusSlot()</slot>
583
   <slot>btGlasPlusSlot()</slot>
613
   <hints>
584
   <hints>
614
    <hint type="sourcelabel">
585
    <hint type="sourcelabel">
615
     <x>498</x>
586
     <x>515</x>
616
     <y>223</y>
587
     <y>254</y>
617
    </hint>
588
    </hint>
618
    <hint type="destinationlabel">
589
    <hint type="destinationlabel">
619
     <x>20</x>
590
     <x>20</x>
620
     <y>20</y>
591
     <y>20</y>
621
    </hint>
592
    </hint>
Line 626... Line 597...
626
   <signal>currentIndexChanged(int)</signal>
597
   <signal>currentIndexChanged(int)</signal>
627
   <receiver>sportwatcherWidgetBase</receiver>
598
   <receiver>sportwatcherWidgetBase</receiver>
628
   <slot>kcbCurveSlot(int)</slot>
599
   <slot>kcbCurveSlot(int)</slot>
629
   <hints>
600
   <hints>
630
    <hint type="sourcelabel">
601
    <hint type="sourcelabel">
631
     <x>482</x>
602
     <x>754</x>
632
     <y>400</y>
603
     <y>436</y>
633
    </hint>
604
    </hint>
634
    <hint type="destinationlabel">
605
    <hint type="destinationlabel">
635
     <x>838</x>
606
     <x>838</x>
636
     <y>403</y>
607
     <y>403</y>
637
    </hint>
608
    </hint>
638
   </hints>
609
   </hints>
639
  </connection>
610
  </connection>
-
 
611
  <connection>
-
 
612
   <sender>liActivities</sender>
-
 
613
   <signal>itemClicked(QTreeWidgetItem*,int)</signal>
-
 
614
   <receiver>sportwatcherWidgetBase</receiver>
-
 
615
   <slot>liActivitiesSlot(QTreeWidgetItem*,int)</slot>
-
 
616
   <hints>
-
 
617
    <hint type="sourcelabel">
-
 
618
     <x>76</x>
-
 
619
     <y>131</y>
-
 
620
    </hint>
-
 
621
    <hint type="destinationlabel">
-
 
622
     <x>1</x>
-
 
623
     <y>185</y>
-
 
624
    </hint>
-
 
625
   </hints>
-
 
626
  </connection>
640
 </connections>
627
 </connections>
641
 <slots>
628
 <slots>
642
  <slot>kcbCurveSlot(int)</slot>
629
  <slot>kcbCurveSlot(int)</slot>
-
 
630
  <slot>liActivitiesSlot(QTreeWidgetItem*,int)</slot>
643
 </slots>
631
 </slots>
644
</ui>
632
</ui>