Subversion Repositories svn1

Rev

Go to most recent revision | Details | 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>
13
    <height>204</height>
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>
23
     <y>160</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>
131 david 90
     <x>120</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>
131 david 100
     <x>120</x>
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>
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>
129 david 164
 </widget>
165
 <resources/>
166
 <connections>
167
  <connection>
168
   <sender>buttonBox</sender>
169
   <signal>accepted()</signal>
170
   <receiver>QmDialogLegStartTimes</receiver>
171
   <slot>accept()</slot>
172
   <hints>
173
    <hint type="sourcelabel">
174
     <x>248</x>
175
     <y>254</y>
176
    </hint>
177
    <hint type="destinationlabel">
178
     <x>157</x>
179
     <y>274</y>
180
    </hint>
181
   </hints>
182
  </connection>
183
  <connection>
184
   <sender>buttonBox</sender>
185
   <signal>rejected()</signal>
186
   <receiver>QmDialogLegStartTimes</receiver>
187
   <slot>reject()</slot>
188
   <hints>
189
    <hint type="sourcelabel">
190
     <x>316</x>
191
     <y>260</y>
192
    </hint>
193
    <hint type="destinationlabel">
194
     <x>286</x>
195
     <y>274</y>
196
    </hint>
197
   </hints>
198
  </connection>
199
 </connections>
200
</ui>