Subversion Repositories svn1-original

Rev

Rev 157 | Rev 189 | Go to most recent revision | 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>
157 david 100
     <height>491</height>
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>
159 - 112
      <height>451</height>
157 david 113
     </rect>
114
    </property>
115
    <property name="dragEnabled">
116
     <bool>true</bool>
117
    </property>
118
    <property name="dragDropMode">
119
     <enum>QAbstractItemView::DragDrop</enum>
120
    </property>
121
    <property name="defaultDropAction">
122
     <enum>Qt::CopyAction</enum>
123
    </property>
124
    <property name="alternatingRowColors">
125
     <bool>true</bool>
126
    </property>
127
    <property name="selectionMode">
128
     <enum>QAbstractItemView::SingleSelection</enum>
129
    </property>
130
    <property name="sortingEnabled">
131
     <bool>false</bool>
132
    </property>
133
    <property name="cornerButtonEnabled">
134
     <bool>false</bool>
135
    </property>
136
    <property name="columnCount">
137
     <number>4</number>
138
    </property>
139
    <attribute name="verticalHeaderDefaultSectionSize">
140
     <number>20</number>
141
    </attribute>
142
    <column/>
143
    <column/>
144
    <column/>
145
    <column/>
146
   </widget>
147
  </widget>
159 - 148
  <widget class="QGroupBox" name="groupBox_3">
149
   <property name="geometry">
150
    <rect>
151
     <x>180</x>
152
     <y>500</y>
153
     <width>165</width>
154
     <height>41</height>
155
    </rect>
156
   </property>
157
   <property name="title">
158
    <string>Time Data</string>
159
   </property>
160
   <widget class="QWidget" name="horizontalLayoutWidget">
161
    <property name="geometry">
162
     <rect>
163
      <x>-1</x>
164
      <y>9</y>
165
      <width>167</width>
166
      <height>31</height>
167
     </rect>
168
    </property>
169
    <layout class="QHBoxLayout" name="horizontalLayout">
170
     <property name="spacing">
171
      <number>4</number>
172
     </property>
173
     <property name="leftMargin">
174
      <number>5</number>
175
     </property>
176
     <property name="rightMargin">
177
      <number>6</number>
178
     </property>
179
     <item>
180
      <widget class="QSpinBox" name="deltaTime"/>
181
     </item>
182
     <item>
183
      <widget class="QLabel" name="label">
184
       <property name="text">
185
        <string>Delta</string>
186
       </property>
187
      </widget>
188
     </item>
189
     <item>
190
      <widget class="QPushButton" name="load">
191
       <property name="text">
192
        <string>Load</string>
193
       </property>
194
      </widget>
195
     </item>
196
    </layout>
197
   </widget>
198
  </widget>
199
  <widget class="QLabel" name="status">
200
   <property name="geometry">
201
    <rect>
202
     <x>0</x>
203
     <y>550</y>
204
     <width>521</width>
205
     <height>18</height>
206
    </rect>
207
   </property>
208
   <property name="text">
209
    <string/>
210
   </property>
211
  </widget>
157 david 212
 </widget>
213
 <resources/>
214
 <connections/>
215
</ui>