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