Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
215 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmDownloadLegTimes</class>
4
 <widget class="QDialog" name="QmDownloadLegTimes">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>208</width>
216 - 10
    <height>175</height>
215 - 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
216 - 14
   <string notr="true">Save Leg Times</string>
215 - 15
  </property>
16
  <widget class="QLabel" name="status">
17
   <property name="geometry">
18
    <rect>
19
     <x>-10</x>
20
     <y>550</y>
21
     <width>521</width>
22
     <height>18</height>
23
    </rect>
24
   </property>
25
   <property name="text">
26
    <string/>
27
   </property>
28
  </widget>
29
  <widget class="QGroupBox" name="groupBox_2">
30
   <property name="geometry">
31
    <rect>
32
     <x>10</x>
33
     <y>10</y>
34
     <width>181</width>
216 - 35
     <height>151</height>
215 - 36
    </rect>
37
   </property>
38
   <property name="title">
39
    <string>Save Leg Times</string>
40
   </property>
41
   <widget class="QPushButton" name="cancel">
42
    <property name="geometry">
43
     <rect>
44
      <x>90</x>
216 - 45
      <y>110</y>
215 - 46
      <width>75</width>
47
      <height>23</height>
48
     </rect>
49
    </property>
50
    <property name="text">
216 - 51
     <string>Close</string>
215 - 52
    </property>
53
   </widget>
216 - 54
   <widget class="QGroupBox" name="legBox">
215 - 55
    <property name="geometry">
56
     <rect>
57
      <x>10</x>
58
      <y>30</y>
59
      <width>161</width>
60
      <height>41</height>
61
     </rect>
62
    </property>
63
    <property name="title">
64
     <string>Leg Selector</string>
65
    </property>
66
    <widget class="QRadioButton" name="legStart">
67
     <property name="geometry">
68
      <rect>
69
       <x>10</x>
70
       <y>16</y>
71
       <width>41</width>
72
       <height>17</height>
73
      </rect>
74
     </property>
75
     <property name="text">
76
      <string>Start</string>
77
     </property>
78
    </widget>
79
    <widget class="QRadioButton" name="legEnd">
80
     <property name="geometry">
81
      <rect>
82
       <x>64</x>
83
       <y>16</y>
84
       <width>41</width>
85
       <height>17</height>
86
      </rect>
87
     </property>
88
     <property name="text">
89
      <string>End</string>
90
     </property>
91
     <property name="checked">
92
      <bool>true</bool>
93
     </property>
94
    </widget>
95
    <widget class="QSpinBox" name="legNumber">
96
     <property name="geometry">
97
      <rect>
98
       <x>110</x>
99
       <y>13</y>
100
       <width>41</width>
101
       <height>22</height>
102
      </rect>
103
     </property>
104
    </widget>
105
   </widget>
106
   <widget class="QPushButton" name="save">
107
    <property name="geometry">
108
     <rect>
109
      <x>10</x>
216 - 110
      <y>110</y>
215 - 111
      <width>77</width>
112
      <height>23</height>
113
     </rect>
114
    </property>
115
    <property name="text">
116
     <string>Save</string>
117
    </property>
118
   </widget>
216 - 119
   <widget class="QLabel" name="fileName">
120
    <property name="geometry">
121
     <rect>
122
      <x>10</x>
123
      <y>80</y>
124
      <width>161</width>
125
      <height>21</height>
126
     </rect>
127
    </property>
128
    <property name="frameShape">
129
     <enum>QFrame::Box</enum>
130
    </property>
131
    <property name="frameShadow">
132
     <enum>QFrame::Sunken</enum>
133
    </property>
134
    <property name="text">
135
     <string notr="true"/>
136
    </property>
137
   </widget>
215 - 138
  </widget>
139
 </widget>
140
 <resources/>
141
 <connections/>
142
</ui>