Subversion Repositories svn1-original

Rev

Rev 127 | Rev 185 | 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>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
184 - 19
     <x>340</x>
127 - 20
     <y>470</y>
99 david 21
     <width>156</width>
22
     <height>23</height>
23
    </rect>
24
   </property>
25
   <property name="standardButtons">
26
    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
27
   </property>
28
  </widget>
103 david 29
  <widget class="QWidget" name="verticalLayoutWidget">
30
   <property name="geometry">
31
    <rect>
32
     <x>-1</x>
33
     <y>-1</y>
184 - 34
     <width>491</width>
122 david 35
     <height>401</height>
103 david 36
    </rect>
37
   </property>
38
   <layout class="QVBoxLayout" name="verticalLayout">
39
    <item>
40
     <widget class="QGroupBox" name="groupBox">
41
      <property name="title">
42
       <string>Classes</string>
43
      </property>
44
      <widget class="QTableWidget" name="tableWidget">
45
       <property name="geometry">
46
        <rect>
47
         <x>10</x>
48
         <y>20</y>
184 - 49
         <width>481</width>
122 david 50
         <height>371</height>
103 david 51
        </rect>
52
       </property>
109 - 53
       <property name="alternatingRowColors">
54
        <bool>true</bool>
55
       </property>
103 david 56
       <property name="rowCount">
57
        <number>2</number>
58
       </property>
59
       <property name="columnCount">
113 david 60
        <number>4</number>
103 david 61
       </property>
62
       <attribute name="horizontalHeaderVisible">
184 - 63
        <bool>true</bool>
113 david 64
       </attribute>
65
       <attribute name="horizontalHeaderCascadingSectionResizes">
103 david 66
        <bool>false</bool>
67
       </attribute>
68
       <attribute name="horizontalHeaderHighlightSections">
69
        <bool>true</bool>
70
       </attribute>
119 - 71
       <attribute name="verticalHeaderDefaultSectionSize">
72
        <number>20</number>
73
       </attribute>
103 david 74
       <row/>
75
       <row/>
76
       <column/>
77
       <column/>
78
       <column/>
113 david 79
       <column/>
103 david 80
      </widget>
81
     </widget>
82
    </item>
83
   </layout>
84
  </widget>
184 - 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>
99 david 102
 </widget>
103
 <resources/>
104
 <connections/>
105
</ui>