Хранилища Subversion OpenInventory

Редакция

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