Subversion Repositories svn1

Rev

Rev 123 | Rev 181 | 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>
16
  <widget class="QDialogButtonBox" name="buttonBox">
17
   <property name="geometry">
18
    <rect>
180 - 19
     <x>340</x>
123 - 20
     <y>470</y>
95 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>
99 david 29
  <widget class="QWidget" name="verticalLayoutWidget">
30
   <property name="geometry">
31
    <rect>
32
     <x>-1</x>
33
     <y>-1</y>
180 - 34
     <width>491</width>
118 david 35
     <height>401</height>
99 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>
180 - 49
         <width>481</width>
118 david 50
         <height>371</height>
99 david 51
        </rect>
52
       </property>
105 - 53
       <property name="alternatingRowColors">
54
        <bool>true</bool>
55
       </property>
99 david 56
       <property name="rowCount">
57
        <number>2</number>
58
       </property>
59
       <property name="columnCount">
109 david 60
        <number>4</number>
99 david 61
       </property>
62
       <attribute name="horizontalHeaderVisible">
180 - 63
        <bool>true</bool>
109 david 64
       </attribute>
65
       <attribute name="horizontalHeaderCascadingSectionResizes">
99 david 66
        <bool>false</bool>
67
       </attribute>
68
       <attribute name="horizontalHeaderHighlightSections">
69
        <bool>true</bool>
70
       </attribute>
115 - 71
       <attribute name="verticalHeaderDefaultSectionSize">
72
        <number>20</number>
73
       </attribute>
99 david 74
       <row/>
75
       <row/>
76
       <column/>
77
       <column/>
78
       <column/>
109 david 79
       <column/>
99 david 80
      </widget>
81
     </widget>
82
    </item>
83
   </layout>
84
  </widget>
180 - 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>
95 david 102
 </widget>
103
 <resources/>
104
 <connections/>
105
</ui>