Хранилища Subversion OpenInventory

Редакция

Редакция 35 | Редакция 39 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
35 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
26 pingvin 2
<ui version="4.0">
3
 <class>ClassEditor</class>
35 pingvin 4
 <widget class="QMainWindow" name="ClassEditor">
5
  <property name="geometry">
26 pingvin 6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>600</width>
10
    <height>400</height>
11
   </rect>
12
  </property>
35 pingvin 13
  <property name="windowTitle">
26 pingvin 14
   <string>ClassEditor</string>
15
  </property>
35 pingvin 16
  <widget class="QWidget" name="centralWidget">
38 pingvin 17
   <widget class="QLabel" name="label">
35 pingvin 18
    <property name="geometry">
19
     <rect>
38 pingvin 20
      <x>10</x>
21
      <y>40</y>
22
      <width>581</width>
23
      <height>21</height>
35 pingvin 24
     </rect>
25
    </property>
38 pingvin 26
    <property name="text">
27
     <string>TextLabel</string>
28
    </property>
35 pingvin 29
   </widget>
38 pingvin 30
   <widget class="QLabel" name="label_2">
31
    <property name="geometry">
32
     <rect>
33
      <x>10</x>
34
      <y>70</y>
35
      <width>581</width>
36
      <height>21</height>
37
     </rect>
38
    </property>
39
    <property name="text">
40
     <string>TextLabel</string>
41
    </property>
42
   </widget>
35 pingvin 43
  </widget>
44
  <widget class="QMenuBar" name="menuBar">
45
   <property name="geometry">
46
    <rect>
47
     <x>0</x>
48
     <y>0</y>
49
     <width>600</width>
38 pingvin 50
     <height>27</height>
35 pingvin 51
    </rect>
52
   </property>
53
  </widget>
54
  <widget class="QToolBar" name="mainToolBar">
55
   <attribute name="toolBarArea">
56
    <enum>TopToolBarArea</enum>
57
   </attribute>
58
   <attribute name="toolBarBreak">
59
    <bool>false</bool>
60
   </attribute>
61
  </widget>
62
  <widget class="QStatusBar" name="statusBar"/>
26 pingvin 63
 </widget>
35 pingvin 64
 <layoutdefault spacing="6" margin="11"/>
26 pingvin 65
 <resources/>
66
 <connections/>
67
</ui>