Subversion Repositories svn1-original

Rev

Rev 240 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>QmLegTimes</class>
 <widget class="QWidget" name="QmLegTimes">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>440</width>
    <height>25</height>
   </rect>
  </property>
  <property name="sizePolicy">
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <widget class="QWidget" name="layoutWidget">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>441</width>
     <height>26</height>
    </rect>
   </property>
   <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0,0,0,0,0,0,0">
    <property name="leftMargin">
     <number>6</number>
    </property>
    <property name="topMargin">
     <number>3</number>
    </property>
    <property name="rightMargin">
     <number>6</number>
    </property>
    <property name="bottomMargin">
     <number>2</number>
    </property>
    <item>
     <widget class="QLabel" name="legName">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="minimumSize">
       <size>
        <width>40</width>
        <height>0</height>
       </size>
      </property>
      <property name="text">
       <string>123456789012345</string>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QCheckBox" name="checkBox">
      <property name="maximumSize">
       <size>
        <width>13</width>
        <height>16777215</height>
       </size>
      </property>
      <property name="toolTip">
       <string>Manual Start Time</string>
      </property>
      <property name="text">
       <string/>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QTimeEdit" name="startTime">
      <property name="enabled">
       <bool>true</bool>
      </property>
      <property name="toolTip">
       <string>Start Time</string>
      </property>
      <property name="displayFormat">
       <string>h:mm:ss</string>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QTimeEdit" name="endTime">
      <property name="toolTip">
       <string>End Time</string>
      </property>
      <property name="displayFormat">
       <string>h:mm:ss</string>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QLineEdit" name="elapsedTime">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="maximumSize">
       <size>
        <width>55</width>
        <height>16777215</height>
       </size>
      </property>
      <property name="toolTip">
       <string>Elapsed Time</string>
      </property>
      <property name="text">
       <string>00:00:00</string>
      </property>
      <property name="readOnly">
       <bool>true</bool>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QLabel" name="l_place">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="minimumSize">
       <size>
        <width>20</width>
        <height>0</height>
       </size>
      </property>
      <property name="toolTip">
       <string notr="true">Placing based on elapsed time within the leg</string>
      </property>
      <property name="text">
       <string notr="true">-</string>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QLabel" name="le_place">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="minimumSize">
       <size>
        <width>20</width>
        <height>0</height>
       </size>
      </property>
      <property name="toolTip">
       <string notr="true">Placing based on accumulated times to the end of that leg</string>
      </property>
      <property name="text">
       <string notr="true">-</string>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QLabel" name="lc_place">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="minimumSize">
       <size>
        <width>20</width>
        <height>0</height>
       </size>
      </property>
      <property name="toolTip">
       <string notr="true">Class placing based on elapsed time within the leg</string>
      </property>
      <property name="text">
       <string notr="true">-</string>
      </property>
     </widget>
    </item>
    <item>
     <widget class="QLabel" name="lec_place">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
        <horstretch>0</horstretch>
        <verstretch>0</verstretch>
       </sizepolicy>
      </property>
      <property name="minimumSize">
       <size>
        <width>20</width>
        <height>0</height>
       </size>
      </property>
      <property name="toolTip">
       <string>Class placing based on accumulated times to the end of that leg</string>
      </property>
      <property name="text">
       <string notr="true">-</string>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
 </widget>
 <resources/>
 <connections/>
</ui>