Хранилища Subversion OpenInventory

Редакция

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

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