Хранилища Subversion OpenInventory

Редакция

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

Редакция 165 Редакция 234
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<ui version="4.0">
3
3
 <class>ClassEditor</class>
4
4
 <widget class="QMainWindow" name="ClassEditor">
5
5
  <property name="geometry">
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>983</width>
10
10
    <height>757</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
14
14
   <string>ClassEditor</string>
15
15
  </property>
16
16
  <widget class="QWidget" name="centralWidget">
17
17
   <widget class="QWidget" name="verticalLayoutWidget_5">
18
18
    <property name="geometry">
19
19
     <rect>
206
203
   </widget>
207
204
  </widget>
208
205
  <widget class="QMenuBar" name="menuBar">
209
206
   <property name="geometry">
210
207
    <rect>
211
208
     <x>0</x>
212
209
     <y>0</y>
213
210
     <width>983</width>
214
211
     <height>24</height>
215
212
    </rect>
-
 
213
   </property>
-
 
214
   <widget class="QMenu" name="menu">
-
 
215
    <property name="title">
-
 
216
     <string>Класс</string>
-
 
217
    </property>
-
 
218
    <widget class="QMenu" name="menu_3">
-
 
219
     <property name="title">
-
 
220
      <string>Удалить классы</string>
-
 
221
     </property>
-
 
222
     <addaction name="action_removeAllClasses"/>
-
 
223
     <addaction name="separator"/>
-
 
224
     <addaction name="action_removeSelectedClasses"/>
-
 
225
    </widget>
-
 
226
    <addaction name="action_newClass"/>
-
 
227
    <addaction name="separator"/>
-
 
228
    <addaction name="menu_3"/>
-
 
229
    <addaction name="separator"/>
-
 
230
    <addaction name="action_ID"/>
-
 
231
    <addaction name="action_showAlias"/>
-
 
232
    <addaction name="action_showInstance"/>
-
 
233
   </widget>
-
 
234
   <widget class="QMenu" name="menu_2">
-
 
235
    <property name="title">
-
 
236
     <string>Поле</string>
-
 
237
    </property>
-
 
238
    <widget class="QMenu" name="menu_4">
-
 
239
     <property name="title">
-
 
240
      <string>Удалить поля</string>
-
 
241
     </property>
-
 
242
     <addaction name="action_removeAllFields"/>
-
 
243
     <addaction name="separator"/>
-
 
244
     <addaction name="action_removeSelectedFields"/>
-
 
245
    </widget>
-
 
246
    <addaction name="action_newField"/>
-
 
247
    <addaction name="separator"/>
-
 
248
    <addaction name="menu_4"/>
-
 
249
   </widget>
-
 
250
   <widget class="QMenu" name="menu_5">
-
 
251
    <property name="title">
-
 
252
     <string>Указатель</string>
-
 
253
    </property>
-
 
254
    <widget class="QMenu" name="menu_7">
-
 
255
     <property name="title">
-
 
256
      <string>Удалить указатели</string>
-
 
257
     </property>
-
 
258
     <addaction name="action_removeAllPointer"/>
-
 
259
     <addaction name="separator"/>
-
 
260
     <addaction name="action_removeSelectedPointers"/>
-
 
261
    </widget>
-
 
262
    <addaction name="action_newPointer"/>
-
 
263
    <addaction name="separator"/>
-
 
264
    <addaction name="menu_7"/>
-
 
265
   </widget>
-
 
266
   <widget class="QMenu" name="menu_6">
-
 
267
    <property name="title">
-
 
268
     <string>Инструменты</string>
-
 
269
    </property>
-
 
270
    <addaction name="action_2"/>
-
 
271
   </widget>
-
 
272
   <widget class="QMenu" name="menu_8">
-
 
273
    <property name="title">
-
 
274
     <string>База данных</string>
-
 
275
    </property>
-
 
276
    <addaction name="getsettingAct"/>
-
 
277
   </widget>
-
 
278
   <addaction name="menu"/>
-
 
279
   <addaction name="menu_2"/>
-
 
280
   <addaction name="menu_5"/>
-
 
281
   <addaction name="menu_6"/>
-
 
282
   <addaction name="menu_8"/>
-
 
283
  </widget>
-
 
284
  <widget class="QToolBar" name="mainToolBar">
-
 
285
   <attribute name="toolBarArea">
-
 
286
    <enum>TopToolBarArea</enum>
-
 
287
   </attribute>
-
 
288
   <attribute name="toolBarBreak">
-
 
289
    <bool>false</bool>
-
 
290
   </attribute>
-
 
291
  </widget>
-
 
292
  <widget class="QStatusBar" name="statusBar"/>
-
 
293
  <action name="action_newClass">
-
 
294
   <property name="text">
-
 
295
    <string>Новый класс</string>
-
 
296
   </property>
-
 
297
  </action>
-
 
298
  <action name="action_removeAllClasses">
-
 
299
   <property name="text">
-
 
300
    <string>Удалить все классы</string>
-
 
301
   </property>
-
 
302
  </action>
-
 
303
  <action name="action_removeSelectedClasses">
-
 
304
   <property name="text">
-
 
305
    <string>Удалить выбранные классы</string>
-
 
306
   </property>
-
 
307
  </action>
-
 
308
  <action name="action_newField">
-
 
309
   <property name="text">
-
 
310
    <string>Новое поле</string>
-
 
311
   </property>
-
 
312
  </action>
-
 
313
  <action name="action_removeAllFields">
-
 
314
   <property name="text">
-
 
315
    <string>Удалить все поля</string>
-
 
316
   </property>
-
 
317
  </action>
-
 
318
  <action name="action_removeSelectedFields">
-
 
319
   <property name="text">
-
 
320
    <string>Удалить выделенные поля</string>
-
 
321
   </property>
-
 
322
  </action>
-
 
323
  <action name="action_ID">
-
 
324
   <property name="checkable">
-
 
325
    <bool>true</bool>
-
 
326
   </property>
-
 
327
   <property name="text">
-
 
328
    <string>Показывать ID</string>
-
 
329
   </property>
-
 
330
  </action>
-
 
331
  <action name="action_showAlias">
-
 
332
   <property name="checkable">
-
 
333
    <bool>true</bool>
-
 
334
   </property>
-
 
335
   <property name="text">
-
 
336
    <string>Показывать псевдоним</string>
-
 
337
   </property>
-
 
338
  </action>
-
 
339
  <action name="action_showInstance">
-
 
340
   <property name="checkable">
-
 
341
    <bool>true</bool>
-
 
342
   </property>
-
 
343
   <property name="text">
-
 
344
    <string>Показывать хранилища объектов</string>
-
 
345
   </property>
-
 
346
  </action>
-
 
347
  <action name="action_newPointer">
-
 
348
   <property name="text">
-
 
349
    <string>Новый указатель</string>
-
 
350
   </property>
-
 
351
  </action>
-
 
352
  <action name="action_3">
-
 
353
   <property name="text">
-
 
354
    <string>Удалить все указатели</string>
-
 
355
   </property>
-
 
356
  </action>
-
 
357
  <action name="action_4">
-
 
358
   <property name="text">
-
 
359
    <string>Удалить выделенные указатели</string>
-
 
360
   </property>
-
 
361
  </action>
-
 
362
  <action name="action_removeAllPointer">
-
 
363
   <property name="text">
-
 
364
    <string>Удалить все указатели</string>
-
 
365
   </property>
-
 
366
  </action>
-
 
367
  <action name="action_7">
-
 
368
   <property name="text">
-
 
369
    <string>Удалить выделенные указатели</string>
-
 
370
   </property>
-
 
371
  </action>
-
 
372
  <action name="action_removeSelectedPointers">
-
 
373
   <property name="text">
-
 
374
    <string>Удалить выделенные указатели</string>
-
 
375
   </property>
-
 
376
  </action>
-
 
377
  <action name="action_2">
-
 
378
   <property name="text">
-
 
379
    <string>Проверить таблицу-контейнер </string>
-
 
380
   </property>
-
 
381
  </action>
-
 
382
  <action name="getsettingAct">
-
 
383
   <property name="text">
-
 
384
    <string>Параметры соединения</string>
-
 
385
   </property>
-
 
386
  </action>
-
 
387
 </widget>
-
 
388
 <layoutdefault spacing="6" margin="11"/>
-
 
389
 <resources/>
-
 
390
 <connections/>
-
 
391
</ui>