Subversion Repositories svn1-original

Rev

Rev 185 | Rev 231 | Go to most recent revision | 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>
34
         <x>10</x>
35
         <y>20</y>
184 - 36
         <width>481</width>
122 david 37
         <height>371</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">
113 david 47
        <number>4</number>
103 david 48
       </property>
49
       <attribute name="horizontalHeaderVisible">
193 - 50
        <bool>true</bool>
113 david 51
       </attribute>
52
       <attribute name="horizontalHeaderCascadingSectionResizes">
103 david 53
        <bool>false</bool>
54
       </attribute>
55
       <attribute name="horizontalHeaderHighlightSections">
56
        <bool>true</bool>
57
       </attribute>
119 - 58
       <attribute name="verticalHeaderDefaultSectionSize">
59
        <number>20</number>
60
       </attribute>
103 david 61
       <row/>
62
       <row/>
63
       <column/>
64
       <column/>
65
       <column/>
113 david 66
       <column/>
103 david 67
      </widget>
68
     </widget>
69
    </item>
70
   </layout>
71
  </widget>
184 - 72
  <widget class="QPushButton" name="statusButton">
73
   <property name="geometry">
74
    <rect>
185 - 75
     <x>330</x>
76
     <y>440</y>
184 - 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>
185 - 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>
111
  <widget class="QLabel" name="Changed">
112
   <property name="enabled">
113
    <bool>true</bool>
114
   </property>
115
   <property name="geometry">
116
    <rect>
117
     <x>240</x>
118
     <y>474</y>
119
     <width>81</width>
120
     <height>16</height>
121
    </rect>
122
   </property>
123
   <property name="autoFillBackground">
124
    <bool>false</bool>
125
   </property>
126
   <property name="text">
127
    <string notr="true">Data Changed</string>
128
   </property>
129
  </widget>
99 david 130
 </widget>
131
 <resources/>
132
 <connections/>
133
</ui>