Subversion Repositories svn1

Rev

Rev 188 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
188 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>QmStatusItem</class>
4
 <widget class="QWidget" name="QmStatusItem">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>118</width>
10
    <height>65</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="minimumSize">
20
   <size>
21
    <width>118</width>
22
    <height>65</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>Form</string>
27
  </property>
28
  <widget class="QGroupBox" name="groupBox">
29
   <property name="geometry">
30
    <rect>
31
     <x>0</x>
32
     <y>0</y>
33
     <width>118</width>
34
     <height>65</height>
35
    </rect>
36
   </property>
37
   <property name="title">
38
    <string notr="true">NameHere</string>
39
   </property>
40
   <widget class="QLineEdit" name="team">
41
    <property name="geometry">
42
     <rect>
43
      <x>6</x>
44
      <y>16</y>
45
      <width>31</width>
46
      <height>20</height>
47
     </rect>
48
    </property>
49
    <property name="inputMask">
50
     <string notr="true"/>
51
    </property>
52
    <property name="maxLength">
53
     <number>4</number>
54
    </property>
55
    <property name="readOnly">
56
     <bool>true</bool>
57
    </property>
58
   </widget>
59
   <widget class="QLineEdit" name="average">
60
    <property name="geometry">
61
     <rect>
62
      <x>42</x>
63
      <y>40</y>
64
      <width>71</width>
65
      <height>20</height>
66
     </rect>
67
    </property>
68
    <property name="text">
69
     <string/>
70
    </property>
71
    <property name="maxLength">
72
     <number>20</number>
73
    </property>
74
    <property name="readOnly">
75
     <bool>true</bool>
76
    </property>
77
   </widget>
78
   <widget class="QLineEdit" name="best">
79
    <property name="geometry">
80
     <rect>
81
      <x>42</x>
82
      <y>16</y>
83
      <width>71</width>
84
      <height>20</height>
85
     </rect>
86
    </property>
87
    <property name="text">
88
     <string/>
89
    </property>
90
    <property name="maxLength">
91
     <number>20</number>
92
    </property>
93
    <property name="readOnly">
94
     <bool>true</bool>
95
    </property>
96
   </widget>
97
   <widget class="QLabel" name="label">
98
    <property name="geometry">
99
     <rect>
100
      <x>15</x>
101
      <y>42</y>
102
      <width>21</width>
103
      <height>16</height>
104
     </rect>
105
    </property>
106
    <property name="text">
107
     <string>Avg:</string>
108
    </property>
109
   </widget>
110
  </widget>
111
 </widget>
112
 <resources/>
113
 <connections/>
114
</ui>