Subversion Repositories svn1

Rev

Rev 236 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
118 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmLegTimes</class>
4
 <widget class="QWidget" name="QmLegTimes">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>440</width>
10
    <height>25</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Form</string>
21
  </property>
22
  <widget class="QWidget" name="layoutWidget">
23
   <property name="geometry">
24
    <rect>
25
     <x>0</x>
26
     <y>0</y>
27
     <width>441</width>
28
     <height>26</height>
29
    </rect>
30
   </property>
31
   <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,0,0,0,0,0,0,0,0">
32
    <property name="leftMargin">
33
     <number>6</number>
34
    </property>
35
    <property name="topMargin">
36
     <number>3</number>
37
    </property>
38
    <property name="rightMargin">
39
     <number>6</number>
40
    </property>
41
    <property name="bottomMargin">
42
     <number>2</number>
43
    </property>
44
    <item>
45
     <widget class="QLabel" name="legName">
46
      <property name="sizePolicy">
47
       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
48
        <horstretch>0</horstretch>
49
        <verstretch>0</verstretch>
50
       </sizepolicy>
51
      </property>
52
      <property name="minimumSize">
53
       <size>
54
        <width>40</width>
55
        <height>0</height>
56
       </size>
57
      </property>
58
      <property name="text">
59
       <string>123456789012345</string>
60
      </property>
61
     </widget>
62
    </item>
63
    <item>
64
     <widget class="QCheckBox" name="checkBox">
65
      <property name="maximumSize">
66
       <size>
67
        <width>13</width>
68
        <height>16777215</height>
69
       </size>
70
      </property>
215 - 71
      <property name="toolTip">
72
       <string>Manual Start Time</string>
73
      </property>
118 david 74
      <property name="text">
75
       <string/>
76
      </property>
77
     </widget>
78
    </item>
79
    <item>
80
     <widget class="QTimeEdit" name="startTime">
119 david 81
      <property name="enabled">
82
       <bool>true</bool>
83
      </property>
215 - 84
      <property name="toolTip">
85
       <string>Start Time</string>
86
      </property>
118 david 87
      <property name="displayFormat">
88
       <string>h:mm:ss</string>
89
      </property>
90
     </widget>
91
    </item>
92
    <item>
93
     <widget class="QTimeEdit" name="endTime">
215 - 94
      <property name="toolTip">
95
       <string>End Time</string>
96
      </property>
118 david 97
      <property name="displayFormat">
98
       <string>h:mm:ss</string>
99
      </property>
100
     </widget>
101
    </item>
102
    <item>
103
     <widget class="QLineEdit" name="elapsedTime">
104
      <property name="sizePolicy">
105
       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
106
        <horstretch>0</horstretch>
107
        <verstretch>0</verstretch>
108
       </sizepolicy>
109
      </property>
110
      <property name="maximumSize">
111
       <size>
112
        <width>55</width>
113
        <height>16777215</height>
114
       </size>
115
      </property>
215 - 116
      <property name="toolTip">
117
       <string>Elapsed Time</string>
118
      </property>
118 david 119
      <property name="text">
120
       <string>00:00:00</string>
121
      </property>
122
      <property name="readOnly">
123
       <bool>true</bool>
124
      </property>
125
     </widget>
126
    </item>
127
    <item>
119 david 128
     <widget class="QLabel" name="l_place">
118 david 129
      <property name="sizePolicy">
130
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
131
        <horstretch>0</horstretch>
132
        <verstretch>0</verstretch>
133
       </sizepolicy>
134
      </property>
135
      <property name="minimumSize">
136
       <size>
137
        <width>20</width>
138
        <height>0</height>
139
       </size>
140
      </property>
215 - 141
      <property name="toolTip">
142
       <string notr="true">Placing based on elapsed time within the leg</string>
143
      </property>
118 david 144
      <property name="text">
215 - 145
       <string notr="true">-</string>
118 david 146
      </property>
147
     </widget>
148
    </item>
149
    <item>
119 david 150
     <widget class="QLabel" name="le_place">
118 david 151
      <property name="sizePolicy">
152
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
153
        <horstretch>0</horstretch>
154
        <verstretch>0</verstretch>
155
       </sizepolicy>
156
      </property>
157
      <property name="minimumSize">
158
       <size>
159
        <width>20</width>
160
        <height>0</height>
161
       </size>
162
      </property>
215 - 163
      <property name="toolTip">
164
       <string notr="true">Placing based on accumulated times to the end of that leg</string>
165
      </property>
118 david 166
      <property name="text">
215 - 167
       <string notr="true">-</string>
118 david 168
      </property>
169
     </widget>
170
    </item>
171
    <item>
119 david 172
     <widget class="QLabel" name="lc_place">
118 david 173
      <property name="sizePolicy">
174
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
175
        <horstretch>0</horstretch>
176
        <verstretch>0</verstretch>
177
       </sizepolicy>
178
      </property>
179
      <property name="minimumSize">
180
       <size>
181
        <width>20</width>
182
        <height>0</height>
183
       </size>
184
      </property>
215 - 185
      <property name="toolTip">
186
       <string notr="true">Class placing based on elapsed time within the leg</string>
187
      </property>
118 david 188
      <property name="text">
215 - 189
       <string notr="true">-</string>
118 david 190
      </property>
191
     </widget>
192
    </item>
193
    <item>
119 david 194
     <widget class="QLabel" name="lec_place">
118 david 195
      <property name="sizePolicy">
196
       <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
197
        <horstretch>0</horstretch>
198
        <verstretch>0</verstretch>
199
       </sizepolicy>
200
      </property>
201
      <property name="minimumSize">
202
       <size>
203
        <width>20</width>
204
        <height>0</height>
205
       </size>
206
      </property>
215 - 207
      <property name="toolTip">
208
       <string>Class placing based on accumulated times to the end of that leg</string>
209
      </property>
118 david 210
      <property name="text">
215 - 211
       <string notr="true">-</string>
118 david 212
      </property>
213
     </widget>
214
    </item>
215
   </layout>
216
  </widget>
217
 </widget>
218
 <resources/>
219
 <connections/>
220
</ui>