Хранилища Subversion OpenInventory

Редакция

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

Редакция 233 Редакция 237
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>MainWindow</class>
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
4
 <widget class="QMainWindow" name="MainWindow">
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>1094</width>
9
    <width>1094</width>
10
    <height>691</height>
10
    <height>691</height>
11
   </rect>
11
   </rect>
12
  </property>
12
  </property>
13
  <property name="windowTitle">
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
14
   <string>MainWindow</string>
15
  </property>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QWidget" name="verticalLayoutWidget">
17
   <widget class="QWidget" name="verticalLayoutWidget">
18
    <property name="geometry">
18
    <property name="geometry">
19
     <rect>
19
     <rect>
20
      <x>10</x>
20
      <x>10</x>
21
      <y>20</y>
21
      <y>20</y>
22
      <width>1081</width>
22
      <width>1081</width>
23
      <height>611</height>
23
      <height>611</height>
24
     </rect>
24
     </rect>
25
    </property>
25
    </property>
26
    <layout class="QVBoxLayout" name="verticalLayout">
26
    <layout class="QVBoxLayout" name="verticalLayout">
27
     <item>
27
     <item>
28
      <widget class="QTabWidget" name="tabWidget">
28
      <widget class="QTabWidget" name="tabWidget">
29
       <property name="currentIndex">
29
       <property name="currentIndex">
30
        <number>0</number>
30
        <number>0</number>
31
       </property>
31
       </property>
32
       <widget class="QWidget" name="tab">
32
       <widget class="QWidget" name="tab">
33
        <attribute name="title">
33
        <attribute name="title">
34
         <string>Данные</string>
34
         <string>Данные</string>
35
        </attribute>
35
        </attribute>
36
        <widget class="QWidget" name="horizontalLayoutWidget">
36
        <widget class="QWidget" name="horizontalLayoutWidget">
37
         <property name="geometry">
37
         <property name="geometry">
38
          <rect>
38
          <rect>
39
           <x>0</x>
39
           <x>0</x>
40
           <y>10</y>
40
           <y>10</y>
41
           <width>1061</width>
41
           <width>1061</width>
42
           <height>561</height>
42
           <height>561</height>
43
          </rect>
43
          </rect>
44
         </property>
44
         </property>
45
         <layout class="QHBoxLayout" name="horizontalLayout">
45
         <layout class="QHBoxLayout" name="horizontalLayout">
46
          <item>
46
          <item>
47
           <widget class="QTreeWidget" name="treeWidget_2">
47
           <widget class="QTreeWidget" name="treeWidget_2">
48
            <property name="maximumSize">
48
            <property name="maximumSize">
49
             <size>
49
             <size>
50
              <width>400</width>
50
              <width>400</width>
51
              <height>16777215</height>
51
              <height>16777215</height>
52
             </size>
52
             </size>
53
            </property>
53
            </property>
54
            <column>
54
            <column>
55
             <property name="text">
55
             <property name="text">
56
              <string notr="true">1</string>
56
              <string notr="true">1</string>
57
             </property>
57
             </property>
58
            </column>
58
            </column>
59
            <column>
59
            <column>
60
             <property name="text">
60
             <property name="text">
61
              <string>Тип узла</string>
61
              <string>Тип узла</string>
62
             </property>
62
             </property>
63
            </column>
63
            </column>
64
            <column>
64
            <column>
65
             <property name="text">
65
             <property name="text">
66
              <string>ID</string>
66
              <string>ID</string>
67
             </property>
67
             </property>
68
            </column>
68
            </column>
69
            <column>
69
            <column>
70
             <property name="text">
70
             <property name="text">
71
              <string>Хранилище</string>
71
              <string>Хранилище</string>
72
             </property>
72
             </property>
73
            </column>
73
            </column>
74
            <column>
74
            <column>
75
             <property name="text">
75
             <property name="text">
76
              <string>Поле-указатель</string>
76
              <string>Поле-указатель</string>
77
             </property>
77
             </property>
78
            </column>
78
            </column>
79
            <column>
79
            <column>
80
             <property name="text">
80
             <property name="text">
81
              <string>Фильтр</string>
81
              <string>Фильтр</string>
82
             </property>
82
             </property>
83
            </column>
83
            </column>
84
           </widget>
84
           </widget>
85
          </item>
85
          </item>
86
          <item>
86
          <item>
87
           <layout class="QVBoxLayout" name="verticalLayout_2">
87
           <layout class="QVBoxLayout" name="verticalLayout_2">
88
            <item>
88
            <item>
89
             <widget class="QTableView" name="tableView">
89
             <widget class="QTableView" name="tableView">
90
              <property name="sizePolicy">
90
              <property name="sizePolicy">
91
               <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
91
               <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
92
                <horstretch>3</horstretch>
92
                <horstretch>3</horstretch>
93
                <verstretch>0</verstretch>
93
                <verstretch>0</verstretch>
94
               </sizepolicy>
94
               </sizepolicy>
95
              </property>
95
              </property>
96
             </widget>
96
             </widget>
97
            </item>
97
            </item>
98
            &
98
            <item>
99
99
             <layout class="QHBoxLayout" name="horizontalLayout_2">
100
100
              <item>
101
101
               <layout class="QVBoxLayout" name="verticalLayout_3">
102
102
                <item>
103
103
                 <widget class="QPushButton" name="pushButton">
104
104
                  <property name="text">
105
105
                   <string>Добавить новый объект</string>
106
106
                  </property>
107
107
                 </widget>
108
108
                </item>
109
109
                <item>
110
110
                 <widget class="QPushButton" name="pushButton_3">
111
111
                  <property name="text">
112
112
                   <string>Применить</string>
113
113
                  </property>
114
114
                 </widget>
115
115
                </item>
116
116
               </layout>
117
117
              </item>
118
118
              <item>
119
119
               <spacer name="horizontalSpacer">
120
120
                <property name="orientation">
121
121
                 <enum>Qt::Horizontal</enum>
122
122
                </property>
123
123
                <property name="sizeHint" stdset="0">
124
124
                 <size>
125
125
                  <width>40</width>
126
126
                  <height>20</height>
127
127
                 </size>
128
128
                </property>
129
129
               </spacer>
130
130
              </item>
131
131
              <item>
132
132
               <layout class="QVBoxLayout" name="verticalLayout_4">
133
133
                <item>
134
134
                 <widget class="QPushButton" name="pushButton_2">
135
135
                  <property name="text">
136
136
                   <string>Удалить объект</string>
137
137
                  </property>
138
138
                 </widget>
139
139
                </item>
140
140
                <item>
141
141
                 <widget class="QPushButton" name="pushButton_4">
142
142
                  <property name="text">
143
143
                   <string>Сбросить изменения</string>
144
144
                  </property>
145
145
                 </widget>
146
146
                </item>
147
147
               </layout>
148
148
              </item>
149
149
             </layout>
150
150
            </item>
151
151
           </layout>
152
152
          </item>
153
153
         </layout>
154
154
        </widget>
155
155
       </widget>
156
156
       <widget class="QWidget" name="tab_2">
157
157
        <attribute name="title">
158
158
         <string>Модели</string>
159
159
        </attribute>
160
160
        <widget class="QWidget" name="horizontalLayoutWidget_2">
161
161
         <property name="geometry">
162
162
          <rect>
163
163
           <x>10</x>
164
164
           <y>9</y>
165
165
           <width>1051</width>
166
166
           <height>561</height>
167
167
          </rect>
168
168
         </property>
169
169
         <layout class="QHBoxLayout" name="horizontalLayout_3">
170
170
          <item>
171
171
           <layout class="QVBoxLayout" name="verticalLayout_5">
172
172
            <item>
173
173
             <widget class="QTreeWidget" name="treeWidget">
174
174
              <column>
175
175
               <property name="text">
176
176
                <string notr="true">Имя класа</string>
177
177
               </property>
178
178
              </column>
179
179
              <column>
180
180
               <property name="text">
181
181
                <string>ID класса</string>
182
182
               </property>
183
183
              </column>
184
184
              <column>
185
185
               <property name="text">
186
186
                <string>Ном. стр.</string>
187
187
               </property>
188
188
              </column>
189
189
              <column>
190
190
               <property name="text">
191
191
                <string>Ур. вл.</string>
192
192
               </property>
193
193
              </column>
194
194
              <column>
195
195
               <property name="text">
196
196
                <string>row</string>
197
197
               </property>
198
198
              </column>
199
199
              <column>
200
200
               <property name="text">
201
201
                <string>Фильтр</string>
202
202
               </property>
203
203
              </column>
204
204
              <column>
205
205
               <property name="text">
206
206
                <string>ID модели</string>
207
207
               </property>
208
208
              </column>
209
209
             </widget>
210
210
            </item>
211
211
            <item>
212
212
             <layout class="QHBoxLayout" name="horizontalLayout_4">
213
213
              <item>
214
214
               <widget class="QComboBox" name="comboBox">
215
215
                <property name="enabled">
216
216
                 <bool>false</bool>
217
217
                </property>
218
218
                <property name="editable">
219
219
                 <bool>false</bool>
220
220
                </property>
221
221
               </widget>
222
222
              </item>
223
223
              <item>
224
224
               <widget class="QLabel" name="label">
225
225
                <property name="text">
226
226
                 <string>ID</string>
227
227
                </property>
228
228
               </widget>
229
229
              </item>
230
230
             </layout>
231
231
            </item>
232
232
           </layout>
233
233
          </item>
234
234
          <item>
235
235
           <layout class="QVBoxLayout" name="verticalLayout_8">
236
236
            <item>
237
237
             <widget class="QLabel" name="label_2">
238
238
              <property name="font">
239
239
               <font>
240
240
                <pointsize>16</pointsize>
241
241
                <weight>75</weight>
242
242
                <italic>true</italic>
243
243
                <bold>true</bold>
244
244
               </font>
245
245
              </property>
246
246
              <property name="text">
247
247
               <string>Модели</string>
248
248
              </property>
249
249
             </widget>
250
250
            </item>
251
251
            <item>
252
252
             <widget class="QTableView" name="tableView_2"/>
253
253
            </item>
254
254
            <item>
255
255
             <layout class="QHBoxLayout" name="horizontalLayout_5">
256
256
              <item>
257
257
               <layout class="QVBoxLayout" name="verticalLayout_6">
258
258
                <item>
259
259
                 <widget class="QPushButton" name="pushButton_5">
260
260
                  <property name="text">
261
261
                   <string>Добавить модель</string>
262
262
                  </property>
263
263
                 </widget>
264
264
                </item>
265
265
                <item>
266
266
                 <widget class="QPushButton" name="pushButton_7">
267
267
                  <property name="text">
268
268
                   <string>Применить</string>
269
269
                  </property>
270
270
                 </widget>
271
271
                </item>
272
272
               </layout>
273
273
              </item>
274
274
              <item>
275
275
               <spacer name="horizontalSpacer_2">
276
276
                <property name="orientation">
277
277
                 <enum>Qt::Horizontal</enum>
278
278
                </property>
279
279
                <property name="sizeHint" stdset="0">
280
280
                 <size>
281
281
                  <width>40</width>
282
282
                  <height>20</height>
283
283
                 </size>
284
284
                </property>
285
285
               </spacer>
286
286
              </item>
287
287
              <item>
288
288
               <layout class="QVBoxLayout" name="verticalLayout_7">
289
289
                <item>
290
290
                 <widget class="QPushButton" name="pushButton_6">
291
291
                  <property name="text">
292
292
                   <string>Удалить модель</string>
293
293
                  </property>
294
294
                 </widget>
295
295
                </item>
296
296
                <item>
297
297
                 <widget class="QPushButton" name="pushButton_8">
298
298
                  <property name="text">
299
299
                   <string>Сбросить изменения</string>
300
300
                  </property>
301
301
                 </widget>
302
302
                </item>
303
303
               </layout>
304
304
              </item>
305
305
             </layout>
306
306
            </item>
307
307
            <item>
308
308
             <widget class="QLabel" name="label_5">
309
309
              <property name="font">
310
310
               <font>
311
311
                <pointsize>16</pointsize>
312
312
                <weight>75</weight>
313
313
                <italic>true</italic>
314
314
                <bold>true</bold>
315
315
               </font>
316
316
              </property>
317
317
              <property name="text">
318
318
               <string>Фильтры</string>
319
319
              </property>
320
320
             </widget>
321
321
            </item>
322
322
            <item>
323
323
             <widget class="QTableView" name="tableView_3"/>
324
324
            </item>
325
325
            <item>
326
326
             <layout class="QHBoxLayout" name="horizontalLayout_6">
327
327
              <item>
328
328
               <layout class="QVBoxLayout" name="verticalLayout_9">
329
329
                <item>
330
330
                 <widget class="QPushButton" name="pushButton_9">
331
331
                  <property name="text">
332
332
                   <string>Добавить фильтр</string>
333
333
                  </property>
334
334
                 </widget>
335
335
                </item>
336
336
                <item>
337
337
                 <widget class="QPushButton" name="pushButton_11">
338
338
                  <property name="text">
339
339
                   <string>Применить</string>
340
340
                  </property>
341
341
                 </widget>
342
342
                </item>
343
343
               </layout>
344
344
              </item>
345
345
              <item>
346
346
               <spacer name="horizontalSpacer_3">
347
347
                <property name="orientation">
348
348
                 <enum>Qt::Horizontal</enum>
349
349
                </property>
350
350
                <property name="sizeHint" stdset="0">
351
351
                 <size>
352
352
                  <width>40</width>
353
353
                  <height>20</height>
354
354
                 </size>
355
355
                </property>
356
356
               </spacer>
357
357
              </item>
358
358
              <item>
359
359
               <layout class="QVBoxLayout" name="verticalLayout_10">
360
360
                <item>
361
361
                 <widget class="QPushButton" name="pushButton_10">
362
362
                  <property name="text">
363
363
                   <string>Удалить фильтр</string>
364
364
                  </property>
365
365
                 </widget>
366
366
                </item>
367
367
                <item>
368
368
                 <widget class="QPushButton" name="pushButton_12">
369
369
                  <property name="text">
370
370
                   <string>Сбросить изменения</string>
371
371
                  </property>
372
372
                 </widget>
373
373
                </item>
374
374
               </layout>
375
375
              </item>
376
376
             </layout>
377
377
            </item>
378
378
           </layout>
379
379
          </item>
380
380
         </layout>
381
381
        </widget>
382
382
       </widget>
383
383
       <widget class="QWidget" name="tab_3">
384
384
        <attribute name="title">
385
385
         <string>Отчет</string>
386
386
        </attribute>
387
387
        <widget class="QWidget" name="horizontalLayoutWidget_3">
388
388
         <property name="geometry">
389
389
          <rect>
390
390
           <x>10</x>
391
391
           <y>10</y>
392
392
           <width>1051</width>
393
393
           <height>561</height>
394
394
          </rect>
395
395
         </property>
396
396
         <layout class="QHBoxLayout" name="horizontalLayout_7">
397
397
          <item>
398
398
           <layout class="QVBoxLayout" name="verticalLayout_11">
399
399
            <item>
400
400
             <widget class="QPushButton" name="pushButton_13">
401
401
              <property name="text">
402
402
               <string>Сформировать краткий отчёт</string>
403
403
              </property>
404
404
             </widget>
405
405
            </item>
406
406
            <item>
407
407
             <widget class="QPushButton" name="pushButton_14">
408
408
              <property name="text">
409
409
               <string>Сформировать подробный отчёт</string>
410
410
              </property>
411
411
             </widget>
412
412
            </item>
413
413
            <item>
414
414
             <widget class="QPushButton" name="pushButton_15">
415
415
              <property name="text">
416
416
               <string>Печать</string>
417
417
              </property>
418
418
             </widget>
419
419
            </item>
420
420
            <item>
421
421
             <widget class="QPushButton" name="pushButton_16">
422
422
              <property name="text">
423
423
               <string>Печать в PDF</string>
424
424
              </property>
425
425
             </widget>
426
426
            </item>
427
427
            <item>
428
428
             <widget class="QPushButton" name="pushButton_17">
429
429
              <property name="text">
430
430
               <string>Экспортировать OpenOffice</string>
431
431
              </property>
432
432
             </widget>
433
433
            </item>
434
434
            <item>
435
435
             <spacer name="verticalSpacer">
436
436
              <property name="orientation">
437
437
               <enum>Qt::Vertical</enum>
438
438
              </property>
439
439
              <property name="sizeHint" stdset="0">
440
440
               <size>
441
441
                <width>20</width>
442
442
                <height>40</height>
443
443
               </size>
444
444
              </property>
445
445
             </spacer>
446
446
            </item>
447
447
           </layout>
448
448
          </item>
449
449
          <item>
450
450
           <layout class="QVBoxLayout" name="verticalLayout_12">
451
451
            <item>
452
452
             <widget class="QTextEdit" name="textEdit"/>
453
453
            </item>
454
454
           </layout>
455
455
          </item>
456
456
         </layout>
457
457
        </widget>
458
458
       </widget>
-
 
459
       <widget class="QWidget" name="tab_4">
-
 
460
        <attribute name="title">
-
 
461
         <string>WMI</string>
-
 
462
        </attribute>
-
 
463
        <widget class="QWidget" name="horizontalLayoutWidget_4">
-
 
464
         <property name="geometry">
-
 
465
          <rect>
-
 
466
           <x>9</x>
-
 
467
           <y>9</y>
-
 
468
           <width>1051</width>
-
 
469
           <height>561</height>
-
 
470
          </rect>
-
 
471
         </property>
-
 
472
         <layout class="QHBoxLayout" name="horizontalLayout_8">
-
 
473
          <item>
-
 
474
           <layout class="QVBoxLayout" name="verticalLayout_13">
-
 
475
            <item>
-
 
476
             <widget class="QPushButton" name="pushButton_18">
-
 
477
              <property name="text">
-
 
478
               <string>Выполнить WMI запрос</string>
-
 
479
              </property>
-
 
480
             </widget>
-
 
481
            </item>
-
 
482
            <item>
-
 
483
             <spacer name="verticalSpacer_2">
-
 
484
              <property name="orientation">
-
 
485
               <enum>Qt::Vertical</enum>
-
 
486
              </property>
-
 
487
              <property name="sizeHint" stdset="0">
-
 
488
               <size>
-
 
489
                <width>20</width>
-
 
490
                <height>40</height>
-
 
491
               </size>
-
 
492
              </property>
-
 
493
             </spacer>
-
 
494
            </item>
-
 
495
           </layout>
-
 
496
          </item>
-
 
497
          <item>
-
 
498
           <layout class="QVBoxLayout" name="verticalLayout_14">
-
 
499
            <item>
-
 
500
             <widget class="QTextEdit" name="textEdit_2"/>
-
 
501
            </item>
-
 
502
           </layout>
-
 
503
          </item>
-
 
504
         </layout>
-
 
505
        </widget>
-
 
506
       </widget>
459
507
      </widget>
460
508
     </item>
461
509
    </layout>
462
510
   </widget>
463
511
  </widget>
464
512
  <widget class="QMenuBar" name="menuBar">
465
513
   <property name="geometry">
466
514
    <rect>
467
515
     <x>0</x>
468
516
     <y>0</y>
469
517
     <width>1094</width>
470
518
     <height>20</height>
471
519
    </rect>
-
 
520
   </property>
-
 
521
   <widget class="QMenu" name="menu">
-
 
522
    <property name="title">
-
 
523
     <string>База данных</string>
-
 
524
    </property>
-
 
525
    <addaction name="getsettingAct"/>
-
 
526
   </widget>
-
 
527
   <addaction name="menu"/>
-
 
528
  </widget>
-
 
529
  <widget class="QToolBar" name="mainToolBar">
-
 
530
   <attribute name="toolBarArea">
-
 
531
    <enum>TopToolBarArea</enum>
-
 
532
   </attribute>
-
 
533
   <attribute name="toolBarBreak">
-
 
534
    <bool>false</bool>
-
 
535
   </attribute>
-
 
536
  </widget>
-
 
537
  <widget class="QStatusBar" name="statusBar"/>
-
 
538
  <action name="getsettingAct">
-
 
539
   <property name="text">
-
 
540
    <string>Параметры соединения</string>
-
 
541
   </property>
-
 
542
  </action>
-
 
543
 </widget>
-
 
544
 <layoutdefault spacing="6" margin="11"/>
-
 
545
 <resources/>
-
 
546
 <connections/>
-
 
547
</ui>