Subversion Repositories svn1-original

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
67 - 1
<ui version="4.0" >
2
 <class>LegEntry</class>
3
 <widget class="QWidget" name="LegEntry" >
4
  <property name="geometry" >
5
   <rect>
6
    <x>0</x>
7
    <y>0</y>
8
    <width>168</width>
9
    <height>19</height>
10
   </rect>
11
  </property>
12
  <property name="minimumSize" >
13
   <size>
14
    <width>168</width>
15
    <height>19</height>
16
   </size>
17
  </property>
18
  <property name="windowTitle" >
19
   <string>Form</string>
20
  </property>
21
  <widget class="QWidget" name="horizontalLayoutWidget" >
22
   <property name="geometry" >
23
    <rect>
24
     <x>0</x>
25
     <y>0</y>
26
     <width>160</width>
27
     <height>21</height>
28
    </rect>
29
   </property>
30
   <layout class="QHBoxLayout" name="horizontalLayout" >
31
    <item>
32
     <widget class="QLabel" name="label" >
33
      <property name="minimumSize" >
34
       <size>
35
        <width>26</width>
36
        <height>19</height>
37
       </size>
38
      </property>
39
      <property name="maximumSize" >
40
       <size>
41
        <width>26</width>
42
        <height>19</height>
43
       </size>
44
      </property>
45
      <property name="text" >
46
       <string>Leg x</string>
47
      </property>
48
     </widget>
49
    </item>
50
    <item>
51
     <widget class="QLineEdit" name="lineEdit" >
52
      <property name="minimumSize" >
53
       <size>
54
        <width>126</width>
55
        <height>19</height>
56
       </size>
57
      </property>
58
      <property name="maximumSize" >
59
       <size>
60
        <width>126</width>
61
        <height>19</height>
62
       </size>
63
      </property>
64
     </widget>
65
    </item>
66
   </layout>
67
  </widget>
68
 </widget>
69
 <resources/>
70
 <connections/>
71
</ui>