Subversion Repositories svn1

Rev

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

Rev Author Line No. Line
129 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDialogLegStartTimes</class>
4
 <widget class="QDialog" name="QmDialogLegStartTimes">
131 david 5
  <property name="enabled">
6
   <bool>true</bool>
7
  </property>
129 david 8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>288</width>
203 - 13
    <height>292</height>
129 david 14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Dialog</string>
18
  </property>
19
  <widget class="QDialogButtonBox" name="buttonBox">
20
   <property name="geometry">
21
    <rect>
135 - 22
     <x>70</x>
203 - 23
     <y>260</y>
129 david 24
     <width>156</width>
25
     <height>23</height>
26
    </rect>
27
   </property>
28
   <property name="orientation">
29
    <enum>Qt::Horizontal</enum>
30
   </property>
31
   <property name="standardButtons">
32
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
33
   </property>
34
  </widget>
35
  <widget class="QCheckBox" name="invalidateTimes">
36
   <property name="geometry">
37
    <rect>
38
     <x>11</x>
131 david 39
     <y>123</y>
129 david 40
     <width>261</width>
41
     <height>17</height>
42
    </rect>
43
   </property>
44
   <property name="text">
45
    <string>Invalidate the leg start times</string>
46
   </property>
47
  </widget>
48
  <widget class="QLabel" name="label_leg">
49
   <property name="geometry">
50
    <rect>
51
     <x>11</x>
52
     <y>11</y>
131 david 53
     <width>101</width>
129 david 54
     <height>16</height>
55
    </rect>
56
   </property>
57
   <property name="text">
58
    <string>Leg</string>
59
   </property>
60
  </widget>
61
  <widget class="QLabel" name="label_time">
62
   <property name="geometry">
63
    <rect>
64
     <x>11</x>
131 david 65
     <y>40</y>
66
     <width>101</width>
129 david 67
     <height>16</height>
68
    </rect>
69
   </property>
70
   <property name="text">
71
    <string>Time</string>
72
   </property>
73
  </widget>
74
  <widget class="QCheckBox" name="genLegStartReport">
75
   <property name="geometry">
76
    <rect>
77
     <x>11</x>
131 david 78
     <y>100</y>
129 david 79
     <width>241</width>
80
     <height>17</height>
81
    </rect>
82
   </property>
83
   <property name="text">
84
    <string>Generate leg start report</string>
85
   </property>
86
  </widget>
87
  <widget class="QSpinBox" name="legNumber">
88
   <property name="geometry">
89
    <rect>
251 - 90
     <x>91</x>
129 david 91
     <y>11</y>
92
     <width>33</width>
93
     <height>20</height>
94
    </rect>
95
   </property>
96
  </widget>
97
  <widget class="QTimeEdit" name="timeEdit">
98
   <property name="geometry">
99
    <rect>
251 - 100
     <x>91</x>
131 david 101
     <y>40</y>
129 david 102
     <width>89</width>
103
     <height>20</height>
104
    </rect>
105
   </property>
131 david 106
   <property name="minimumTime">
107
    <time>
108
     <hour>0</hour>
109
     <minute>0</minute>
110
     <second>0</second>
111
    </time>
112
   </property>
113
   <property name="displayFormat">
114
    <string>hh:mm:ss</string>
115
   </property>
116
   <property name="time">
117
    <time>
118
     <hour>0</hour>
119
     <minute>0</minute>
120
     <second>0</second>
121
    </time>
122
   </property>
129 david 123
  </widget>
131 david 124
  <widget class="QTimeEdit" name="deltaTimeEdit">
125
   <property name="geometry">
126
    <rect>
251 - 127
     <x>90</x>
131 david 128
     <y>70</y>
129
     <width>89</width>
130
     <height>20</height>
131
    </rect>
132
   </property>
133
   <property name="minimumTime">
134
    <time>
135
     <hour>0</hour>
136
     <minute>0</minute>
137
     <second>0</second>
138
    </time>
139
   </property>
140
   <property name="displayFormat">
141
    <string>hh:mm:ss</string>
142
   </property>
143
   <property name="time">
144
    <time>
145
     <hour>0</hour>
146
     <minute>0</minute>
147
     <second>0</second>
148
    </time>
149
   </property>
150
  </widget>
151
  <widget class="QLabel" name="label_delta_time">
152
   <property name="geometry">
153
    <rect>
154
     <x>10</x>
155
     <y>70</y>
156
     <width>101</width>
157
     <height>16</height>
158
    </rect>
159
   </property>
160
   <property name="text">
161
    <string>Delta</string>
162
   </property>
163
  </widget>
203 - 164
  <widget class="QLabel" name="description">
165
   <property name="geometry">
166
    <rect>
167
     <x>10</x>
168
     <y>150</y>
169
     <width>271</width>
170
     <height>101</height>
171
    </rect>
172
   </property>
173
   <property name="frameShape">
174
    <enum>QFrame::Box</enum>
175
   </property>
176
   <property name="frameShadow">
177
    <enum>QFrame::Raised</enum>
178
   </property>
179
   <property name="text">
180
    <string/>
181
   </property>
182
   <property name="scaledContents">
183
    <bool>true</bool>
184
   </property>
185
   <property name="alignment">
186
    <set>Qt::AlignHCenter|Qt::AlignTop</set>
187
   </property>
188
   <property name="wordWrap">
189
    <bool>true</bool>
190
   </property>
191
  </widget>
251 - 192
  <widget class="QLineEdit" name="deltaTimeSecs">
193
   <property name="enabled">
252 - 194
    <bool>false</bool>
251 - 195
   </property>
196
   <property name="geometry">
197
    <rect>
198
     <x>190</x>
199
     <y>70</y>
200
     <width>81</width>
201
     <height>20</height>
202
    </rect>
203
   </property>
204
   <property name="readOnly">
205
    <bool>true</bool>
206
   </property>
207
  </widget>
252 - 208
  <widget class="QLineEdit" name="legName">
209
   <property name="enabled">
210
    <bool>false</bool>
211
   </property>
212
   <property name="geometry">
213
    <rect>
214
     <x>130</x>
215
     <y>10</y>
216
     <width>141</width>
217
     <height>20</height>
218
    </rect>
219
   </property>
220
   <property name="frame">
221
    <bool>true</bool>
222
   </property>
223
   <property name="readOnly">
224
    <bool>true</bool>
225
   </property>
226
  </widget>
129 david 227
 </widget>
228
 <resources/>
229
 <connections>
230
  <connection>
231
   <sender>buttonBox</sender>
232
   <signal>accepted()</signal>
233
   <receiver>QmDialogLegStartTimes</receiver>
234
   <slot>accept()</slot>
235
   <hints>
236
    <hint type="sourcelabel">
237
     <x>248</x>
238
     <y>254</y>
239
    </hint>
240
    <hint type="destinationlabel">
241
     <x>157</x>
242
     <y>274</y>
243
    </hint>
244
   </hints>
245
  </connection>
246
  <connection>
247
   <sender>buttonBox</sender>
248
   <signal>rejected()</signal>
249
   <receiver>QmDialogLegStartTimes</receiver>
250
   <slot>reject()</slot>
251
   <hints>
252
    <hint type="sourcelabel">
253
     <x>316</x>
254
     <y>260</y>
255
    </hint>
256
    <hint type="destinationlabel">
257
     <x>286</x>
258
     <y>274</y>
259
    </hint>
260
   </hints>
261
  </connection>
262
 </connections>
263
</ui>