Хранилища Subversion OpenInventory

Редакция

Редакция 56 | Редакция 60 | К новейшей редакции | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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>
59 pingvin 9
    <width>983</width>
56 pingvin 10
    <height>574</height>
26 pingvin 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>
45 pingvin 21
      <y>10</y>
38 pingvin 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>
45 pingvin 34
      <y>30</y>
38 pingvin 35
      <width>581</width>
36
      <height>21</height>
37
     </rect>
38
    </property>
39
    <property name="text">
40
     <string>TextLabel</string>
41
    </property>
42
   </widget>
39 pingvin 43
   <widget class="QLabel" name="label_3">
44
    <property name="geometry">
45
     <rect>
46
      <x>10</x>
45 pingvin 47
      <y>50</y>
39 pingvin 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>
45 pingvin 60
      <y>70</y>
39 pingvin 61
      <width>581</width>
62
      <height>21</height>
63
     </rect>
64
    </property>
65
    <property name="text">
66
     <string>TextLabel</string>
67
    </property>
68
   </widget>
45 pingvin 69
   <widget class="QTableView" name="tableView">
39 pingvin 70
    <property name="geometry">
71
     <rect>
72
      <x>10</x>
45 pingvin 73
      <y>100</y>
59 pingvin 74
      <width>961</width>
45 pingvin 75
      <height>192</height>
39 pingvin 76
     </rect>
77
    </property>
78
   </widget>
51 pingvin 79
   <widget class="QPushButton" name="pushButton">
80
    <property name="geometry">
81
     <rect>
82
      <x>10</x>
83
      <y>300</y>
84
      <width>130</width>
85
      <height>30</height>
86
     </rect>
87
    </property>
88
    <property name="text">
89
     <string>Новый класс</string>
90
    </property>
91
   </widget>
56 pingvin 92
   <widget class="QTableView" name="tableView_2">
93
    <property name="geometry">
94
     <rect>
95
      <x>10</x>
96
      <y>341</y>
59 pingvin 97
      <width>961</width>
56 pingvin 98
      <height>181</height>
99
     </rect>
100
    </property>
101
   </widget>
59 pingvin 102
   <widget class="QPushButton" name="pushButton_2">
103
    <property name="geometry">
104
     <rect>
105
      <x>160</x>
106
      <y>300</y>
107
      <width>181</width>
108
      <height>30</height>
109
     </rect>
110
    </property>
111
    <property name="text">
112
     <string>Удалить класс</string>
113
    </property>
114
   </widget>
115
   <widget class="QPushButton" name="pushButton_3">
116
    <property name="geometry">
117
     <rect>
118
      <x>560</x>
119
      <y>300</y>
120
      <width>130</width>
121
      <height>30</height>
122
     </rect>
123
    </property>
124
    <property name="text">
125
     <string>Новое поле</string>
126
    </property>
127
   </widget>
128
   <widget class="QPushButton" name="pushButton_4">
129
    <property name="geometry">
130
     <rect>
131
      <x>700</x>
132
      <y>300</y>
133
      <width>181</width>
134
      <height>30</height>
135
     </rect>
136
    </property>
137
    <property name="text">
138
     <string>Удалить поле</string>
139
    </property>
140
   </widget>
35 pingvin 141
  </widget>
142
  <widget class="QMenuBar" name="menuBar">
143
   <property name="geometry">
144
    <rect>
145
     <x>0</x>
146
     <y>0</y>
59 pingvin 147
     <width>983</width>
45 pingvin 148
     <height>27</height>
35 pingvin 149
    </rect>
150
   </property>
151
  </widget>
152
  <widget class="QToolBar" name="mainToolBar">
153
   <attribute name="toolBarArea">
154
    <enum>TopToolBarArea</enum>
155
   </attribute>
156
   <attribute name="toolBarBreak">
157
    <bool>false</bool>
158
   </attribute>
159
  </widget>
160
  <widget class="QStatusBar" name="statusBar"/>
26 pingvin 161
 </widget>
35 pingvin 162
 <layoutdefault spacing="6" margin="11"/>
26 pingvin 163
 <resources/>
164
 <connections/>
165
</ui>