Subversion Repositories svn1-original

Rev

Rev 121 | Blame | Last modification | View Log | RSS feed

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>GroupBox</class>
 <widget class="QGroupBox" name="GroupBox">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>361</width>
    <height>40</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>GroupBox</string>
  </property>
  <property name="title">
   <string>Leg Name</string>
  </property>
  <layout class="QHBoxLayout">
   <property name="spacing">
    <number>6</number>
   </property>
   <property name="sizeConstraint">
    <enum>QLayout::SetDefaultConstraint</enum>
   </property>
   <property name="topMargin">
    <number>1</number>
   </property>
   <property name="bottomMargin">
    <number>2</number>
   </property>
   <item>
    <widget class="QCheckBox" name="checkBox">
     <property name="maximumSize">
      <size>
       <width>20</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="text">
      <string/>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QTimeEdit" name="startTime">
     <property name="displayFormat">
      <string>h:mm:ss</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QTimeEdit" name="endTime">
     <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="text">
      <string>00:00:00</string>
     </property>
     <property name="readOnly">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="le_place">
     <property name="text">
      <string>999</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="lc_place">
     <property name="text">
      <string>999</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="xx_place">
     <property name="text">
      <string>999</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLabel" name="yy_place">
     <property name="text">
      <string>999</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>