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>TeamBreakEntry</class>
3
 <widget class="QWidget" name="TeamBreakEntry" >
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>161</width>
27
     <height>21</height>
28
    </rect>
29
   </property>
30
   <layout class="QHBoxLayout" name="horizontalLayout" >
31
    <property name="spacing" >
32
     <number>0</number>
33
    </property>
34
    <item>
35
     <widget class="QLabel" name="label" >
36
      <property name="minimumSize" >
37
       <size>
38
        <width>26</width>
39
        <height>19</height>
40
       </size>
41
      </property>
42
      <property name="maximumSize" >
43
       <size>
44
        <width>26</width>
45
        <height>19</height>
46
       </size>
47
      </property>
48
      <property name="text" >
49
       <string>Teams</string>
50
      </property>
51
     </widget>
52
    </item>
53
    <item>
54
     <widget class="QLineEdit" name="lineEdit_2" >
55
      <property name="minimumSize" >
56
       <size>
57
        <width>50</width>
58
        <height>19</height>
59
       </size>
60
      </property>
61
      <property name="maximumSize" >
62
       <size>
63
        <width>50</width>
64
        <height>19</height>
65
       </size>
66
      </property>
67
      <property name="inputMask" >
68
       <string>999; </string>
69
      </property>
70
      <property name="text" >
71
       <string>9</string>
72
      </property>
73
      <property name="maxLength" >
74
       <number>3</number>
75
      </property>
76
     </widget>
77
    </item>
78
    <item>
79
     <widget class="QLineEdit" name="lineEdit" >
80
      <property name="minimumSize" >
81
       <size>
82
        <width>50</width>
83
        <height>19</height>
84
       </size>
85
      </property>
86
      <property name="maximumSize" >
87
       <size>
88
        <width>50</width>
89
        <height>19</height>
90
       </size>
91
      </property>
92
      <property name="inputMask" >
93
       <string>999; </string>
94
      </property>
95
      <property name="text" >
96
       <string>9</string>
97
      </property>
98
      <property name="maxLength" >
99
       <number>3</number>
100
      </property>
101
     </widget>
102
    </item>
103
   </layout>
104
  </widget>
105
 </widget>
106
 <resources/>
107
 <connections/>
108
</ui>