Subversion Repositories svn1-original

Rev

Rev 113 | Rev 122 | 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>
109 - 9
    <width>430</width>
104 david 10
    <height>400</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>
104 david 19
     <x>250</x>
20
     <y>370</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>
34
     <width>421</width>
104 david 35
     <height>361</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>
109 - 49
         <width>401</width>
104 david 50
         <height>331</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">
113 david 63
        <bool>true</bool>
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>
74
       <attribute name="verticalHeaderDefaultSectionSize">
75
        <number>20</number>
76
       </attribute>
113 david 77
       <attribute name="horizontalHeaderCascadingSectionResizes">
103 david 78
        <bool>false</bool>
79
       </attribute>
113 david 80
       <attribute name="horizontalHeaderVisible">
81
        <bool>true</bool>
82
       </attribute>
103 david 83
       <attribute name="horizontalHeaderHighlightSections">
84
        <bool>true</bool>
85
       </attribute>
86
       <row/>
87
       <row/>
88
       <column/>
89
       <column/>
90
       <column/>
113 david 91
       <column/>
103 david 92
      </widget>
93
     </widget>
94
    </item>
95
   </layout>
96
  </widget>
99 david 97
 </widget>
98
 <resources/>
99
 <connections/>
100
</ui>