Subversion Repositories svn1-original

Rev

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

Rev Author Line No. Line
157 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDialogUploadLegTimes</class>
4
 <widget class="QDialog" name="QmDialogUploadLegTimes">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
159 - 9
    <width>519</width>
10
    <height>568</height>
157 david 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Dialog</string>
15
  </property>
16
  <widget class="QGroupBox" name="groupBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>500</y>
21
     <width>161</width>
22
     <height>41</height>
23
    </rect>
24
   </property>
25
   <property name="title">
26
    <string>Leg Selector</string>
27
   </property>
28
   <widget class="QRadioButton" name="legStart">
29
    <property name="geometry">
30
     <rect>
31
      <x>10</x>
32
      <y>16</y>
33
      <width>41</width>
34
      <height>17</height>
35
     </rect>
36
    </property>
37
    <property name="text">
38
     <string>Start</string>
39
    </property>
40
   </widget>
41
   <widget class="QRadioButton" name="legEnd">
42
    <property name="geometry">
43
     <rect>
44
      <x>64</x>
45
      <y>16</y>
46
      <width>41</width>
47
      <height>17</height>
48
     </rect>
49
    </property>
50
    <property name="text">
51
     <string>End</string>
52
    </property>
53
    <property name="checked">
54
     <bool>true</bool>
55
    </property>
56
   </widget>
57
   <widget class="QSpinBox" name="legNumber">
58
    <property name="geometry">
59
     <rect>
60
      <x>110</x>
61
      <y>13</y>
159 - 62
      <width>41</width>
157 david 63
      <height>22</height>
64
     </rect>
65
    </property>
66
   </widget>
67
  </widget>
68
  <widget class="QPushButton" name="cancel">
69
   <property name="geometry">
70
    <rect>
159 - 71
     <x>430</x>
72
     <y>513</y>
157 david 73
     <width>75</width>
74
     <height>23</height>
75
    </rect>
76
   </property>
77
   <property name="text">
78
    <string>Cancel</string>
79
   </property>
80
  </widget>
81
  <widget class="QPushButton" name="update">
82
   <property name="geometry">
83
    <rect>
159 - 84
     <x>350</x>
85
     <y>513</y>
157 david 86
     <width>75</width>
87
     <height>23</height>
88
    </rect>
89
   </property>
90
   <property name="text">
91
    <string>Update</string>
92
   </property>
93
  </widget>
94
  <widget class="QGroupBox" name="groupBox_2">
95
   <property name="geometry">
96
    <rect>
97
     <x>9</x>
98
     <y>0</y>
159 - 99
     <width>501</width>
189 - 100
     <height>461</height>
157 david 101
    </rect>
102
   </property>
103
   <property name="title">
104
    <string>Leg Data</string>
105
   </property>
106
   <widget class="QTableWidget" name="tableWidget">
107
    <property name="geometry">
108
     <rect>
159 - 109
      <x>15</x>
110
      <y>21</y>
157 david 111
      <width>471</width>
189 - 112
      <height>431</height>
157 david 113
     </rect>
114
    </property>
115
    <property name="dragEnabled">
191 - 116
     <bool>false</bool>
157 david 117
    </property>
191 - 118
    <property name="dragDropOverwriteMode">
119
     <bool>false</bool>
120
    </property>
157 david 121
    <property name="dragDropMode">
191 - 122
     <enum>QAbstractItemView::NoDragDrop</enum>
157 david 123
    </property>
124
    <property name="defaultDropAction">
125
     <enum>Qt::CopyAction</enum>
126
    </property>
127
    <property name="alternatingRowColors">
128
     <bool>true</bool>
129
    </property>
130
    <property name="selectionMode">
131
     <enum>QAbstractItemView::SingleSelection</enum>
132
    </property>
133
    <property name="sortingEnabled">
134
     <bool>false</bool>
135
    </property>
136
    <property name="cornerButtonEnabled">
137
     <bool>false</bool>
138
    </property>
139
    <property name="columnCount">
140
     <number>4</number>
141
    </property>
142
    <attribute name="verticalHeaderDefaultSectionSize">
143
     <number>20</number>
144
    </attribute>
145
    <column/>
146
    <column/>
147
    <column/>
148
    <column/>
149
   </widget>
150
  </widget>
189 - 151
  <widget class="QLabel" name="status">
159 - 152
   <property name="geometry">
153
    <rect>
189 - 154
     <x>0</x>
155
     <y>550</y>
156
     <width>521</width>
157
     <height>18</height>
158
    </rect>
159
   </property>
160
   <property name="text">
161
    <string/>
162
   </property>
163
  </widget>
164
  <widget class="QGroupBox" name="groupBox_4">
165
   <property name="geometry">
166
    <rect>
167
     <x>10</x>
168
     <y>459</y>
169
     <width>161</width>
159 - 170
     <height>41</height>
171
    </rect>
172
   </property>
173
   <property name="title">
189 - 174
    <string>Max Time Delta</string>
159 - 175
   </property>
189 - 176
   <widget class="QCheckBox" name="hideOk">
159 - 177
    <property name="geometry">
178
     <rect>
189 - 179
      <x>10</x>
180
      <y>16</y>
181
      <width>71</width>
182
      <height>18</height>
159 - 183
     </rect>
184
    </property>
189 - 185
    <property name="text">
186
     <string>Hide OK</string>
187
    </property>
159 - 188
   </widget>
189 - 189
   <widget class="QSpinBox" name="deltaTime">
190
    <property name="geometry">
191
     <rect>
192
      <x>80</x>
193
      <y>15</y>
194
      <width>46</width>
195
      <height>20</height>
196
     </rect>
197
    </property>
198
   </widget>
199
   <widget class="QLabel" name="label">
200
    <property name="geometry">
201
     <rect>
202
      <x>130</x>
203
      <y>10</y>
204
      <width>31</width>
205
      <height>29</height>
206
     </rect>
207
    </property>
208
    <property name="text">
209
     <string>Delta</string>
210
    </property>
211
   </widget>
159 - 212
  </widget>
189 - 213
  <widget class="QPushButton" name="load">
159 - 214
   <property name="geometry">
215
    <rect>
189 - 216
     <x>180</x>
217
     <y>513</y>
218
     <width>77</width>
219
     <height>25</height>
159 - 220
    </rect>
221
   </property>
222
   <property name="text">
189 - 223
    <string>Load</string>
159 - 224
   </property>
225
  </widget>
189 - 226
  <widget class="QGroupBox" name="groupBox_3">
227
   <property name="geometry">
228
    <rect>
229
     <x>180</x>
230
     <y>460</y>
231
     <width>81</width>
232
     <height>41</height>
233
    </rect>
234
   </property>
235
   <property name="title">
236
    <string>Max Delta</string>
237
   </property>
238
   <widget class="QLineEdit" name="maxDeltaTime">
239
    <property name="geometry">
240
     <rect>
241
      <x>6</x>
242
      <y>17</y>
243
      <width>61</width>
244
      <height>20</height>
245
     </rect>
246
    </property>
247
    <property name="inputMask">
248
     <string notr="true"/>
249
    </property>
250
    <property name="maxLength">
251
     <number>10</number>
252
    </property>
253
    <property name="readOnly">
254
     <bool>true</bool>
255
    </property>
256
   </widget>
257
  </widget>
157 david 258
 </widget>
259
 <resources/>
260
 <connections/>
261
</ui>