Subversion Repositories svn1-original

Rev

Rev 207 | Rev 255 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
133 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDialogLegStartTimes</class>
4
 <widget class="QDialog" name="QmDialogLegStartTimes">
135 david 5
  <property name="enabled">
6
   <bool>true</bool>
7
  </property>
133 david 8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>288</width>
207 - 13
    <height>292</height>
133 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>
139 - 22
     <x>70</x>
207 - 23
     <y>260</y>
133 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>
135 david 39
     <y>123</y>
133 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>
135 david 53
     <width>101</width>
133 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>
135 david 65
     <y>40</y>
66
     <width>101</width>
133 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>
135 david 78
     <y>100</y>
133 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>
135 david 90
     <x>120</x>
133 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>
135 david 100
     <x>120</x>
101
     <y>40</y>
133 david 102
     <width>89</width>
103
     <height>20</height>
104
    </rect>
105
   </property>
135 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>
133 david 123
  </widget>
135 david 124
  <widget class="QTimeEdit" name="deltaTimeEdit">
125
   <property name="geometry">
126
    <rect>
127
     <x>119</x>
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>
207 - 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>
133 david 192
 </widget>
193
 <resources/>
194
 <connections>
195
  <connection>
196
   <sender>buttonBox</sender>
197
   <signal>accepted()</signal>
198
   <receiver>QmDialogLegStartTimes</receiver>
199
   <slot>accept()</slot>
200
   <hints>
201
    <hint type="sourcelabel">
202
     <x>248</x>
203
     <y>254</y>
204
    </hint>
205
    <hint type="destinationlabel">
206
     <x>157</x>
207
     <y>274</y>
208
    </hint>
209
   </hints>
210
  </connection>
211
  <connection>
212
   <sender>buttonBox</sender>
213
   <signal>rejected()</signal>
214
   <receiver>QmDialogLegStartTimes</receiver>
215
   <slot>reject()</slot>
216
   <hints>
217
    <hint type="sourcelabel">
218
     <x>316</x>
219
     <y>260</y>
220
    </hint>
221
    <hint type="destinationlabel">
222
     <x>286</x>
223
     <y>274</y>
224
    </hint>
225
   </hints>
226
  </connection>
227
 </connections>
228
</ui>