Subversion Repositories svn1

Rev

Rev 131 | 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">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>288</width>
10
    <height>204</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dialog</string>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>80</x>
20
     <y>150</y>
21
     <width>156</width>
22
     <height>23</height>
23
    </rect>
24
   </property>
25
   <property name="orientation">
26
    <enum>Qt::Horizontal</enum>
27
   </property>
28
   <property name="standardButtons">
29
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
30
   </property>
31
  </widget>
32
  <widget class="QCheckBox" name="invalidateTimes">
33
   <property name="geometry">
34
    <rect>
35
     <x>11</x>
36
     <y>86</y>
37
     <width>261</width>
38
     <height>17</height>
39
    </rect>
40
   </property>
41
   <property name="text">
42
    <string>Invalidate the leg start times</string>
43
   </property>
44
  </widget>
45
  <widget class="QLabel" name="label_leg">
46
   <property name="geometry">
47
    <rect>
48
     <x>11</x>
49
     <y>11</y>
50
     <width>46</width>
51
     <height>16</height>
52
    </rect>
53
   </property>
54
   <property name="text">
55
    <string>Leg</string>
56
   </property>
57
  </widget>
58
  <widget class="QLabel" name="label_time">
59
   <property name="geometry">
60
    <rect>
61
     <x>11</x>
62
     <y>37</y>
63
     <width>46</width>
64
     <height>16</height>
65
    </rect>
66
   </property>
67
   <property name="text">
68
    <string>Time</string>
69
   </property>
70
  </widget>
71
  <widget class="QCheckBox" name="genLegStartReport">
72
   <property name="geometry">
73
    <rect>
74
     <x>11</x>
75
     <y>63</y>
76
     <width>241</width>
77
     <height>17</height>
78
    </rect>
79
   </property>
80
   <property name="text">
81
    <string>Generate leg start report</string>
82
   </property>
83
  </widget>
84
  <widget class="QSpinBox" name="legNumber">
85
   <property name="geometry">
86
    <rect>
87
     <x>87</x>
88
     <y>11</y>
89
     <width>33</width>
90
     <height>20</height>
91
    </rect>
92
   </property>
93
  </widget>
94
  <widget class="QTimeEdit" name="timeEdit">
95
   <property name="geometry">
96
    <rect>
97
     <x>87</x>
98
     <y>37</y>
99
     <width>89</width>
100
     <height>20</height>
101
    </rect>
102
   </property>
103
  </widget>
104
 </widget>
105
 <resources/>
106
 <connections>
107
  <connection>
108
   <sender>buttonBox</sender>
109
   <signal>accepted()</signal>
110
   <receiver>QmDialogLegStartTimes</receiver>
111
   <slot>accept()</slot>
112
   <hints>
113
    <hint type="sourcelabel">
114
     <x>248</x>
115
     <y>254</y>
116
    </hint>
117
    <hint type="destinationlabel">
118
     <x>157</x>
119
     <y>274</y>
120
    </hint>
121
   </hints>
122
  </connection>
123
  <connection>
124
   <sender>buttonBox</sender>
125
   <signal>rejected()</signal>
126
   <receiver>QmDialogLegStartTimes</receiver>
127
   <slot>reject()</slot>
128
   <hints>
129
    <hint type="sourcelabel">
130
     <x>316</x>
131
     <y>260</y>
132
    </hint>
133
    <hint type="destinationlabel">
134
     <x>286</x>
135
     <y>274</y>
136
    </hint>
137
   </hints>
138
  </connection>
139
 </connections>
140
</ui>