Subversion Repositories svn1

Rev

Rev 189 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
95 david 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
104 - 3
 <class>QmConfClass</class>
4
 <widget class="QWidget" name="QmConfClass">
95 david 5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
180 - 9
    <width>500</width>
123 - 10
    <height>500</height>
95 david 11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
99 david 16
  <widget class="QWidget" name="verticalLayoutWidget">
17
   <property name="geometry">
18
    <rect>
19
     <x>-1</x>
20
     <y>-1</y>
180 - 21
     <width>491</width>
118 david 22
     <height>401</height>
99 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>
34
         <x>10</x>
35
         <y>20</y>
180 - 36
         <width>481</width>
118 david 37
         <height>371</height>
99 david 38
        </rect>
39
       </property>
105 - 40
       <property name="alternatingRowColors">
41
        <bool>true</bool>
42
       </property>
99 david 43
       <property name="rowCount">
44
        <number>2</number>
45
       </property>
46
       <property name="columnCount">
109 david 47
        <number>4</number>
99 david 48
       </property>
49
       <attribute name="horizontalHeaderVisible">
227 - 50
        <bool>false</bool>
109 david 51
       </attribute>
52
       <attribute name="horizontalHeaderCascadingSectionResizes">
99 david 53
        <bool>false</bool>
54
       </attribute>
55
       <attribute name="horizontalHeaderHighlightSections">
56
        <bool>true</bool>
57
       </attribute>
115 - 58
       <attribute name="verticalHeaderDefaultSectionSize">
59
        <number>20</number>
60
       </attribute>
99 david 61
       <row/>
62
       <row/>
63
       <column/>
64
       <column/>
65
       <column/>
109 david 66
       <column/>
99 david 67
      </widget>
68
     </widget>
69
    </item>
70
   </layout>
71
  </widget>
180 - 72
  <widget class="QPushButton" name="statusButton">
73
   <property name="geometry">
74
    <rect>
227 - 75
     <x>250</x>
76
     <y>470</y>
180 - 77
     <width>75</width>
78
     <height>23</height>
79
    </rect>
80
   </property>
81
   <property name="text">
82
    <string>Update Status</string>
83
   </property>
84
  </widget>
181 - 85
  <widget class="QPushButton" name="pushButtonRestore">
86
   <property name="geometry">
87
    <rect>
88
     <x>410</x>
89
     <y>470</y>
90
     <width>75</width>
91
     <height>23</height>
92
    </rect>
93
   </property>
94
   <property name="text">
95
    <string>Restore</string>
96
   </property>
97
  </widget>
98
  <widget class="QPushButton" name="pushButtonSave">
99
   <property name="geometry">
100
    <rect>
101
     <x>330</x>
102
     <y>470</y>
103
     <width>75</width>
104
     <height>23</height>
105
    </rect>
106
   </property>
107
   <property name="text">
108
    <string>Save</string>
109
   </property>
110
  </widget>
95 david 111
 </widget>
112
 <resources/>
113
 <connections/>
114
</ui>