Subversion Repositories svn1-original

Rev

Rev 159 | Go to most recent revision | Details | 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>
9
    <width>500</width>
10
    <height>550</height>
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>
62
      <width>42</width>
63
      <height>22</height>
64
     </rect>
65
    </property>
66
   </widget>
67
  </widget>
68
  <widget class="QPushButton" name="cancel">
69
   <property name="geometry">
70
    <rect>
71
     <x>410</x>
72
     <y>510</y>
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="load">
82
   <property name="geometry">
83
    <rect>
84
     <x>250</x>
85
     <y>510</y>
86
     <width>75</width>
87
     <height>23</height>
88
    </rect>
89
   </property>
90
   <property name="text">
91
    <string>Load</string>
92
   </property>
93
  </widget>
94
  <widget class="QPushButton" name="update">
95
   <property name="geometry">
96
    <rect>
97
     <x>330</x>
98
     <y>510</y>
99
     <width>75</width>
100
     <height>23</height>
101
    </rect>
102
   </property>
103
   <property name="text">
104
    <string>Update</string>
105
   </property>
106
  </widget>
107
  <widget class="QGroupBox" name="groupBox_2">
108
   <property name="geometry">
109
    <rect>
110
     <x>9</x>
111
     <y>0</y>
112
     <width>481</width>
113
     <height>491</height>
114
    </rect>
115
   </property>
116
   <property name="title">
117
    <string>Leg Data</string>
118
   </property>
119
   <widget class="QTableWidget" name="tableWidget">
120
    <property name="geometry">
121
     <rect>
122
      <x>5</x>
123
      <y>11</y>
124
      <width>471</width>
125
      <height>471</height>
126
     </rect>
127
    </property>
128
    <property name="dragEnabled">
129
     <bool>true</bool>
130
    </property>
131
    <property name="dragDropMode">
132
     <enum>QAbstractItemView::DragDrop</enum>
133
    </property>
134
    <property name="defaultDropAction">
135
     <enum>Qt::CopyAction</enum>
136
    </property>
137
    <property name="alternatingRowColors">
138
     <bool>true</bool>
139
    </property>
140
    <property name="selectionMode">
141
     <enum>QAbstractItemView::SingleSelection</enum>
142
    </property>
143
    <property name="sortingEnabled">
144
     <bool>false</bool>
145
    </property>
146
    <property name="cornerButtonEnabled">
147
     <bool>false</bool>
148
    </property>
149
    <property name="columnCount">
150
     <number>4</number>
151
    </property>
152
    <attribute name="verticalHeaderDefaultSectionSize">
153
     <number>20</number>
154
    </attribute>
155
    <column/>
156
    <column/>
157
    <column/>
158
    <column/>
159
   </widget>
160
  </widget>
161
 </widget>
162
 <resources/>
163
 <connections/>
164
</ui>