Хранилища Subversion OpenInventory

Редакция

Редакция 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">
234 pingvin 17
   <widget class="QWidget" name="verticalLayoutWidget_5">
35 pingvin 18
    <property name="geometry">
19
     <rect>
234 pingvin 20
      <x>19</x>
21
      <y>0</y>
22
      <width>951</width>
23
      <height>701</height>
35 pingvin 24
     </rect>
25
    </property>
234 pingvin 26
    <layout class="QVBoxLayout" name="verticalLayout_8">
27
     <item>
28
      <layout class="QVBoxLayout" name="verticalLayout_7">
29
       <item>
30
        <layout class="QVBoxLayout" name="verticalLayout_6">
31
         <item>
32
          <layout class="QHBoxLayout" name="horizontalLayout">
33
           <item>
34
            <layout class="QVBoxLayout" name="verticalLayout_5">
35
             <item>
36
              <widget class="QLabel" name="label">
37
               <property name="font">
38
                <font>
39
                 <pointsize>11</pointsize>
40
                 <weight>75</weight>
41
                 <bold>true</bold>
42
                </font>
43
               </property>
44
               <property name="text">
45
                <string>Список зарегистрированных классов</string>
46
               </property>
47
              </widget>
48
             </item>
49
             <item>
50
              <widget class="QTableView" name="tableView">
51
               <property name="minimumSize">
52
                <size>
53
                 <width>0</width>
54
                 <height>100</height>
55
                </size>
56
               </property>
57
              </widget>
58
             </item>
59
            </layout>
60
           </item>
61
           <item>
62
            <layout class="QVBoxLayout" name="verticalLayout">
63
             <item>
64
              <layout class="QVBoxLayout" name="verticalLayout_4">
65
               <item>
66
                <widget class="QPushButton" name="pushButton_2">
67
                 <property name="text">
68
                  <string>Удалить класс</string>
69
                 </property>
70
                </widget>
71
               </item>
72
               <item>
73
                <widget class="QPushButton" name="pushButton">
74
                 <property name="text">
75
                  <string>Новый класс</string>
76
                 </property>
77
                </widget>
78
               </item>
79
              </layout>
80
             </item>
81
             <item>
82
              <spacer name="verticalSpacer_2">
83
               <property name="orientation">
84
                <enum>Qt::Vertical</enum>
85
               </property>
86
               <property name="sizeHint" stdset="0">
87
                <size>
88
                 <width>20</width>
89
                 <height>40</height>
90
                </size>
91
               </property>
92
              </spacer>
93
             </item>
94
             <item>
95
              <layout class="QVBoxLayout" name="verticalLayout_3">
96
               <item>
97
                <widget class="QPushButton" name="pushButton_3">
98
                 <property name="text">
99
                  <string>Новое поле</string>
100
                 </property>
101
                </widget>
102
               </item>
103
               <item>
104
                <widget class="QPushButton" name="pushButton_4">
105
                 <property name="text">
106
                  <string>Удалить выделенные поля</string>
107
                 </property>
108
                </widget>
109
               </item>
110
               <item>
111
                <widget class="QPushButton" name="pushButton_5">
112
                 <property name="text">
113
                  <string>Удалить все поля</string>
114
                 </property>
115
                </widget>
116
               </item>
117
              </layout>
118
             </item>
119
             <item>
120
              <spacer name="verticalSpacer">
121
               <property name="orientation">
122
                <enum>Qt::Vertical</enum>
123
               </property>
124
               <property name="sizeHint" stdset="0">
125
                <size>
126
                 <width>20</width>
127
                 <height>40</height>
128
                </size>
129
               </property>
130
              </spacer>
131
             </item>
132
             <item>
133
              <layout class="QVBoxLayout" name="verticalLayout_2">
134
               <property name="sizeConstraint">
135
                <enum>QLayout::SetDefaultConstraint</enum>
136
               </property>
137
               <item>
138
                <widget class="QPushButton" name="pushButton_6">
139
                 <property name="text">
140
                  <string>Новый указатель</string>
141
                 </property>
142
                </widget>
143
               </item>
144
               <item>
145
                <widget class="QPushButton" name="pushButton_7">
146
                 <property name="text">
147
                  <string>Удалить выделенные указатели</string>
148
                 </property>
149
                </widget>
150
               </item>
151
               <item>
152
                <widget class="QPushButton" name="pushButton_8">
153
                 <property name="text">
154
                  <string>Удалить все указатели</string>
155
                 </property>
156
                </widget>
157
               </item>
158
              </layout>
159
             </item>
160
            </layout>
161
           </item>
162
          </layout>
163
         </item>
164
         <item>
165
          <widget class="QLabel" name="label_2">
166
           <property name="font">
167
            <font>
168
             <pointsize>11</pointsize>
169
             <weight>75</weight>
170
             <bold>true</bold>
171
            </font>
172
           </property>
173
           <property name="text">
174
            <string>Поля класса</string>
175
           </property>
176
          </widget>
177
         </item>
178
         <item>
179
          <widget class="QTableView" name="tableView_2"/>
180
         </item>
181
        </layout>
182
       </item>
183
       <item>
184
        <widget class="QLabel" name="label_3">
185
         <property name="font">
186
          <font>
187
           <pointsize>11</pointsize>
188
           <weight>75</weight>
189
           <bold>true</bold>
190
          </font>
191
         </property>
192
         <property name="text">
193
          <string>Поля для указателей на классы-контейнеры</string>
194
         </property>
195
        </widget>
196
       </item>
197
       <item>
198
        <widget class="QTableView" name="tableView_3"/>
199
       </item>
200
      </layout>
201
     </item>
202
    </layout>
38 pingvin 203
   </widget>
35 pingvin 204
  </widget>
205
  <widget class="QMenuBar" name="menuBar">
206
   <property name="geometry">
207
    <rect>
208
     <x>0</x>
209
     <y>0</y>
59 pingvin 210
     <width>983</width>
234 pingvin 211
     <height>24</height>
35 pingvin 212
    </rect>
213
   </property>
65 pingvin 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>
68 pingvin 222
     <addaction name="action_removeAllClasses"/>
65 pingvin 223
     <addaction name="separator"/>
68 pingvin 224
     <addaction name="action_removeSelectedClasses"/>
65 pingvin 225
    </widget>
72 pingvin 226
    <addaction name="action_newClass"/>
65 pingvin 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>
73 pingvin 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>
83 pingvin 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>
86 pingvin 258
     <addaction name="action_removeAllPointer"/>
83 pingvin 259
     <addaction name="separator"/>
87 pingvin 260
     <addaction name="action_removeSelectedPointers"/>
83 pingvin 261
    </widget>
86 pingvin 262
    <addaction name="action_newPointer"/>
83 pingvin 263
    <addaction name="separator"/>
264
    <addaction name="menu_7"/>
265
   </widget>
135 pingvin 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>
65 pingvin 278
   <addaction name="menu"/>
279
   <addaction name="menu_2"/>
83 pingvin 280
   <addaction name="menu_5"/>
281
   <addaction name="menu_6"/>
135 pingvin 282
   <addaction name="menu_8"/>
35 pingvin 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"/>
72 pingvin 293
  <action name="action_newClass">
65 pingvin 294
   <property name="text">
295
    <string>Новый класс</string>
296
   </property>
297
  </action>
68 pingvin 298
  <action name="action_removeAllClasses">
65 pingvin 299
   <property name="text">
300
    <string>Удалить все классы</string>
301
   </property>
302
  </action>
68 pingvin 303
  <action name="action_removeSelectedClasses">
65 pingvin 304
   <property name="text">
305
    <string>Удалить выбранные классы</string>
306
   </property>
307
  </action>
73 pingvin 308
  <action name="action_newField">
65 pingvin 309
   <property name="text">
310
    <string>Новое поле</string>
311
   </property>
312
  </action>
68 pingvin 313
  <action name="action_removeAllFields">
65 pingvin 314
   <property name="text">
315
    <string>Удалить все поля</string>
316
   </property>
317
  </action>
68 pingvin 318
  <action name="action_removeSelectedFields">
65 pingvin 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>
86 pingvin 347
  <action name="action_newPointer">
83 pingvin 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>
86 pingvin 362
  <action name="action_removeAllPointer">
83 pingvin 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>
87 pingvin 372
  <action name="action_removeSelectedPointers">
83 pingvin 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>
135 pingvin 382
  <action name="getsettingAct">
383
   <property name="text">
384
    <string>Параметры соединения</string>
385
   </property>
386
  </action>
26 pingvin 387
 </widget>
35 pingvin 388
 <layoutdefault spacing="6" margin="11"/>
26 pingvin 389
 <resources/>
390
 <connections/>
391
</ui>