Subversion Repositories public

Rev

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

<?xml version = '1.0' encoding = 'UTF-8'?>
<ui version="4.0" >
  <author>Andreas Theofilu &lt;andreas@theosys.at></author>
  <comment>Main window of SportWatcher</comment>
  <class>sportwatcherWidgetBase</class>
  <widget class="QMainWindow" name="sportwatcherWidgetBase" >
    <property name="geometry" >
      <rect>
        <x>0</x>
        <y>0</y>
        <width>606</width>
        <height>559</height>
      </rect>
    </property>
    <property name="windowTitle" >
      <string>SportWatcher</string>
    </property>
    <property name="locale" >
      <locale language="English" country="UnitedStates" />
    </property>
    <widget class="QWidget" name="widget" >
      <property name="geometry" >
        <rect>
          <x>0</x>
          <y>55</y>
          <width>606</width>
          <height>504</height>
        </rect>
      </property>
      <layout class="QGridLayout" >
        <item row="1" column="8" >
          <spacer name="spacer8" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>20</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
        <item row="1" column="10" >
          <spacer name="spacer9" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>20</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
        <item row="1" column="2" >
          <spacer name="spacer5" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>90</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
        <item row="1" column="6" >
          <spacer name="spacer6" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>40</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
        <item row="0" column="2" colspan="11" >
          <widget class="K3ListView" name="liLaps" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <column>
              <property name="text" >
                <string>Name</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Distance</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Elapsed Time</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Avg Pace</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Avg Speed</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Max Speed</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Calories</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Avg Heart Rate</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Max Heart Rate</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Avg Cadence</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Ascent</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
            <column>
              <property name="text" >
                <string>Descent</string>
              </property>
              <property name="clickable" >
                <bool>true</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
          </widget>
        </item>
        <item row="1" column="12" >
          <spacer name="spacer7" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>90</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
        <item row="1" column="3" >
          <widget class="KPushButton" name="btHand" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="text" >
              <string/>
            </property>
            <property name="icon" >
              <iconset>
                <normaloff>hand.png</normaloff>hand.png</iconset>
            </property>
          </widget>
        </item>
        <item row="1" column="4" >
          <widget class="KPushButton" name="btGlas" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="text" >
              <string/>
            </property>
            <property name="icon" >
              <iconset>
                <normaloff>glas.png</normaloff>glas.png</iconset>
            </property>
          </widget>
        </item>
        <item row="1" column="5" >
          <widget class="KPushButton" name="btFlag" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="text" >
              <string/>
            </property>
            <property name="icon" >
              <iconset>
                <normaloff>flag.png</normaloff>flag.png</iconset>
            </property>
          </widget>
        </item>
        <item row="1" column="7" >
          <widget class="KPushButton" name="btGlasPlus" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="text" >
              <string/>
            </property>
            <property name="icon" >
              <iconset>
                <normaloff>glas_plus.png</normaloff>glas_plus.png</iconset>
            </property>
          </widget>
        </item>
        <item row="1" column="9" >
          <widget class="KPushButton" name="btGlasMinus" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="text" >
              <string/>
            </property>
            <property name="icon" >
              <iconset>
                <normaloff>glas_minus.png</normaloff>glas_minus.png</iconset>
            </property>
          </widget>
        </item>
        <item row="1" column="11" >
          <widget class="KPushButton" name="btFullscreen" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="text" >
              <string/>
            </property>
            <property name="icon" >
              <iconset>
                <normaloff>fullscreen.png</normaloff>fullscreen.png</iconset>
            </property>
          </widget>
        </item>
        <item row="2" column="2" colspan="11" >
          <widget class="QLabel" name="imgMap" >
            <property name="minimumSize" >
              <size>
                <width>100</width>
                <height>150</height>
              </size>
            </property>
            <property name="frameShape" >
              <enum>QFrame::StyledPanel</enum>
            </property>
            <property name="frameShadow" >
              <enum>QFrame::Sunken</enum>
            </property>
            <property name="scaledContents" >
              <bool>true</bool>
            </property>
            <property name="wordWrap" >
              <bool>false</bool>
            </property>
          </widget>
        </item>
        <item row="4" column="2" colspan="11" >
          <widget class="QLabel" name="imgProfile" >
            <property name="minimumSize" >
              <size>
                <width>100</width>
                <height>150</height>
              </size>
            </property>
            <property name="frameShape" >
              <enum>QFrame::StyledPanel</enum>
            </property>
            <property name="frameShadow" >
              <enum>QFrame::Sunken</enum>
            </property>
            <property name="scaledContents" >
              <bool>true</bool>
            </property>
            <property name="wordWrap" >
              <bool>false</bool>
            </property>
          </widget>
        </item>
        <item row="0" column="0" rowspan="5" >
          <widget class="K3ListView" name="liActivities" >
            <property name="sizePolicy" >
              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
                <horstretch>0</horstretch>
                <verstretch>0</verstretch>
              </sizepolicy>
            </property>
            <property name="minimumSize" >
              <size>
                <width>180</width>
                <height>0</height>
              </size>
            </property>
            <column>
              <property name="text" >
                <string>Activities</string>
              </property>
              <property name="clickable" >
                <bool>false</bool>
              </property>
              <property name="resizable" >
                <bool>true</bool>
              </property>
            </column>
          </widget>
        </item>
        <item row="3" column="3" colspan="5" >
          <widget class="KComboBox" name="kcbCurveTypes" >
            <item>
              <property name="text" >
                <string>Altitude &amp; heart rate</string>
              </property>
            </item>
            <item>
              <property name="text" >
                <string>Speed &amp; heart rate</string>
              </property>
            </item>
            <item>
              <property name="text" >
                <string>Altitude &amp; speed</string>
              </property>
            </item>
          </widget>
        </item>
        <item row="3" column="2" >
          <spacer name="spacer6_2" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>40</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
        <item row="3" column="8" colspan="5" >
          <spacer name="spacer7_2" >
            <property name="orientation" >
              <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
              <enum>QSizePolicy::Expanding</enum>
            </property>
            <property name="sizeHint" stdset="0" >
              <size>
                <width>180</width>
                <height>20</height>
              </size>
            </property>
          </spacer>
        </item>
      </layout>
    </widget>
    <widget class="KToolBar" name="Toolbar" >
      <property name="geometry" >
        <rect>
          <x>0</x>
          <y>0</y>
          <width>141</width>
          <height>29</height>
        </rect>
      </property>
      <addaction name="fileNewAction" />
      <addaction name="fileOpenAction" />
      <addaction name="fileSaveAsAction" />
      <addaction name="filePrintAction" />
      <addaction name="separator" />
    </widget>
    <widget class="KMenuBar" name="MenuBar" >
      <property name="geometry" >
        <rect>
          <x>0</x>
          <y>0</y>
          <width>606</width>
          <height>26</height>
        </rect>
      </property>
      <widget class="KMenu" name="fileMenu" >
        <property name="title" >
          <string>&amp;File</string>
        </property>
        <addaction name="fileNewAction" />
        <addaction name="fileOpenAction" />
        <addaction name="fileImportAction" />
        <addaction name="extrasSave_heart_rate_Action" />
        <addaction name="fileSaveAsAction" />
        <addaction name="separator" />
        <addaction name="filePrintAction" />
        <addaction name="separator" />
        <addaction name="fileExitAction" />
      </widget>
      <widget class="KMenu" name="Edit" >
        <property name="title" >
          <string>Edit</string>
        </property>
        <addaction name="editRename_Action" />
      </widget>
      <widget class="KMenu" name="Extras" >
        <property name="title" >
          <string>Extras</string>
        </property>
        <addaction name="extrasSettingsAction" />
        <addaction name="extrasWMSAction" />
      </widget>
      <widget class="KMenu" name="helpMenu" >
        <property name="title" >
          <string>&amp;Help</string>
        </property>
        <addaction name="helpContentsAction" />
        <addaction name="helpIndexAction" />
        <addaction name="separator" />
        <addaction name="helpAboutAction" />
      </widget>
      <addaction name="fileMenu" />
      <addaction name="Edit" />
      <addaction name="Extras" />
      <addaction name="helpMenu" />
    </widget>
    <action name="fileNewAction" >
      <property name="icon" >
        <iconset>
          <normaloff>connect_creating.png</normaloff>connect_creating.png</iconset>
      </property>
      <property name="text" >
        <string>&amp;Read data...</string>
      </property>
      <property name="iconText" >
        <string>Read data...</string>
      </property>
      <property name="shortcut" >
        <string>Ctrl+R</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>fileNewAction</cstring>
      </property>
    </action>
    <action name="fileOpenAction" >
      <property name="icon" >
        <iconset>
          <normaloff>fileopen.png</normaloff>fileopen.png</iconset>
      </property>
      <property name="text" >
        <string>&amp;Open...</string>
      </property>
      <property name="iconText" >
        <string>Open</string>
      </property>
      <property name="shortcut" >
        <string>Ctrl+O</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>fileOpenAction</cstring>
      </property>
    </action>
    <action name="fileImportAction" >
      <property name="icon" >
        <iconset>
          <normaloff/>
        </iconset>
      </property>
      <property name="text" >
        <string>&amp;Import...</string>
      </property>
      <property name="iconText" >
        <string>Import</string>
      </property>
      <property name="shortcut" >
        <string>Ctrl+I</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>fileImportAction</cstring>
      </property>
    </action>
    <action name="fileSaveAsAction" >
      <property name="icon" >
        <iconset>
          <normaloff>filesaveas.png</normaloff>filesaveas.png</iconset>
      </property>
      <property name="text" >
        <string>Save &amp;As...</string>
      </property>
      <property name="iconText" >
        <string>Save As</string>
      </property>
      <property name="shortcut" >
        <string>Ctrl+A</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>fileSaveAsAction</cstring>
      </property>
    </action>
    <action name="filePrintAction" >
      <property name="icon" >
        <iconset>
          <normaloff>fileprint.png</normaloff>fileprint.png</iconset>
      </property>
      <property name="text" >
        <string>&amp;Print...</string>
      </property>
      <property name="iconText" >
        <string>Print</string>
      </property>
      <property name="shortcut" >
        <string>Ctrl+P</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>filePrintAction</cstring>
      </property>
    </action>
    <action name="fileExitAction" >
      <property name="icon" >
        <iconset>
          <normaloff>exit.png</normaloff>exit.png</iconset>
      </property>
      <property name="text" >
        <string>E&amp;xit</string>
      </property>
      <property name="iconText" >
        <string>Exit</string>
      </property>
      <property name="shortcut" >
        <string>Ctrl+Q</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>fileExitAction</cstring>
      </property>
    </action>
    <action name="helpContentsAction" >
      <property name="icon" >
        <iconset>
          <normaloff/>
        </iconset>
      </property>
      <property name="text" >
        <string>&amp;Contents...</string>
      </property>
      <property name="iconText" >
        <string>Contents</string>
      </property>
      <property name="shortcut" >
        <string/>
      </property>
      <property name="name" stdset="0" >
        <cstring>helpContentsAction</cstring>
      </property>
    </action>
    <action name="helpIndexAction" >
      <property name="text" >
        <string>&amp;Index...</string>
      </property>
      <property name="iconText" >
        <string>Index</string>
      </property>
      <property name="shortcut" >
        <string/>
      </property>
      <property name="name" stdset="0" >
        <cstring>helpIndexAction</cstring>
      </property>
    </action>
    <action name="helpAboutAction" >
      <property name="text" >
        <string>&amp;About</string>
      </property>
      <property name="iconText" >
        <string>About</string>
      </property>
      <property name="shortcut" >
        <string/>
      </property>
      <property name="name" stdset="0" >
        <cstring>helpAboutAction</cstring>
      </property>
    </action>
    <action name="extrasSave_heart_rate_Action" >
      <property name="text" >
        <string>Save heart rate ...</string>
      </property>
      <property name="iconText" >
        <string>Save heart rate ...</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>extrasSave_heart_rate_Action</cstring>
      </property>
    </action>
    <action name="extrasSettingsAction" >
      <property name="text" >
        <string>Settings</string>
      </property>
      <property name="iconText" >
        <string>Settings</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>extrasSettingsAction</cstring>
      </property>
    </action>
    <action name="extrasWMSAction" >
      <property name="text" >
        <string>WMS Settings</string>
      </property>
      <property name="iconText" >
        <string>WMS Settings</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>extrasWMSAction</cstring>
      </property>
    </action>
    <action name="extrasnew_itemAction" >
      <property name="text" >
        <string>new item</string>
      </property>
      <property name="iconText" >
        <string>new item</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>extrasnew_itemAction</cstring>
      </property>
    </action>
    <action name="editRename_Action" >
      <property name="text" >
        <string>Rename ...</string>
      </property>
      <property name="iconText" >
        <string>Rename ...</string>
      </property>
      <property name="name" stdset="0" >
        <cstring>editRename_Action</cstring>
      </property>
    </action>
  </widget>
  <layoutdefault spacing="6" margin="11" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <customwidgets>
    <customwidget>
      <class>KComboBox</class>
      <extends>QComboBox</extends>
      <header>kcombobox.h</header>
    </customwidget>
    <customwidget>
      <class>KToolBar</class>
      <extends>QToolBar</extends>
      <header>KToolBar</header>
    </customwidget>
    <customwidget>
      <class>Q3Frame</class>
      <extends>QFrame</extends>
      <header>Qt3Support/Q3Frame</header>
      <container>1</container>
    </customwidget>
    <customwidget>
      <class>QMainWindow</class>
      <extends>QWidget</extends>
      <header>qmainwindow.h</header>
      <container>1</container>
    </customwidget>
    <customwidget>
      <class>Q3ListView</class>
      <extends>Q3Frame</extends>
      <header>q3listview.h</header>
    </customwidget>
    <customwidget>
      <class>KMenuBar</class>
      <extends>QMenuBar</extends>
      <header>KMenuBar</header>
    </customwidget>
    <customwidget>
      <class>K3ListView</class>
      <extends>Q3ListView</extends>
      <header location="global" >K3ListView</header>
    </customwidget>
    <customwidget>
      <class>KMenu</class>
      <extends>QMenu</extends>
      <header>KMenu</header>
    </customwidget>
    <customwidget>
      <class>KToolBar</class>
      <extends>QToolBar</extends>
      <header>KToolBar</header>
    </customwidget>
  </customwidgets>
  <tabstops>
    <tabstop>liActivities</tabstop>
    <tabstop>liLaps</tabstop>
    <tabstop>kcbCurveTypes</tabstop>
  </tabstops>
  <includes>
    <include location="local" >K3ListView</include>
    <include location="local" >kcombobox.h</include>
  </includes>
  <resources/>
  <connections>
    <connection>
      <sender>fileNewAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>fileNew()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>fileOpenAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>fileOpen()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>fileImportAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>fileImport()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>fileSaveAsAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>fileSaveAs()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>filePrintAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>filePrint()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>fileExitAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>fileExit()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>helpIndexAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>helpIndex()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>helpContentsAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>helpContents()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>helpAboutAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>helpAbout()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>liActivities</sender>
      <signal>clicked(Q3ListViewItem*)</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>liActivitiesSlot(Q3ListViewItem*)</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>liLaps</sender>
      <signal>clicked(Q3ListViewItem*)</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>liLapsSlot(Q3ListViewItem*)</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>btHand</sender>
      <signal>clicked()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>btHandSlot()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>btFlag</sender>
      <signal>clicked()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>btFlagSlot()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>btFullscreen</sender>
      <signal>clicked()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>btFullscreenSlot()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>btGlas</sender>
      <signal>clicked()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>btGlasSlot()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>btGlasMinus</sender>
      <signal>clicked()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>btGlasMinusSlot()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>btGlasPlus</sender>
      <signal>clicked()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>btGlasPlusSlot()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>20</x>
          <y>20</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>extrasSave_heart_rate_Action</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>extrasSaveHR()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>extrasSettingsAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>extrasSettings()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>extrasWMSAction</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>extrasWMSSettings()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
    <connection>
      <sender>editRename_Action</sender>
      <signal>activated()</signal>
      <receiver>sportwatcherWidgetBase</receiver>
      <slot>editRename()</slot>
      <hints>
        <hint type="sourcelabel" >
          <x>-1</x>
          <y>-1</y>
        </hint>
        <hint type="destinationlabel" >
          <x>20</x>
          <y>20</y>
        </hint>
      </hints>
    </connection>
  </connections>
</ui>