Хранилища Subversion OpenInventory

Редакция

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

Редакция 82 Редакция 83
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>983</width>
9
    <width>983</width>
10
    <height>757</height>
10
    <height>757</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>10</y>
21
      <y>10</y>
22
      <width>331</width>
22
      <width>331</width>
23
      <height>21</height>
23
      <height>21</height>
24
     </rect>
24
     </rect>
25
    </property>
25
    </property>
26
    <property name="font">
26
    <property name="font">
27
     <font>
27
     <font>
28
      <pointsize>11</pointsize>
28
      <pointsize>11</pointsize>
29
      <weight>75</weight>
29
      <weight>75</weight>
30
      <bold>true</bold>
30
      <bold>true</bold>
31
     </font>
31
     </font>
32
    </property>
32
    </property>
33
    <property name="text">
33
    <property name="text">
34
     <string>Список зарегистрированных классов</string>
34
     <string>Список зарегистрированных классов</string>
35
    </property>
35
    </property>
36
   </widget>
36
   </widget>
37
   <widget class="QTableView" name="tableView">
37
   <widget class="QTableView" name="tableView">
38
    <property name="geometry">
38
    <property name="geometry">
39
     <rect>
39
     <rect>
40
      <x>10</x>
40
      <x>10</x>
41
      <y>40</y>
41
      <y>40</y>
42
      <width>761</width>
42
      <width>761</width>
43
      <height>192</height>
43
      <height>192</height>
44
     </rect>
44
     </rect>
45
    </property>
45
    </property>
46
   </widget>
46
   </widget>
47
   <widget class="QPushButton" name="pushButton">
47
   <widget class="QPushButton" name="pushButton">
48
    <property name="geometry">
48
    <property name="geometry">
49
     <rect>
49
     <rect>
50
      <x>780</x>
50
      <x>780</x>
51
      <y>40</y>
51
      <y>40</y>
52
      <width>191</width>
52
      <width>191</width>
53
      <height>21</height>
53
      <height>21</height>
54
     </rect>
54
     </rect>
55
    </property>
55
    </property>
56
    <property name="text">
56
    <property name="text">
57
     <string>Новый класс</string>
57
     <string>Новый класс</string>
58
    </property>
58
    </property>
59
   </widget>
59
   </widget>
60
   <widget class="QTableView" name="tableView_2">
60
   <widget class="QTableView" name="tableView_2">
61
    <property name="geometry">
61
    <property name="geometry">
62
     <rect>
62
     <rect>
63
      <x>10</x>
63
      <x>10</x>
64
      <y>270</y>
64
      <y>270</y>
65
      <width>961</width>
65
      <width>961</width>
66
      <height>181</height>
66
      <height>181</height>
67
     </rect>
67
     </rect>
68
    </property>
68
    </property>
69
   </widget>
69
   </widget>
70
   <widget class="QPushButton" name="pushButton_2">
70
   <widget class="QPushButton" name="pushButton_2">
71
    <property name="geometry">
71
    <property name="geometry">
72
     <rect>
72
     <rect>
73
      <x>780</x>
73
      <x>780</x>
74
      <y>60</y>
74
      <y>60</y>
75
      <width>191</width>
75
      <width>191</width>
76
      <height>21</height>
76
      <height>21</height>
77
     </rect>
77
     </rect>
78
    </property>
78
    </property>
79
    <property name="text">
79
    <property name="text">
80
     <string>Удалить класс</string>
80
     <string>Удалить класс</string>
81
    </property>
81
    </property>
82
   </widget>
82
   </widget>
83
   <widget class="QPushButton" name="pushButton_3">
83
   <widget class="QPushButton" name="pushButton_3">
84
    <property name="geometry">
84
    <property name="geometry">
85
     <rect>
85
     <rect>
86
      <x>780</x>
86
      <x>780</x>
87
      <y>170</y>
87
      <y>170</y>
88
      <width>181</width>
88
      <width>181</width>
89
      <height>21</height>
89
      <height>21</height>
90
     </rect>
90
     </rect>
91
    </property>
91
    </property>
92
    <property name="text">
92
    <property name="text">
93
     <string>Новое поле</string>
93
     <string>Новое поле</string>
94
    </property>
94
    </property>
95
   </widget>
95
   </widget>
96
   <widget class="QPushButton" name="pushButton_4">
96
   <widget class="QPushButton" name="pushButton_4">
97
    <property name="geometry">
97
    <property name="geometry">
98
     <rect>
98
     <rect>
99
      <x>780</x>
99
      <x>780</x>
100
      <y>190</y>
100
      <y>190</y>
101
      <width>181</width>
101
      <width>181</width>
102
      <height>21</height>
102
      <height>21</height>
103
     </rect>
103
     </rect>
104
    </property>
104
    </property>
105
    <property name="text">
105
    <property name="text">
106
     <string>Удалить выделенные поля</string>
106
     <string>Удалить выделенные поля</string>
107
    </property>
107
    </property>
108
   </widget>
108
   </widget>
109
   <widget class="QCheckBox" name="checkBox">
109
   <widget class="QPushButton" name="pushButton_5">
110
    <property name="geometry">
110
    <property name="geometry">
111
     <rect>
111
     <rect>
112
      <x>10</x>
112
      <x>779</x>
113
      <y>240</y>
113
      <y>209</y>
114
      <width>131</width>
114
      <width>181</width>
115
      <height>20</height>
115
      <height>21</height>
116
     </rect>
116
     </rect>
117
    </property>
117
    </property>
118
    <property name="text">
118
    <property name="text">
119
     <string>Идентификатор</string>
119
     <string>Удалить все поля</string>
120
    </property>
120
    </property>
121
   </widget>
121
   </widget>
122
   <widget class="QCheckBox" name="checkBox_2">
122
   <widget class="QTableView" name="tableView_3">
123
    <property name="geometry">
123
    <property name="geometry">
124
     <rect>
124
     <rect>
125
      <x>150</x>
125
      <x>10</x>
126
      <y>240</y>
126
      <y>490</y>
127
      <width>101</width>
127
      <width>961</width>
128
      <height>20</height>
128
      <height>192</height>
129
     </rect>
129
     </rect>
130
    </property>
130
    </property>
131
    <property name="text">
-
 
132
     <string>Псевдоним</string>
-
 
133
    </property>
-
 
134
   </widget>
131
   </widget>
135
   <widget class="QPushButton" name="pushButton_5">
132
   <widget class="QLabel" name="label_2">
136
    <property name="geometry">
133
    <property name="geometry">
137
     <rect>
134
     <rect>
138
      <x>779</x>
135
      <x>10</x>
139
      <y>209</y>
136
      <y>240</y>
140
      <width>181</width>
137
      <width>121</width>
141
      <height>21</height>
138
      <height>21</height>
142
     </rect>
139
     </rect>
143
    </property>
140
    </property>
-
 
141
    <property name="font">
-
 
142
     <font>
-
 
143
      <pointsize>11</pointsize>
-
 
144
      <weight>75</weight>
-
 
145
      <bold>true</bold>
-
 
146
     </font>
-
 
147
    </property>
144
    <property name="text">
148
    <property name="text">
145
     <string>Удалить все поля</string>
149
     <string>Поля класса</string>
146
    </property>
150
    </property>
147
   </widget>
151
   </widget>
148
   <widget class="QTableView" name="tableView_3">
152
   <widget class="QLabel" name="label_3">
149
    <property name="geometry">
153
    <property name="geometry">
150
     <rect>
154
     <rect>
151
      <x>10</x>
155
      <x>10</x>
152
      <y>490</y>
156
      <y>460</y>
153
      <width>961</width>
157
      <width>271</width>
154
      <height>192</height>
158
      <height>21</height>
155
     </rect>
159
     </rect>
156
    </property>
160
    </property>
-
 
161
    <property name="font">
-
 
162
     <font>
-
 
163
      <pointsize>11</pointsize>
-
 
164
      <weight>75</weight>
-
 
165
      <bold>true</bold>
-
 
166
     </font>
-
 
167
    </property>
-
 
168
    <property name="text">
-
 
169
     <string>Указатели на классы-контейнеры</string>
-
 
170
    </property>
157
   </widget>
171
   </widget>
158
  </widget>
172
  </widget>
159
  <widget class="QMenuBar" name="menuBar">
173
  <widget class="QMenuBar" name="menuBar">
160
   <property name="geometry">
174
   <property name="geometry">
161
    <rect>
175
    <rect>
162
     <x>0</x>
176
     <x>0</x>
163
     <y>0</y>
177
     <y>0</y>
164
     <width>983</width>
178
     <width>983</width>
165
     <height>27</height>
179
     <height>27</height>
166
    </rect>
180
    </rect>
167
   </property>
181
   </property>
168
   <widget class="QMenu" name="menu">
182
   <widget class="QMenu" name="menu">
169
    <property name="title">
183
    <property name="title">
170
     <string>Класс</string>
184
     <string>Класс</string>
171
    </property>
185
    </property>
172
    <widget class="QMenu" name="menu_3">
186
    <widget class="QMenu" name="menu_3">
173
     <property name="title">
187
     <property name="title">
174
      <string>Удалить классы</string>
188
      <string>Удалить классы</string>
175
     </property>
189
     </property>
176
     <addaction name="action_removeAllClasses"/>
190
     <addaction name="action_removeAllClasses"/>
177
     <addaction name="separator"/>
191
     <addaction name="separator"/>
178
     <addaction name="action_removeSelectedClasses"/>
192
     <addaction name="action_removeSelectedClasses"/>
179
    </widget>
193
    </widget>
180
    <addaction name="action_newClass"/>
194
    <addaction name="action_newClass"/>
181
    <addaction name="separator"/>
195
    <addaction name="separator"/>
182
    <addaction name="menu_3"/>
196
    <addaction name="menu_3"/>
183
    <addaction name="separator"/>
197
    <addaction name="separator"/>
184
    <addaction name="action_ID"/>
198
    <addaction name="action_ID"/>
185
    <addaction name="action_showAlias"/>
199
    <addaction name="action_showAlias"/>
186
    <addaction name="action_showInstance"/>
200
    <addaction name="action_showInstance"/>
187
   </widget>
201
   </widget>
188
   <widget class="QMenu" name="menu_2">
202
   <widget class="QMenu" name="menu_2">
189
    <property name="title">
203
    <property name="title">
190
     <string>Поле</string>
204
     <string>Поле</string>
191
    </property>
205
    </property>
192
    <widget class="QMenu" name="menu_4">
206
    <widget class="QMenu" name="menu_4">
193
     <property name="title">
207
     <property name="title">
194
      <string>Удалить поля</string>
208
      <string>Удалить поля</string>
195
     </property>
209
     </property>
196
     <addaction name="action_removeAllFields"/>
210
     <addaction name="action_removeAllFields"/>
197
     <addaction name="separator"/>
211
     <addaction name="separator"/>
198
     <addaction name="action_removeSelectedFields"/>
212
     <addaction name="action_removeSelectedFields"/>
199
    </widget>
213
    </widget>
200
    <addaction name="action_newField"/>
214
    <addaction name="action_newField"/>
201
    <addaction name="separator"/>
215
    <addaction name="separator"/>
202
    <addaction name="menu_4"/>
216
    <addaction name="menu_4"/>
203
   </widget>
217
   </widget>
-
 
218
   <widget class="QMenu" name="menu_5">
-
 
219
    <property name="title">
-
 
220
     <string>Указатель</string>
-
 
221
    </property>
-
 
222
    <widget class="QMenu" name="menu_7">
-
 
223
     <property name="title">
-
 
224
      <string>Удалить указатели</string>
-
 
225
     </property>
-
 
226
     <addaction name="action_6"/>
-
 
227
     <addaction name="separator"/>
-
 
228
     <addaction name="action_5"/>
-
 
229
    </widget>
-
 
230
    <addaction name="action"/>
-
 
231
    <addaction name="separator"/>
-
 
232
    <addaction name="menu_7"/>
-
 
233
   </widget>
-
 
234
   <widget class="QMenu" name="menu_6">
-
 
235
    <property name="title">
-
 
236
     <string>Инструменты</string>
-
 
237
    </property>
-
 
238
    <addaction name="action_2"/>
-
 
239
   </widget>
204
   <addaction name="menu"/>
240
   <addaction name="menu"/>
205
   <addaction name="menu_2"/>
241
   <addaction name="menu_2"/>
-
 
242
   <addaction name="menu_5"/>
-
 
243
   <addaction name="menu_6"/>
206
  </widget>
244
  </widget>
207
  <widget class="QToolBar" name="mainToolBar">
245
  <widget class="QToolBar" name="mainToolBar">
208
   <attribute name="toolBarArea">
246
   <attribute name="toolBarArea">
209
    <enum>TopToolBarArea</enum>
247
    <enum>TopToolBarArea</enum>
210
   </attribute>
248
   </attribute>
211
   <attribute name="toolBarBreak">
249
   <attribute name="toolBarBreak">
212
    <bool>false</bool>
250
    <bool>false</bool>
213
   </attribute>
251
   </attribute>
214
  </widget>
252
  </widget>
215
  <widget class="QStatusBar" name="statusBar"/>
253
  <widget class="QStatusBar" name="statusBar"/>
216
  <action name="action_newClass">
254
  <action name="action_newClass">
217
   <property name="text">
255
   <property name="text">
218
    <string>Новый класс</string>
256
    <string>Новый класс</string>
219
   </property>
257
   </property>
220
  </action>
258
  </action>
221
  <action name="action_removeAllClasses">
259
  <action name="action_removeAllClasses">
222
   <property name="text">
260
   <property name="text">
223
    <string>Удалить все классы</string>
261
    <string>Удалить все классы</string>
224
   </property>
262
   </property>
225
  </action>
263
  </action>
226
  <action name="action_removeSelectedClasses">
264
  <action name="action_removeSelectedClasses">
227
   <property name="text">
265
   <property name="text">
228
    <string>Удалить выбранные классы</string>
266
    <string>Удалить выбранные классы</string>
229
   </property>
267
   </property>
230
  </action>
268
  </action>
231
  <action name="action_newField">
269
  <action name="action_newField">
232
   <property name="text">
270
   <property name="text">
233
    <string>Новое поле</string>
271
    <string>Новое поле</string>
234
   </property>
272
   </property>
235
  </action>
273
  </action>
236
  <action name="action_removeAllFields">
274
  <action name="action_removeAllFields">
237
   <property name="text">
275
   <property name="text">
238
    <string>Удалить все поля</string>
276
    <string>Удалить все поля</string>
239
   </property>
277
   </property>
240
  </action>
278
  </action>
241
  <action name="action_removeSelectedFields">
279
  <action name="action_removeSelectedFields">
242
   <property name="text">
280
   <property name="text">
243
    <string>Удалить выделенные поля</string>
281
    <string>Удалить выделенные поля</string>
244
   </property>
282
   </property>
245
  </action>
283
  </action>
246
  <action name="action_ID">
284
  <action name="action_ID">
247
   <property name="checkable">
285
   <property name="checkable">
248
    <bool>true</bool>
286
    <bool>true</bool>
249
   </property>
287
   </property>
250
   <property name="text">
288
   <property name="text">
251
    <string>Показывать ID</string>
289
    <string>Показывать ID</string>
252
   </property>
290
   </property>
253
  </action>
291
  </action>
254
  <action name="action_showAlias">
292
  <action name="action_showAlias">
255
   <property name="checkable">
293
   <property name="checkable">
256
    <bool>true</bool>
294
    <bool>true</bool>
257
   </property>
295
   </property>
258
   <property name="text">
296
   <property name="text">
259
    <string>Показывать псевдоним</string>
297
    <string>Показывать псевдоним</string>
260
   </property>
298
   </property>
261
  </action>
299
  </action>
262
  <action name="action_showInstance">
300
  <action name="action_showInstance">
263
   <property name="checkable">
301
   <property name="checkable">
264
    <bool>true</bool>
302
    <bool>true</bool>
265
   </property>
303
   </property>
266
   <property name="text">
304
   <property name="text">
267
    <string>Показывать хранилища объектов</string>
305
    <string>Показывать хранилища объектов</string>
268
   </property>
306
   </property>
-
 
307
  </action>
-
 
308
  <action name="action">
-
 
309
   <property name="text">
-
 
310
    <string>Новый указатель</string>
-
 
311
   </property>
-
 
312
  </action>
-
 
313
  <action name="action_3">
-
 
314
   <property name="text">
-
 
315
    <string>Удалить все указатели</string>
-
 
316
   </property>
-
 
317
  </action>
-
 
318
  <action name="action_4">
-
 
319
   <property name="text">
-
 
320
    <string>Удалить выделенные указатели</string>
-
 
321
   </property>
-
 
322
  </action>
-
 
323
  <action name="action_6">
-
 
324
   <property name="text">
-
 
325
    <string>Удалить все указатели</string>
-
 
326
   </property>
-
 
327
  </action>
-
 
328
  <action name="action_7">
-
 
329
   <property name="text">
-
 
330
    <string>Удалить выделенные указатели</string>
-
 
331
   </property>
-
 
332
  </action>
-
 
333
  <action name="action_5">
-
 
334
   <property name="text">
-
 
335
    <string>Удалить выделенные указатели</string>
-
 
336
   </property>
-
 
337
  </action>
-
 
338
  <action name="action_2">
-
 
339
   <property name="text">
-
 
340
    <string>Проверить таблицу-контейнер </string>
-
 
341
   </property>
269
  </action>
342
  </action>
270
 </widget>
343
 </widget>
271
 <layoutdefault spacing="6" margin="11"/>
344
 <layoutdefault spacing="6" margin="11"/>
272
 <resources/>
345
 <resources/>
273
 <connections/>
346
 <connections/>
274
</ui>
347
</ui>