Subversion Repositories svn1

Rev

Rev 118 | Rev 180 | 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>
118 david 9
    <width>440</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>
123 - 19
     <x>280</x>
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>
34
     <width>421</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>
118 david 49
         <width>411</width>
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">
123 - 63
        <bool>false</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>
74
       <attribute name="verticalHeaderDefaultSectionSize">
75
        <number>20</number>
76
       </attribute>
109 david 77
       <attribute name="horizontalHeaderCascadingSectionResizes">
99 david 78
        <bool>false</bool>
79
       </attribute>
109 david 80
       <attribute name="horizontalHeaderVisible">
123 - 81
        <bool>false</bool>
109 david 82
       </attribute>
99 david 83
       <attribute name="horizontalHeaderHighlightSections">
84
        <bool>true</bool>
85
       </attribute>
86
       <row/>
87
       <row/>
88
       <column/>
89
       <column/>
90
       <column/>
109 david 91
       <column/>
99 david 92
      </widget>
93
     </widget>
94
    </item>
95
   </layout>
96
  </widget>
95 david 97
 </widget>
98
 <resources/>
99
 <connections/>
100
</ui>