Subversion Repositories svn1-original

Rev

Rev 133 | Rev 139 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 133 Rev 135
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<ui version="4.0">
3
 <class>QmDialogLegStartTimes</class>
3
 <class>QmDialogLegStartTimes</class>
4
 <widget class="QDialog" name="QmDialogLegStartTimes">
4
 <widget class="QDialog" name="QmDialogLegStartTimes">
-
 
5
  <property name="enabled">
-
 
6
   <bool>true</bool>
-
 
7
  </property>
5
  <property name="geometry">
8
  <property name="geometry">
6
   <rect>
9
   <rect>
7
    <x>0</x>
10
    <x>0</x>
8
    <y>0</y>
11
    <y>0</y>
9
    <width>288</width>
12
    <width>288</width>
Line 31... Line 34...
31
  </widget>
34
  </widget>
32
  <widget class="QCheckBox" name="invalidateTimes">
35
  <widget class="QCheckBox" name="invalidateTimes">
33
   <property name="geometry">
36
   <property name="geometry">
34
    <rect>
37
    <rect>
35
     <x>11</x>
38
     <x>11</x>
36
     <y>86</y>
39
     <y>123</y>
37
     <width>261</width>
40
     <width>261</width>
38
     <height>17</height>
41
     <height>17</height>
39
    </rect>
42
    </rect>
40
   </property>
43
   </property>
41
   <property name="text">
44
   <property name="text">
Line 45... Line 48...
45
  <widget class="QLabel" name="label_leg">
48
  <widget class="QLabel" name="label_leg">
46
   <property name="geometry">
49
   <property name="geometry">
47
    <rect>
50
    <rect>
48
     <x>11</x>
51
     <x>11</x>
49
     <y>11</y>
52
     <y>11</y>
50
     <width>46</width>
53
     <width>101</width>
51
     <height>16</height>
54
     <height>16</height>
52
    </rect>
55
    </rect>
53
   </property>
56
   </property>
54
   <property name="text">
57
   <property name="text">
55
    <string>Leg</string>
58
    <string>Leg</string>
Line 57... Line 60...
57
  </widget>
60
  </widget>
58
  <widget class="QLabel" name="label_time">
61
  <widget class="QLabel" name="label_time">
59
   <property name="geometry">
62
   <property name="geometry">
60
    <rect>
63
    <rect>
61
     <x>11</x>
64
     <x>11</x>
62
     <y>37</y>
65
     <y>40</y>
63
     <width>46</width>
66
     <width>101</width>
64
     <height>16</height>
67
     <height>16</height>
65
    </rect>
68
    </rect>
66
   </property>
69
   </property>
67
   <property name="text">
70
   <property name="text">
68
    <string>Time</string>
71
    <string>Time</string>
Line 70... Line 73...
70
  </widget>
73
  </widget>
71
  <widget class="QCheckBox" name="genLegStartReport">
74
  <widget class="QCheckBox" name="genLegStartReport">
72
   <property name="geometry">
75
   <property name="geometry">
73
    <rect>
76
    <rect>
74
     <x>11</x>
77
     <x>11</x>
75
     <y>63</y>
78
     <y>100</y>
76
     <width>241</width>
79
     <width>241</width>
77
     <height>17</height>
80
     <height>17</height>
78
    </rect>
81
    </rect>
79
   </property>
82
   </property>
80
   <property name="text">
83
   <property name="text">
Line 82... Line 85...
82
   </property>
85
   </property>
83
  </widget>
86
  </widget>
84
  <widget class="QSpinBox" name="legNumber">
87
  <widget class="QSpinBox" name="legNumber">
85
   <property name="geometry">
88
   <property name="geometry">
86
    <rect>
89
    <rect>
87
     <x>87</x>
90
     <x>120</x>
88
     <y>11</y>
91
     <y>11</y>
89
     <width>33</width>
92
     <width>33</width>
90
     <height>20</height>
93
     <height>20</height>
91
    </rect>
94
    </rect>
92
   </property>
95
   </property>
93
  </widget>
96
  </widget>
94
  <widget class="QTimeEdit" name="timeEdit">
97
  <widget class="QTimeEdit" name="timeEdit">
95
   <property name="geometry">
98
   <property name="geometry">
96
    <rect>
99
    <rect>
97
     <x>87</x>
100
     <x>120</x>
-
 
101
     <y>40</y>
-
 
102
     <width>89</width>
-
 
103
     <height>20</height>
-
 
104
    </rect>
-
 
105
   </property>
-
 
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>
-
 
123
  </widget>
-
 
124
  <widget class="QTimeEdit" name="deltaTimeEdit">
-
 
125
   <property name="geometry">
-
 
126
    <rect>
-
 
127
     <x>119</x>
98
     <y>37</y>
128
     <y>70</y>
99
     <width>89</width>
129
     <width>89</width>
100
     <height>20</height>
130
     <height>20</height>
101
    </rect>
131
    </rect>
102
   </property>
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>
103
  </widget>
163
  </widget>
104
 </widget>
164
 </widget>
105
 <resources/>
165
 <resources/>
106
 <connections>
166
 <connections>
107
  <connection>
167
  <connection>