Subversion Repositories svn1-original

Rev

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

Rev Author Line No. Line
140 - 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>qmDataCheck</class>
4
 <widget class="QWidget" name="qmDataCheck">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>538</width>
10
    <height>500</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>360</x>
20
     <y>460</y>
21
     <width>156</width>
22
     <height>23</height>
23
    </rect>
24
   </property>
25
   <property name="standardButtons">
26
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
27
   </property>
28
  </widget>
29
  <widget class="QSpinBox" name="leg">
30
   <property name="geometry">
31
    <rect>
32
     <x>270</x>
33
     <y>460</y>
34
     <width>46</width>
35
     <height>22</height>
36
    </rect>
37
   </property>
38
  </widget>
39
  <widget class="QLabel" name="label">
40
   <property name="geometry">
41
    <rect>
42
     <x>233</x>
43
     <y>463</y>
44
     <width>31</width>
45
     <height>16</height>
46
    </rect>
47
   </property>
48
   <property name="text">
49
    <string>Leg</string>
50
   </property>
51
  </widget>
52
  <widget class="QGroupBox" name="groupBox">
53
   <property name="geometry">
54
    <rect>
55
     <x>10</x>
56
     <y>0</y>
57
     <width>521</width>
58
     <height>441</height>
59
    </rect>
60
   </property>
61
   <property name="title">
62
    <string>Data Check</string>
63
   </property>
143 david 64
   <widget class="QListWidget" name="listWidget">
140 - 65
    <property name="geometry">
66
     <rect>
67
      <x>10</x>
68
      <y>20</y>
69
      <width>501</width>
70
      <height>411</height>
71
     </rect>
72
    </property>
73
   </widget>
74
  </widget>
75
 </widget>
76
 <resources/>
77
 <connections/>
78
</ui>