Хранилища Subversion OpenInventory

Редакция

Редакция 38 | Редакция 40 | К новейшей редакции | Только различия | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 38 Редакция 39
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
2
<ui version="4.0">
3
 <class>ClassEditor</class>
3
 <class>ClassEditor</class>
4
 <widget class="QMainWindow" name="ClassEditor">
4
 <widget class="QMainWindow" name="ClassEditor">
5
  <property name="geometry">
5
  <property name="geometry">
6
   <rect>
6
   <rect>
7
    <x>0</x>
7
    <x>0</x>
8
    <y>0</y>
8
    <y>0</y>
9
    <width>600</width>
9
    <width>600</width>
10
    <height>400</height>
10
    <height>400</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>ClassEditor</string>
14
   <string>ClassEditor</string>
15
  </property>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QLabel" name="label">
17
   <widget class="QLabel" name="label">
18
    <property name="geometry">
18
    <property name="geometry">
19
     <rect>
19
     <rect>
20
      <x>10</x>
20
      <x>10</x>
21
      <y>40</y>
21
      <y>40</y>
22
      <width>581</width>
22
      <width>581</width>
23
      <height>21</height>
23
      <height>21</height>
24
     </rect>
24
     </rect>
25
    </property>
25
    </property>
26
    <property name="text">
26
    <property name="text">
27
     <string>TextLabel</string>
27
     <string>TextLabel</string>
28
    </property>
28
    </property>
29
   </widget>
29
   </widget>
30
   <widget class="QLabel" name="label_2">
30
   <widget class="QLabel" name="label_2">
31
    <property name="geometry">
31
    <property name="geometry">
32
     <rect>
32
     <rect>
33
      <x>10</x>
33
      <x>10</x>
34
      <y>70</y>
34
      <y>70</y>
35
      <width>581</width>
35
      <width>581</width>
36
      <height>21</height>
36
      <height>21</height>
37
     </rect>
37
     </rect>
38
    </property>
38
    </property>
39
    <property name="text">
39
    <property name="text">
40
     <string>TextLabel</string>
40
     <string>TextLabel</string>
41
    </property>
41
    </property>
42
   </widget>
42
   </widget>
-
 
43
   <widget class="QLabel" name="label_3">
-
 
44
    <property name="geometry">
-
 
45
     <rect>
-
 
46
      <x>10</x>
-
 
47
      <y>110</y>
-
 
48
      <width>581</width>
-
 
49
      <height>21</height>
-
 
50
     </rect>
-
 
51
    </property>
-
 
52
    <property name="text">
-
 
53
     <string>TextLabel</string>
-
 
54
    </property>
-
 
55
   </widget>
-
 
56
   <widget class="QLabel" name="label_4">
-
 
57
    <property name="geometry">
-
 
58
     <rect>
-
 
59
      <x>10</x>
-
 
60
      <y>130</y>
-
 
61
      <width>581</width>
-
 
62
      <height>21</height>
-
 
63
     </rect>
-
 
64
    </property>
-
 
65
    <property name="text">
-
 
66
     <string>TextLabel</string>
-
 
67
    </property>
-
 
68
   </widget>
-
 
69
   <widget class="QLineEdit" name="lineEdit">
-
 
70
    <property name="geometry">
-
 
71
     <rect>
-
 
72
      <x>10</x>
-
 
73
      <y>160</y>
-
 
74
      <width>581</width>
-
 
75
      <height>31</height>
-
 
76
     </rect>
-
 
77
    </property>
-
 
78
   </widget>
43
  </widget>
79
  </widget>
44
  <widget class="QMenuBar" name="menuBar">
80
  <widget class="QMenuBar" name="menuBar">
45
   <property name="geometry">
81
   <property name="geometry">
46
    <rect>
82
    <rect>
47
     <x>0</x>
83
     <x>0</x>
48
     <y>0</y>
84
     <y>0</y>
49
     <width>600</width>
85
     <width>600</width>
50
     <height>27</height>
86
     <height>27</height>
51
    </rect>
87
    </rect>
52
   </property>
88
   </property>
53
  </widget>
89
  </widget>
54
  <widget class="QToolBar" name="mainToolBar">
90
  <widget class="QToolBar" name="mainToolBar">
55
   <attribute name="toolBarArea">
91
   <attribute name="toolBarArea">
56
    <enum>TopToolBarArea</enum>
92
    <enum>TopToolBarArea</enum>
57
   </attribute>
93
   </attribute>
58
   <attribute name="toolBarBreak">
94
   <attribute name="toolBarBreak">
59
    <bool>false</bool>
95
    <bool>false</bool>
60
   </attribute>
96
   </attribute>
61
  </widget>
97
  </widget>
62
  <widget class="QStatusBar" name="statusBar"/>
98
  <widget class="QStatusBar" name="statusBar"/>
63
 </widget>
99
 </widget>
64
 <layoutdefault spacing="6" margin="11"/>
100
 <layoutdefault spacing="6" margin="11"/>
65
 <resources/>
101
 <resources/>
66
 <connections/>
102
 <connections/>
67
</ui>
103
</ui>