Subversion Repositories svn1

Rev

Rev 123 | Rev 181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 123 Rev 180
Line 4... Line 4...
4
 <widget class="QWidget" name="QmConfClass">
4
 <widget class="QWidget" name="QmConfClass">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>440</width>
9
    <width>500</width>
10
    <height>500</height>
10
    <height>500</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>Form</string>
14
   <string>Form</string>
15
  </property>
15
  </property>
16
  <widget class="QDialogButtonBox" name="buttonBox">
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
17
   <property name="geometry">
18
    <rect>
18
    <rect>
19
     <x>280</x>
19
     <x>340</x>
20
     <y>470</y>
20
     <y>470</y>
21
     <width>156</width>
21
     <width>156</width>
22
     <height>23</height>
22
     <height>23</height>
23
    </rect>
23
    </rect>
24
   </property>
24
   </property>
Line 29... Line 29...
29
  <widget class="QWidget" name="verticalLayoutWidget">
29
  <widget class="QWidget" name="verticalLayoutWidget">
30
   <property name="geometry">
30
   <property name="geometry">
31
    <rect>
31
    <rect>
32
     <x>-1</x>
32
     <x>-1</x>
33
     <y>-1</y>
33
     <y>-1</y>
34
     <width>421</width>
34
     <width>491</width>
35
     <height>401</height>
35
     <height>401</height>
36
    </rect>
36
    </rect>
37
   </property>
37
   </property>
38
   <layout class="QVBoxLayout" name="verticalLayout">
38
   <layout class="QVBoxLayout" name="verticalLayout">
39
    <item>
39
    <item>
Line 44... Line 44...
44
      <widget class="QTableWidget" name="tableWidget">
44
      <widget class="QTableWidget" name="tableWidget">
45
       <property name="geometry">
45
       <property name="geometry">
46
        <rect>
46
        <rect>
47
         <x>10</x>
47
         <x>10</x>
48
         <y>20</y>
48
         <y>20</y>
49
         <width>411</width>
49
         <width>481</width>
50
         <height>371</height>
50
         <height>371</height>
51
        </rect>
51
        </rect>
52
       </property>
52
       </property>
53
       <property name="alternatingRowColors">
53
       <property name="alternatingRowColors">
54
        <bool>true</bool>
54
        <bool>true</bool>
Line 58... Line 58...
58
       </property>
58
       </property>
59
       <property name="columnCount">
59
       <property name="columnCount">
60
        <number>4</number>
60
        <number>4</number>
61
       </property>
61
       </property>
62
       <attribute name="horizontalHeaderVisible">
62
       <attribute name="horizontalHeaderVisible">
63
        <bool>false</bool>
63
        <bool>true</bool>
64
       </attribute>
64
       </attribute>
65
       <attribute name="horizontalHeaderCascadingSectionResizes">
65
       <attribute name="horizontalHeaderCascadingSectionResizes">
66
        <bool>false</bool>
66
        <bool>false</bool>
67
       </attribute>
67
       </attribute>
68
       <attribute name="horizontalHeaderHighlightSections">
68
       <attribute name="horizontalHeaderHighlightSections">
69
        <bool>true</bool>
69
        <bool>true</bool>
70
       </attribute>
70
       </attribute>
71
       <attribute name="verticalHeaderDefaultSectionSize">
71
       <attribute name="verticalHeaderDefaultSectionSize">
72
        <number>20</number>
72
        <number>20</number>
73
       </attribute>
73
       </attribute>
74
       <attribute name="verticalHeaderDefaultSectionSize">
-
 
75
        <number>20</number>
-
 
76
       </attribute>
-
 
77
       <attribute name="horizontalHeaderCascadingSectionResizes">
-
 
78
        <bool>false</bool>
-
 
79
       </attribute>
-
 
80
       <attribute name="horizontalHeaderVisible">
-
 
81
        <bool>false</bool>
-
 
82
       </attribute>
-
 
83
       <attribute name="horizontalHeaderHighlightSections">
-
 
84
        <bool>true</bool>
-
 
85
       </attribute>
-
 
86
       <row/>
74
       <row/>
87
       <row/>
75
       <row/>
88
       <column/>
76
       <column/>
89
       <column/>
77
       <column/>
90
       <column/>
78
       <column/>
Line 92... Line 80...
92
      </widget>
80
      </widget>
93
     </widget>
81
     </widget>
94
    </item>
82
    </item>
95
   </layout>
83
   </layout>
96
  </widget>
84
  </widget>
-
 
85
  <widget class="QPushButton" name="statusButton">
-
 
86
   <property name="geometry">
-
 
87
    <rect>
-
 
88
     <x>340</x>
-
 
89
     <y>430</y>
-
 
90
     <width>75</width>
-
 
91
     <height>23</height>
-
 
92
    </rect>
-
 
93
   </property>
-
 
94
   <property name="text">
-
 
95
    <string>Update Status</string>
-
 
96
   </property>
-
 
97
  </widget>
-
 
98
  <zorder>buttonBox</zorder>
-
 
99
  <zorder>verticalLayoutWidget</zorder>
-
 
100
  <zorder>statusButton</zorder>
-
 
101
  <zorder>groupBox</zorder>
97
 </widget>
102
 </widget>
98
 <resources/>
103
 <resources/>
99
 <connections/>
104
 <connections/>
100
</ui>
105
</ui>