Хранилища Subversion OpenInventory

Редакция

К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
7 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>1564</width>
10
    <height>836</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralwidget">
17
   <widget class="QLineEdit" name="lineEdit">
18
    <property name="geometry">
19
     <rect>
20
      <x>10</x>
21
      <y>670</y>
22
      <width>113</width>
23
      <height>25</height>
24
     </rect>
25
    </property>
26
   </widget>
27
   <widget class="QLineEdit" name="lineEdit_2">
28
    <property name="geometry">
29
     <rect>
30
      <x>10</x>
31
      <y>580</y>
32
      <width>113</width>
33
      <height>21</height>
34
     </rect>
35
    </property>
36
   </widget>
37
   <widget class="QPushButton" name="FiltrButton">
38
    <property name="geometry">
39
     <rect>
40
      <x>130</x>
41
      <y>580</y>
42
      <width>131</width>
43
      <height>25</height>
44
     </rect>
45
    </property>
46
    <property name="text">
47
     <string>Применить фильтр</string>
48
    </property>
49
   </widget>
50
   <widget class="QComboBox" name="comboBox">
51
    <property name="geometry">
52
     <rect>
53
      <x>140</x>
54
      <y>640</y>
55
      <width>121</width>
56
      <height>22</height>
57
     </rect>
58
    </property>
59
    <property name="editable">
60
     <bool>true</bool>
61
    </property>
62
    <item>
63
     <property name="text">
64
      <string>Михайленко</string>
65
     </property>
66
    </item>
67
    <item>
68
     <property name="text">
69
      <string>Марченко</string>
70
     </property>
71
    </item>
72
   </widget>
73
   <widget class="QPushButton" name="hiddenButton">
74
    <property name="geometry">
75
     <rect>
76
      <x>10</x>
77
      <y>610</y>
78
      <width>121</width>
79
      <height>25</height>
80
     </rect>
81
    </property>
82
    <property name="text">
83
     <string>Скрыть строки</string>
84
    </property>
85
   </widget>
86
   <widget class="QPushButton" name="showButton">
87
    <property name="geometry">
88
     <rect>
89
      <x>150</x>
90
      <y>610</y>
91
      <width>111</width>
92
      <height>25</height>
93
     </rect>
94
    </property>
95
    <property name="text">
96
     <string>Показывать всё</string>
97
    </property>
98
   </widget>
99
   <widget class="QPushButton" name="appyButton">
100
    <property name="geometry">
101
     <rect>
102
      <x>10</x>
103
      <y>640</y>
104
      <width>121</width>
105
      <height>25</height>
106
     </rect>
107
    </property>
108
    <property name="text">
109
     <string>Применить</string>
110
    </property>
111
   </widget>
112
   <widget class="QTableView" name="tableView">
113
    <property name="geometry">
114
     <rect>
115
      <x>280</x>
116
      <y>580</y>
117
      <width>431</width>
118
      <height>192</height>
119
     </rect>
120
    </property>
121
   </widget>
122
   <widget class="QTreeWidget" name="treeWidget">
123
    <property name="geometry">
124
     <rect>
125
      <x>10</x>
126
      <y>0</y>
127
      <width>1541</width>
128
      <height>551</height>
129
     </rect>
130
    </property>
131
    <property name="font">
132
     <font>
133
      <pointsize>9</pointsize>
134
     </font>
135
    </property>
136
    <property name="alternatingRowColors">
137
     <bool>true</bool>
138
    </property>
139
    <property name="iconSize">
140
     <size>
141
      <width>128</width>
142
      <height>128</height>
143
     </size>
144
    </property>
145
    <property name="animated">
146
     <bool>false</bool>
147
    </property>
148
    <property name="columnCount">
149
     <number>12</number>
150
    </property>
151
    <attribute name="headerDefaultSectionSize">
152
     <number>100</number>
153
    </attribute>
154
    <column>
155
     <property name="text">
156
      <string>Отделы</string>
157
     </property>
158
     <property name="font">
159
      <font>
160
       <weight>75</weight>
161
       <bold>true</bold>
162
      </font>
163
     </property>
164
     <property name="background">
165
      <color>
166
       <red>170</red>
167
       <green>170</green>
168
       <blue>255</blue>
169
      </color>
170
     </property>
171
    </column>
172
    <column>
173
     <property name="text">
174
      <string>Сотрудники</string>
175
     </property>
176
    </column>
177
    <column>
178
     <property name="text">
179
      <string>ID</string>
180
     </property>
181
    </column>
182
    <column>
183
     <property name="text">
184
      <string>Оборудование</string>
185
     </property>
186
    </column>
187
    <column>
188
     <property name="text">
189
      <string>Процессор</string>
190
     </property>
191
    </column>
192
    <column>
193
     <property name="text">
194
      <string>Материнка</string>
195
     </property>
196
    </column>
197
    <column>
198
     <property name="text">
199
      <string>Память</string>
200
     </property>
201
    </column>
202
    <column>
203
     <property name="text">
204
      <string>Винчестер</string>
205
     </property>
206
    </column>
207
    <column>
208
     <property name="text">
209
      <string>Привод</string>
210
     </property>
211
    </column>
212
    <column>
213
     <property name="text">
214
      <string>Видеокарта</string>
215
     </property>
216
    </column>
217
    <column>
218
     <property name="text">
219
      <string>Звуковая карта</string>
220
     </property>
221
    </column>
222
    <column>
223
     <property name="text">
224
      <string>Сетевая карта</string>
225
     </property>
226
    </column>
227
   </widget>
228
   <widget class="QPushButton" name="createButton">
229
    <property name="geometry">
230
     <rect>
231
      <x>10</x>
232
      <y>710</y>
233
      <width>121</width>
234
      <height>23</height>
235
     </rect>
236
    </property>
237
    <property name="text">
238
     <string>Создать базу</string>
239
    </property>
240
   </widget>
241
   <widget class="QPushButton" name="exportButton">
242
    <property name="geometry">
243
     <rect>
244
      <x>760</x>
245
      <y>580</y>
246
      <width>221</width>
247
      <height>31</height>
248
     </rect>
249
    </property>
250
    <property name="text">
251
     <string>Экспортировать в Calc</string>
252
    </property>
253
   </widget>
254
   <widget class="QPushButton" name="wmiButton">
255
    <property name="geometry">
256
     <rect>
257
      <x>760</x>
258
      <y>620</y>
259
      <width>221</width>
260
      <height>31</height>
261
     </rect>
262
    </property>
263
    <property name="text">
264
     <string>WMI Запрос</string>
265
    </property>
266
   </widget>
267
  </widget>
268
  <widget class="QMenuBar" name="menubar">
269
   <property name="geometry">
270
    <rect>
271
     <x>0</x>
272
     <y>0</y>
273
     <width>1564</width>
274
     <height>28</height>
275
    </rect>
276
   </property>
277
   <widget class="QMenu" name="menu">
278
    <property name="title">
279
     <string>База</string>
280
    </property>
281
    <widget class="QMenu" name="menu_3">
282
     <property name="title">
283
      <string>Комплектующие</string>
284
     </property>
285
     <addaction name="openMemoryTableAct"/>
286
     <addaction name="action_6"/>
287
     <addaction name="action_7"/>
288
     <addaction name="action_8"/>
289
    </widget>
290
    <widget class="QMenu" name="menu_4">
291
     <property name="title">
292
      <string>Периферия</string>
293
     </property>
294
     <addaction name="action_12"/>
295
     <addaction name="action_13"/>
296
     <addaction name="action_14"/>
297
    </widget>
298
    <addaction name="getsettingAct"/>
299
    <addaction name="openBaseAct"/>
300
    <addaction name="separator"/>
301
    <addaction name="menu_3"/>
302
    <addaction name="separator"/>
303
    <addaction name="menu_4"/>
304
    <addaction name="separator"/>
305
   </widget>
306
   <widget class="QMenu" name="menu_2">
307
    <property name="title">
308
     <string>Таблица</string>
309
    </property>
310
    <addaction name="addStringAct"/>
311
    <addaction name="addColomAct"/>
312
    <addaction name="separator"/>
313
    <addaction name="delStringAct"/>
314
   </widget>
315
   <addaction name="menu"/>
316
   <addaction name="menu_2"/>
317
  </widget>
318
  <widget class="QStatusBar" name="statusbar"/>
319
  <action name="getsettingAct">
320
   <property name="text">
321
    <string>Параметры соединения</string>
322
   </property>
323
  </action>
324
  <action name="openBaseAct">
325
   <property name="text">
326
    <string>Открыть</string>
327
   </property>
328
  </action>
329
  <action name="addStringAct">
330
   <property name="text">
331
    <string>Добавить строку</string>
332
   </property>
333
  </action>
334
  <action name="addColomAct">
335
   <property name="text">
336
    <string>Добавить столбец</string>
337
   </property>
338
  </action>
339
  <action name="delStringAct">
340
   <property name="text">
341
    <string>Удалить строку</string>
342
   </property>
343
  </action>
344
  <action name="action_3">
345
   <property name="text">
346
    <string>Память</string>
347
   </property>
348
  </action>
349
  <action name="openMemoryTableAct">
350
   <property name="text">
351
    <string>Модули памяти</string>
352
   </property>
353
  </action>
354
  <action name="action_6">
355
   <property name="text">
356
    <string>Материнские платы</string>
357
   </property>
358
  </action>
359
  <action name="action_7">
360
   <property name="text">
361
    <string>Процессоры</string>
362
   </property>
363
  </action>
364
  <action name="action_8">
365
   <property name="text">
366
    <string>Жесткие диски</string>
367
   </property>
368
  </action>
369
  <action name="action_12">
370
   <property name="text">
371
    <string>Принтеры</string>
372
   </property>
373
  </action>
374
  <action name="action_13">
375
   <property name="text">
376
    <string>Сканеры</string>
377
   </property>
378
  </action>
379
  <action name="action_14">
380
   <property name="text">
381
    <string>МФУ</string>
382
   </property>
383
  </action>
384
 </widget>
385
 <resources/>
386
 <connections/>
387
</ui>