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>CatEntry</class>
3
 <widget class="QWidget" name="CatEntry" >
4
  <property name="geometry" >
5
   <rect>
6
    <x>0</x>
7
    <y>0</y>
8
    <width>365</width>
9
    <height>20</height>
10
   </rect>
11
  </property>
12
  <property name="sizePolicy" >
13
   <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
14
    <horstretch>0</horstretch>
15
    <verstretch>0</verstretch>
16
   </sizepolicy>
17
  </property>
18
  <property name="minimumSize" >
19
   <size>
20
    <width>365</width>
21
    <height>20</height>
22
   </size>
23
  </property>
24
  <property name="windowTitle" >
25
   <string>Form</string>
26
  </property>
27
  <widget class="QLabel" name="label" >
28
   <property name="geometry" >
29
    <rect>
30
     <x>0</x>
31
     <y>0</y>
32
     <width>17</width>
33
     <height>20</height>
34
    </rect>
35
   </property>
36
   <property name="sizePolicy" >
37
    <sizepolicy vsizetype="Minimum" hsizetype="Preferred" >
38
     <horstretch>0</horstretch>
39
     <verstretch>0</verstretch>
40
    </sizepolicy>
41
   </property>
42
   <property name="minimumSize" >
43
    <size>
44
     <width>17</width>
45
     <height>20</height>
46
    </size>
47
   </property>
48
   <property name="maximumSize" >
49
    <size>
50
     <width>17</width>
51
     <height>20</height>
52
    </size>
53
   </property>
54
   <property name="text" >
55
    <string>Cat</string>
56
   </property>
57
  </widget>
58
  <widget class="QLineEdit" name="abr" >
59
   <property name="geometry" >
60
    <rect>
61
     <x>20</x>
62
     <y>0</y>
63
     <width>41</width>
64
     <height>20</height>
65
    </rect>
66
   </property>
67
   <property name="sizePolicy" >
68
    <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
69
     <horstretch>0</horstretch>
70
     <verstretch>0</verstretch>
71
    </sizepolicy>
72
   </property>
73
   <property name="minimumSize" >
74
    <size>
75
     <width>41</width>
76
     <height>20</height>
77
    </size>
78
   </property>
79
   <property name="maximumSize" >
80
    <size>
81
     <width>41</width>
82
     <height>20</height>
83
    </size>
84
   </property>
85
   <property name="text" >
86
    <string>bbb</string>
87
   </property>
88
   <property name="maxLength" >
89
    <number>3</number>
90
   </property>
91
  </widget>
92
  <widget class="QLineEdit" name="full" >
93
   <property name="geometry" >
94
    <rect>
95
     <x>60</x>
96
     <y>0</y>
97
     <width>201</width>
98
     <height>20</height>
99
    </rect>
100
   </property>
101
   <property name="sizePolicy" >
102
    <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
103
     <horstretch>0</horstretch>
104
     <verstretch>0</verstretch>
105
    </sizepolicy>
106
   </property>
107
   <property name="minimumSize" >
108
    <size>
109
     <width>201</width>
110
     <height>20</height>
111
    </size>
112
   </property>
113
   <property name="maximumSize" >
114
    <size>
115
     <width>201</width>
116
     <height>20</height>
117
    </size>
118
   </property>
119
   <property name="maxLength" >
120
    <number>32</number>
121
   </property>
122
  </widget>
123
  <widget class="QTimeEdit" name="start" >
124
   <property name="geometry" >
125
    <rect>
126
     <x>260</x>
127
     <y>0</y>
128
     <width>75</width>
129
     <height>20</height>
130
    </rect>
131
   </property>
132
   <property name="sizePolicy" >
133
    <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
134
     <horstretch>0</horstretch>
135
     <verstretch>0</verstretch>
136
    </sizepolicy>
137
   </property>
138
   <property name="minimumSize" >
139
    <size>
140
     <width>75</width>
141
     <height>20</height>
142
    </size>
143
   </property>
144
   <property name="maximumSize" >
145
    <size>
146
     <width>75</width>
147
     <height>20</height>
148
    </size>
149
   </property>
150
   <property name="displayFormat" >
151
    <string>hh:mm:ss</string>
152
   </property>
153
  </widget>
154
 </widget>
155
 <resources/>
156
 <connections/>
157
</ui>