Subversion Repositories svn1-original

Rev

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

Rev Author Line No. Line
99 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
108 - 3
 <class>QmConfClass</class>
4
 <widget class="QWidget" name="QmConfClass">
99 david 5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
184 - 9
    <width>500</width>
127 - 10
    <height>500</height>
99 david 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
103 david 16
  <widget class="QWidget" name="verticalLayoutWidget">
17
   <property name="geometry">
18
    <rect>
19
     <x>-1</x>
20
     <y>-1</y>
184 - 21
     <width>491</width>
122 david 22
     <height>401</height>
103 david 23
    </rect>
24
   </property>
25
   <layout class="QVBoxLayout" name="verticalLayout">
26
    <item>
27
     <widget class="QGroupBox" name="groupBox">
28
      <property name="title">
29
       <string>Classes</string>
30
      </property>
31
      <widget class="QTableWidget" name="tableWidget">
32
       <property name="geometry">
33
        <rect>
232 - 34
         <x>20</x>
35
         <y>30</y>
36
         <width>451</width>
37
         <height>351</height>
103 david 38
        </rect>
39
       </property>
109 - 40
       <property name="alternatingRowColors">
41
        <bool>true</bool>
42
       </property>
103 david 43
       <property name="rowCount">
44
        <number>2</number>
45
       </property>
46
       <property name="columnCount">
232 - 47
        <number>9</number>
103 david 48
       </property>
49
       <attribute name="horizontalHeaderVisible">
232 - 50
        <bool>true</bool>
113 david 51
       </attribute>
232 - 52
       <attribute name="horizontalHeaderDefaultSectionSize">
53
        <number>70</number>
103 david 54
       </attribute>
55
       <attribute name="horizontalHeaderHighlightSections">
56
        <bool>true</bool>
57
       </attribute>
232 - 58
       <attribute name="horizontalHeaderStretchLastSection">
59
        <bool>true</bool>
60
       </attribute>
61
       <attribute name="verticalHeaderVisible">
62
        <bool>true</bool>
63
       </attribute>
119 - 64
       <attribute name="verticalHeaderDefaultSectionSize">
65
        <number>20</number>
66
       </attribute>
103 david 67
       <row/>
68
       <row/>
69
       <column/>
70
       <column/>
71
       <column/>
113 david 72
       <column/>
232 - 73
       <column/>
74
       <column/>
75
       <column/>
76
       <column/>
77
       <column/>
103 david 78
      </widget>
79
     </widget>
80
    </item>
81
   </layout>
82
  </widget>
184 - 83
  <widget class="QPushButton" name="statusButton">
84
   <property name="geometry">
85
    <rect>
231 - 86
     <x>250</x>
87
     <y>470</y>
184 - 88
     <width>75</width>
89
     <height>23</height>
90
    </rect>
91
   </property>
92
   <property name="text">
93
    <string>Update Status</string>
94
   </property>
95
  </widget>
185 - 96
  <widget class="QPushButton" name="pushButtonRestore">
97
   <property name="geometry">
98
    <rect>
99
     <x>410</x>
100
     <y>470</y>
101
     <width>75</width>
102
     <height>23</height>
103
    </rect>
104
   </property>
105
   <property name="text">
106
    <string>Restore</string>
107
   </property>
108
  </widget>
109
  <widget class="QPushButton" name="pushButtonSave">
110
   <property name="geometry">
111
    <rect>
112
     <x>330</x>
113
     <y>470</y>
114
     <width>75</width>
115
     <height>23</height>
116
    </rect>
117
   </property>
118
   <property name="text">
119
    <string>Save</string>
120
   </property>
121
  </widget>
99 david 122
 </widget>
123
 <resources/>
124
 <connections/>
125
</ui>