Хранилища Subversion OpenInventory

Редакция

Редакция 7 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | 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>
13 pingvin 9
    <width>1250</width>
10
    <height>703</height>
7 pingvin 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>
13 pingvin 21
      <y>620</y>
7 pingvin 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>
13 pingvin 31
      <y>530</y>
7 pingvin 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>
13 pingvin 41
      <y>530</y>
7 pingvin 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>
13 pingvin 54
      <y>590</y>
7 pingvin 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>
13 pingvin 77
      <y>560</y>
7 pingvin 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>
13 pingvin 90
      <y>560</y>
7 pingvin 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>
13 pingvin 103
      <y>590</y>
7 pingvin 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>
13 pingvin 115
      <x>270</x>
116
      <y>530</y>
7 pingvin 117
      <width>431</width>
13 pingvin 118
      <height>111</height>
7 pingvin 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>
13 pingvin 127
      <width>1231</width>
128
      <height>521</height>
7 pingvin 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>
13 pingvin 154
    <attribute name="headerDefaultSectionSize">
155
     <number>100</number>
156
    </attribute>
7 pingvin 157
    <column>
158
     <property name="text">
159
      <string>Отделы</string>
160
     </property>
161
     <property name="font">
162
      <font>
163
       <weight>75</weight>
164
       <bold>true</bold>
165
      </font>
166
     </property>
167
     <property name="background">
168
      <color>
169
       <red>170</red>
170
       <green>170</green>
171
       <blue>255</blue>
172
      </color>
173
     </property>
174
    </column>
175
    <column>
176
     <property name="text">
177
      <string>Сотрудники</string>
178
     </property>
179
    </column>
180
    <column>
181
     <property name="text">
182
      <string>ID</string>
183
     </property>
184
    </column>
185
    <column>
186
     <property name="text">
187
      <string>Оборудование</string>
188
     </property>
189
    </column>
190
    <column>
191
     <property name="text">
192
      <string>Процессор</string>
193
     </property>
194
    </column>
195
    <column>
196
     <property name="text">
197
      <string>Материнка</string>
198
     </property>
199
    </column>
200
    <column>
201
     <property name="text">
202
      <string>Память</string>
203
     </property>
204
    </column>
205
    <column>
206
     <property name="text">
207
      <string>Винчестер</string>
208
     </property>
209
    </column>
210
    <column>
211
     <property name="text">
212
      <string>Привод</string>
213
     </property>
214
    </column>
215
    <column>
216
     <property name="text">
217
      <string>Видеокарта</string>
218
     </property>
219
    </column>
220
    <column>
221
     <property name="text">
222
      <string>Звуковая карта</string>
223
     </property>
224
    </column>
225
    <column>
226
     <property name="text">
227
      <string>Сетевая карта</string>
228
     </property>
229
    </column>
230
   </widget>
231
   <widget class="QPushButton" name="createButton">
232
    <property name="geometry">
233
     <rect>
13 pingvin 234
      <x>140</x>
235
      <y>620</y>
7 pingvin 236
      <width>121</width>
237
      <height>23</height>
238
     </rect>
239
    </property>
240
    <property name="text">
241
     <string>Создать базу</string>
242
    </property>
243
   </widget>
244
   <widget class="QPushButton" name="exportButton">
245
    <property name="geometry">
246
     <rect>
13 pingvin 247
      <x>710</x>
248
      <y>530</y>
7 pingvin 249
      <width>221</width>
250
      <height>31</height>
251
     </rect>
252
    </property>
253
    <property name="text">
254
     <string>Экспортировать в Calc</string>
255
    </property>
256
   </widget>
257
   <widget class="QPushButton" name="wmiButton">
258
    <property name="geometry">
259
     <rect>
13 pingvin 260
      <x>710</x>
261
      <y>570</y>
7 pingvin 262
      <width>221</width>
263
      <height>31</height>
264
     </rect>
265
    </property>
266
    <property name="text">
267
     <string>WMI Запрос</string>
268
    </property>
269
   </widget>
270
  </widget>
271
  <widget class="QMenuBar" name="menubar">
272
   <property name="geometry">
273
    <rect>
274
     <x>0</x>
275
     <y>0</y>
13 pingvin 276
     <width>1250</width>
277
     <height>25</height>
7 pingvin 278
    </rect>
279
   </property>
280
   <widget class="QMenu" name="menu">
281
    <property name="title">
282
     <string>База</string>
283
    </property>
284
    <widget class="QMenu" name="menu_3">
285
     <property name="title">
286
      <string>Комплектующие</string>
287
     </property>
288
     <addaction name="openMemoryTableAct"/>
289
     <addaction name="action_6"/>
290
     <addaction name="action_7"/>
291
     <addaction name="action_8"/>
292
    </widget>
293
    <widget class="QMenu" name="menu_4">
294
     <property name="title">
295
      <string>Периферия</string>
296
     </property>
297
     <addaction name="action_12"/>
298
     <addaction name="action_13"/>
299
     <addaction name="action_14"/>
300
    </widget>
301
    <addaction name="getsettingAct"/>
302
    <addaction name="openBaseAct"/>
303
    <addaction name="separator"/>
304
    <addaction name="menu_3"/>
305
    <addaction name="separator"/>
306
    <addaction name="menu_4"/>
307
    <addaction name="separator"/>
308
   </widget>
309
   <widget class="QMenu" name="menu_2">
310
    <property name="title">
311
     <string>Таблица</string>
312
    </property>
313
    <addaction name="addStringAct"/>
314
    <addaction name="addColomAct"/>
315
    <addaction name="separator"/>
316
    <addaction name="delStringAct"/>
317
   </widget>
318
   <addaction name="menu"/>
319
   <addaction name="menu_2"/>
320
  </widget>
321
  <widget class="QStatusBar" name="statusbar"/>
322
  <action name="getsettingAct">
323
   <property name="text">
324
    <string>Параметры соединения</string>
325
   </property>
326
  </action>
327
  <action name="openBaseAct">
328
   <property name="text">
329
    <string>Открыть</string>
330
   </property>
331
  </action>
332
  <action name="addStringAct">
333
   <property name="text">
334
    <string>Добавить строку</string>
335
   </property>
336
  </action>
337
  <action name="addColomAct">
338
   <property name="text">
339
    <string>Добавить столбец</string>
340
   </property>
341
  </action>
342
  <action name="delStringAct">
343
   <property name="text">
344
    <string>Удалить строку</string>
345
   </property>
346
  </action>
347
  <action name="action_3">
348
   <property name="text">
349
    <string>Память</string>
350
   </property>
351
  </action>
352
  <action name="openMemoryTableAct">
353
   <property name="text">
354
    <string>Модули памяти</string>
355
   </property>
356
  </action>
357
  <action name="action_6">
358
   <property name="text">
359
    <string>Материнские платы</string>
360
   </property>
361
  </action>
362
  <action name="action_7">
363
   <property name="text">
364
    <string>Процессоры</string>
365
   </property>
366
  </action>
367
  <action name="action_8">
368
   <property name="text">
369
    <string>Жесткие диски</string>
370
   </property>
371
  </action>
372
  <action name="action_12">
373
   <property name="text">
374
    <string>Принтеры</string>
375
   </property>
376
  </action>
377
  <action name="action_13">
378
   <property name="text">
379
    <string>Сканеры</string>
380
   </property>
381
  </action>
382
  <action name="action_14">
383
   <property name="text">
384
    <string>МФУ</string>
385
   </property>
386
  </action>
387
 </widget>
388
 <resources/>
389
 <connections/>
390
</ui>