Хранилища Subversion OpenInventory

Редакция

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

Редакция 135 Редакция 161
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="QPushButton" name="pushButton_5">
109
   <widget class="QPushButton" name="pushButton_5">
110
    <property name="geometry">
110
    <property name="geometry">
111
     <rect>
111
     <rect>
112
      <x>779</x>
112
      <x>779</x>
113
      <y>209</y>
113
      <y>209</y>
114
      <width>181</width>
114
      <width>181</width>
115
      <height>21</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="QTableView" name="tableView_3">
122
   <widget class="QTableView" name="tableView_3">
123
    <property name="geometry">
123
    <property name="geometry">
124
     <rect>
124
     <rect>
125
      <x>10</x>
125
      <x>10</x>
126
      <y>490</y>
126
      <y>490</y>
127
      <width>961</width>
127
      <width>961</width>
128
      <height>192</height>
128
      <height>192</height>
129
     </rect>
129
     </rect>
130
    </property>
130
    </property>
131
   </widget>
131
   </widget>
132
   <widget class="QLabel" name="label_2">
132
   <widget class="QLabel" name="label_2">
133
    <property name="geometry">
133
    <property name="geometry">
134
     <rect>
134
     <rect>
135
      <x>10</x>
135
      <x>10</x>
136
      <y>240</y>
136
      <y>240</y>
137
      <width>121</width>
137
      <width>121</width>
138
      <height>21</height>
138
      <height>21</height>
139
     </rect>
139
     </rect>
140
    </property>
140
    </property>
141
    <property name="font">
141
    <property name="font">
142
     <font>
142
     <font>
143
      <pointsize>11</pointsize>
143
      <pointsize>11</pointsize>
144
      <weight>75</weight>
144
      <weight>75</weight>
145
      <bold>true</bold>
145
      <bold>true</bold>
146
     </font>
146
     </font>
147
    </property>
147
    </property>
148
    <property name="text">
148
    <property name="text">
149
     <string>Поля класса</string>
149
     <string>Поля класса</string>
150
    </property>
150
    </property>
151
   </widget>
151
   </widget>
152
   <widget class="QLabel" name="label_3">
152
   <widget class="QLabel" name="label_3">
153
    <property name="geometry">
153
    <property name="geometry">
154
     <rect>
154
     <rect>
155
      <x>10</x>
155
      <x>10</x>
156
      <y>460</y>
156
      <y>460</y>
157
      <width>351</width>
157
      <width>351</width>
158
      <height>21</height>
158
      <height>21</height>
159
     </rect>
159
     </rect>
160
    </property>
160
    </property>
161
    <property name="font">
161
    <property name="font">
162
     <font>
162
     <font>
163
      <pointsize>11</pointsize>
163
      <pointsize>11</pointsize>
164
      <weight>75</weight>
164
      <weight>75</weight>
165
      <bold>true</bold>
165
      <bold>true</bold>
166
     </font>
166
     </font>
167
    </property>
167
    </property>
168
    <property name="text">
168
    <property name="text">
169
     <string>Поля для указателей на классы-контейнеры</string>
169
     <string>Поля для указателей на классы-контейнеры</string>
170
    </property>
170
    </property>
171
   </widget>
171
   </widget>
-
 
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>
172
  </widget>
201
  </widget>
173
  <widget class="QMenuBar" name="menuBar">
202
  <widget class="QMenuBar" name="menuBar">
174
   <property name="geometry">
203
   <property name="geometry">
175
    <rect>
204
    <rect>
176
     <x>0</x>
205
     <x>0</x>
177
     <y>0</y>
206
     <y>0</y>
178
     <width>983</width>
207
     <width>983</width>
179
     <height>27</height>
208
     <height>27</height>
180
    </rect>
209
    </rect>
181
   </property>
210
   </property>
182
   <widget class="QMenu" name="menu">
211
   <widget class="QMenu" name="menu">
183
    <property name="title">
212
    <property name="title">
184
     <string>Класс</string>
213
     <string>Класс</string>
185
    </property>
214
    </property>
186
    <widget class="QMenu" name="menu_3">
215
    <widget class="QMenu" name="menu_3">
187
     <property name="title">
216
     <property name="title">
188
      <string>Удалить классы</string>
217
      <string>Удалить классы</string>
189
     </property>
218
     </property>
190
     <addaction name="action_removeAllClasses"/>
219
     <addaction name="action_removeAllClasses"/>
191
     <addaction name="separator"/>
220
     <addaction name="separator"/>
192
     <addaction name="action_removeSelectedClasses"/>
221
     <addaction name="action_removeSelectedClasses"/>
193
    </widget>
222
    </widget>
194
    <addaction name="action_newClass"/>
223
    <addaction name="action_newClass"/>
195
    <addaction name="separator"/>
224
    <addaction name="separator"/>
196
    <addaction name="menu_3"/>
225
    <addaction name="menu_3"/>
197
    <addaction name="separator"/>
226
    <addaction name="separator"/>
198
    <addaction name="action_ID"/>
227
    <addaction name="action_ID"/>
199
    <addaction name="action_showAlias"/>
228
    <addaction name="action_showAlias"/>
200
    <addaction name="action_showInstance"/>
229
    <addaction name="action_showInstance"/>
201
   </widget>
230
   </widget>
202
   <widget class="QMenu" name="menu_2">
231
   <widget class="QMenu" name="menu_2">
203
    <property name="title">
232
    <property name="title">
204
     <string>Поле</string>
233
     <string>Поле</string>
205
    </property>
234
    </property>
206
    <widget class="QMenu" name="menu_4">
235
    <widget class="QMenu" name="menu_4">
207
     <property name="title">
236
     <property name="title">
208
      <string>Удалить поля</string>
237
      <string>Удалить поля</string>
209
     </property>
238
     </property>
210
     <addaction name="action_removeAllFields"/>
239
     <addaction name="action_removeAllFields"/>
211
     <addaction name="separator"/>
240
     <addaction name="separator"/>
212
     <addaction name="action_removeSelectedFields"/>
241
     <addaction name="action_removeSelectedFields"/>
213
    </widget>
242
    </widget>
214
    <addaction name="action_newField"/>
243
    <addaction name="action_newField"/>
215
    <addaction name="separator"/>
244
    <addaction name="separator"/>
216
    <addaction name="menu_4"/>
245
    <addaction name="menu_4"/>
217
   </widget>
246
   </widget>
218
   <widget class="QMenu" name="menu_5">
247
   <widget class="QMenu" name="menu_5">
219
    <property name="title">
248
    <property name="title">
220
     <string>Указатель</string>
249
     <string>Указатель</string>
221
    </property>
250
    </property>
222
    <widget class="QMenu" name="menu_7">
251
    <widget class="QMenu" name="menu_7">
223
     <property name="title">
252
     <property name="title">
224
      <string>Удалить указатели</string>
253
      <string>Удалить указатели</string>
225
     </property>
254
     </property>
226
     <addaction name="action_removeAllPointer"/>
255
     <addaction name="action_removeAllPointer"/>
227
     <addaction name="separator"/>
256
     <addaction name="separator"/>
228
     <addaction name="action_removeSelectedPointers"/>
257
     <addaction name="action_removeSelectedPointers"/>
229
    </widget>
258
    </widget>
230
    <addaction name="action_newPointer"/>
259
    <addaction name="action_newPointer"/>
231
    <addaction name="separator"/>
260
    <addaction name="separator"/>
232
    <addaction name="menu_7"/>
261
    <addaction name="menu_7"/>
233
   </widget>
262
   </widget>
234
   <widget class="QMenu" name="menu_6">
263
   <widget class="QMenu" name="menu_6">
235
    <property name="title">
264
    <property name="title">
236
     <string>Инструменты</string>
265
     <string>Инструменты</string>
237
    </property>
266
    </property>
238
    <addaction name="action_2"/>
267
    <addaction name="action_2"/>
239
   </widget>
268
   </widget>
240
   <widget class="QMenu" name="menu_8">
269
   <widget class="QMenu" name="menu_8">
241
    <property name="title">
270
    <property name="title">
242
     <string>База данных</string>
271
     <string>База данных</string>
243
    </property>
272
    </property>
244
    <addaction name="getsettingAct"/>
273
    <addaction name="getsettingAct"/>
245
   </widget>
274
   </widget>
246
   <addaction name="menu"/>
275
   <addaction name="menu"/>
247
   <addaction name="menu_2"/>
276
   <addaction name="menu_2"/>
248
   <addaction name="menu_5"/>
277
   <addaction name="menu_5"/>
249
   <addaction name="menu_6"/>
278
   <addaction name="menu_6"/>
250
   <addaction name="menu_8"/>
279
   <addaction name="menu_8"/>
251
  </widget>
280
  </widget>
252
  <widget class="QToolBar" name="mainToolBar">
281
  <widget class="QToolBar" name="mainToolBar">
253
   <attribute name="toolBarArea">
282
   <attribute name="toolBarArea">
254
    <enum>TopToolBarArea</enum>
283
    <enum>TopToolBarArea</enum>
255
   </attribute>
284
   </attribute>
256
   <attribute name="toolBarBreak">
285
   <attribute name="toolBarBreak">
257
    <bool>false</bool>
286
    <bool>false</bool>
258
   </attribute>
287
   </attribute>
259
  </widget>
288
  </widget>
260
  <widget class="QStatusBar" name="statusBar"/>
289
  <widget class="QStatusBar" name="statusBar"/>
261
  <action name="action_newClass">
290
  <action name="action_newClass">
262
   <property name="text">
291
   <property name="text">
263
    <string>Новый класс</string>
292
    <string>Новый класс</string>
264
   </property>
293
   </property>
265
  </action>
294
  </action>
266
  <action name="action_removeAllClasses">
295
  <action name="action_removeAllClasses">
267
   <property name="text">
296
   <property name="text">
268
    <string>Удалить все классы</string>
297
    <string>Удалить все классы</string>
269
   </property>
298
   </property>
270
  </action>
299
  </action>
271
  <action name="action_removeSelectedClasses">
300
  <action name="action_removeSelectedClasses">
272
   <property name="text">
301
   <property name="text">
273
    <string>Удалить выбранные классы</string>
302
    <string>Удалить выбранные классы</string>
274
   </property>
303
   </property>
275
  </action>
304
  </action>
276
  <action name="action_newField">
305
  <action name="action_newField">
277
   <property name="text">
306
   <property name="text">
278
    <string>Новое поле</string>
307
    <string>Новое поле</string>
279
   </property>
308
   </property>
280
  </action>
309
  </action>
281
  <action name="action_removeAllFields">
310
  <action name="action_removeAllFields">
282
   <property name="text">
311
   <property name="text">
283
    <string>Удалить все поля</string>
312
    <string>Удалить все поля</string>
284
   </property>
313
   </property>
285
  </action>
314
  </action>
286
  <action name="action_removeSelectedFields">
315
  <action name="action_removeSelectedFields">
287
   <property name="text">
316
   <property name="text">
288
    <string>Удалить выделенные поля</string>
317
    <string>Удалить выделенные поля</string>
289
   </property>
318
   </property>
290
  </action>
319
  </action>
291
  <action name="action_ID">
320
  <action name="action_ID">
292
   <property name="checkable">
321
   <property name="checkable">
293
    <bool>true</bool>
322
    <bool>true</bool>
294
   </property>
323
   </property>
295
   <property name="text">
324
   <property name="text">
296
    <string>Показывать ID</string>
325
    <string>Показывать ID</string>
297
   </property>
326
   </property>
298
  </action>
327
  </action>
299
  <action name="action_showAlias">
328
  <action name="action_showAlias">
300
   <property name="checkable">
329
   <property name="checkable">
301
    <bool>true</bool>
330
    <bool>true</bool>
302
   </property>
331
   </property>
303
   <property name="text">
332
   <property name="text">
304
    <string>Показывать псевдоним</string>
333
    <string>Показывать псевдоним</string>
305
   </property>
334
   </property>
306
  </action>
335
  </action>
307
  <action name="action_showInstance">
336
  <action name="action_showInstance">
308
   <property name="checkable">
337
   <property name="checkable">
309
    <bool>true</bool>
338
    <bool>true</bool>
310
   </property>
339
   </property>
311
   <property name="text">
340
   <property name="text">
312
    <string>Показывать хранилища объектов</string>
341
    <string>Показывать хранилища объектов</string>
313
   </property>
342
   </property>
314
  </action>
343
  </action>
315
  <action name="action_newPointer">
344
  <action name="action_newPointer">
316
   <property name="text">
345
   <property name="text">
317
    <string>Новый указатель</string>
346
    <string>Новый указатель</string>
318
   </property>
347
   </property>
319
  </action>
348
  </action>
320
  <action name="action_3">
349
  <action name="action_3">
321
   <property name="text">
350
   <property name="text">
322
    <string>Удалить все указатели</string>
351
    <string>Удалить все указатели</string>
323
   </property>
352
   </property>
324
  </action>
353
  </action>
325
  <action name="action_4">
354
  <action name="action_4">
326
   <property name="text">
355
   <property name="text">
327
    <string>Удалить выделенные указатели</string>
356
    <string>Удалить выделенные указатели</string>
328
   </property>
357
   </property>
329
  </action>
358
  </action>
330
  <action name="action_removeAllPointer">
359
  <action name="action_removeAllPointer">
331
   <property name="text">
360
   <property name="text">
332
    <string>Удалить все указатели</string>
361
    <string>Удалить все указатели</string>
333
   </property>
362
   </property>
334
  </action>
363
  </action>
335
  <action name="action_7">
364
  <action name="action_7">
336
   <property name="text">
365
   <property name="text">
337
    <string>Удалить выделенные указатели</string>
366
    <string>Удалить выделенные указатели</string>
338
   </property>
367
   </property>
339
  </action>
368
  </action>
340
  <action name="action_removeSelectedPointers">
369
  <action name="action_removeSelectedPointers">
341
   <property name="text">
370
   <property name="text">
342
    <string>Удалить выделенные указатели</string>
371
    <string>Удалить выделенные указатели</string>
343
   </property>
372
   </property>
344
  </action>
373
  </action>
345
  <action name="action_2">
374
  <action name="action_2">
346
   <property name="text">
375
   <property name="text">
347
    <string>Проверить таблицу-контейнер </string>
376
    <string>Проверить таблицу-контейнер </string>
348
   </property>
377
   </property>
349
  </action>
378
  </action>
350
  <action name="getsettingAct">
379
  <action name="getsettingAct">
351
   <property name="text">
380
   <property name="text">
352
    <string>Параметры соединения</string>
381
    <string>Параметры соединения</string>
353
   </property>
382
   </property>
354
  </action>
383
  </action>
355
 </widget>
384
 </widget>
356
 <layoutdefault spacing="6" margin="11"/>
385
 <layoutdefault spacing="6" margin="11"/>
357
 <resources/>
386
 <resources/>
358
 <connections/>
387
 <connections/>
359
</ui>
388
</ui>