Хранилища Subversion OpenInventory

Редакция

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