Subversion Repositories svn1-original

Rev

Details | 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="QGroupBox" name="groupBox">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>0</y>
21
     <width>521</width>
22
     <height>441</height>
23
    </rect>
24
   </property>
25
   <property name="title">
26
    <string>Data Check</string>
27
   </property>
143 david 28
   <widget class="QListWidget" name="listWidget">
140 - 29
    <property name="geometry">
30
     <rect>
31
      <x>10</x>
32
      <y>20</y>
33
      <width>501</width>
34
      <height>411</height>
35
     </rect>
36
    </property>
37
   </widget>
38
  </widget>
250 - 39
  <widget class="QWidget" name="">
40
   <property name="geometry">
41
    <rect>
42
     <x>13</x>
43
     <y>450</y>
44
     <width>521</width>
45
     <height>41</height>
46
    </rect>
47
   </property>
48
   <layout class="QHBoxLayout" name="horizontalLayout">
49
    <item>
50
     <spacer name="horizontalSpacer">
51
      <property name="orientation">
52
       <enum>Qt::Horizontal</enum>
53
      </property>
54
      <property name="sizeHint" stdset="0">
55
       <size>
56
        <width>40</width>
57
        <height>20</height>
58
       </size>
59
      </property>
60
     </spacer>
61
    </item>
62
    <item>
63
     <widget class="QLabel" name="label">
64
      <property name="text">
65
       <string>Leg</string>
66
      </property>
67
     </widget>
68
    </item>
69
    <item>
70
     <widget class="QSpinBox" name="leg"/>
71
    </item>
72
    <item>
73
     <widget class="QDialogButtonBox" name="buttonBox">
74
      <property name="enabled">
75
       <bool>true</bool>
76
      </property>
77
      <property name="sizePolicy">
78
       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
79
        <horstretch>0</horstretch>
80
        <verstretch>0</verstretch>
81
       </sizepolicy>
82
      </property>
83
      <property name="maximumSize">
84
       <size>
85
        <width>219</width>
86
        <height>16777215</height>
87
       </size>
88
      </property>
89
      <property name="layoutDirection">
90
       <enum>Qt::LeftToRight</enum>
91
      </property>
92
      <property name="standardButtons">
93
       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94
      </property>
95
      <property name="centerButtons">
96
       <bool>false</bool>
97
      </property>
98
     </widget>
99
    </item>
100
   </layout>
101
  </widget>
140 - 102
 </widget>
103
 <resources/>
104
 <connections/>
105
</ui>