Хранилища Subversion OpenInventory

Редакция

Редакция 14 | Содержимое файла | Сравнить с предыдущей | Последнее изменение | Открыть журнал | RSS

Редакция Автор № строки Строка
14 pingvin 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Form</class>
4
 <widget class="QWidget" name="Form">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>979</width>
10
    <height>547</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <widget class="QTextEdit" name="textEdit">
17
   <property name="geometry">
18
    <rect>
19
     <x>10</x>
20
     <y>20</y>
21
     <width>961</width>
22
     <height>441</height>
23
    </rect>
24
   </property>
25
  </widget>
26
  <widget class="QPushButton" name="wmiButton">
27
   <property name="geometry">
28
    <rect>
29
     <x>10</x>
30
     <y>470</y>
31
     <width>130</width>
32
     <height>31</height>
33
    </rect>
34
   </property>
35
   <property name="text">
36
    <string>WMI запрос</string>
37
   </property>
38
  </widget>
39
  <widget class="QLineEdit" name="lineEdit">
40
   <property name="geometry">
41
    <rect>
42
     <x>10</x>
43
     <y>500</y>
16 pingvin 44
     <width>131</width>
14 pingvin 45
     <height>32</height>
46
    </rect>
47
   </property>
48
  </widget>
16 pingvin 49
  <widget class="QComboBox" name="comboBox">
50
   <property name="geometry">
51
    <rect>
52
     <x>320</x>
53
     <y>470</y>
54
     <width>351</width>
55
     <height>31</height>
56
    </rect>
57
   </property>
58
   <item>
59
    <property name="text">
60
     <string>Computer System Hardware Classes</string>
61
    </property>
62
   </item>
63
   <item>
64
    <property name="text">
65
     <string>Operating System Classes</string>
66
    </property>
67
   </item>
68
  </widget>
69
  <widget class="QLabel" name="label">
70
   <property name="geometry">
71
    <rect>
72
     <x>207</x>
73
     <y>480</y>
74
     <width>101</width>
75
     <height>22</height>
76
    </rect>
77
   </property>
78
   <property name="text">
79
    <string>WMI класс</string>
80
   </property>
81
  </widget>
82
  <widget class="QLabel" name="label_2">
83
   <property name="geometry">
84
    <rect>
85
     <x>710</x>
86
     <y>510</y>
87
     <width>31</width>
88
     <height>22</height>
89
    </rect>
90
   </property>
91
   <property name="text">
92
    <string>IP:</string>
93
   </property>
94
  </widget>
95
  <widget class="QLineEdit" name="lineEdit_2">
96
   <property name="geometry">
97
    <rect>
98
     <x>742</x>
99
     <y>500</y>
100
     <width>161</width>
101
     <height>32</height>
102
    </rect>
103
   </property>
104
   <property name="text">
105
    <string>192.168.0.135</string>
106
   </property>
107
  </widget>
108
  <widget class="QLabel" name="label_3">
109
   <property name="geometry">
110
    <rect>
111
     <x>190</x>
112
     <y>510</y>
113
     <width>111</width>
114
     <height>22</height>
115
    </rect>
116
   </property>
117
   <property name="text">
118
    <string>WMI объект</string>
119
   </property>
120
  </widget>
121
  <widget class="QComboBox" name="comboBox_2">
122
   <property name="geometry">
123
    <rect>
124
     <x>320</x>
125
     <y>510</y>
126
     <width>351</width>
127
     <height>31</height>
128
    </rect>
129
   </property>
130
   <item>
131
    <property name="text">
132
     <string>Win32_CDROMDrive</string>
133
    </property>
134
   </item>
135
   <item>
136
    <property name="text">
137
     <string>Win32_DiskDrive</string>
138
    </property>
139
   </item>
140
  </widget>
14 pingvin 141
 </widget>
142
 <resources/>
143
 <connections/>
144
</ui>