Rev 14 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>979</width>
<height>547</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>961</width>
<height>441</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="wmiButton">
<property name="geometry">
<rect>
<x>10</x>
<y>470</y>
<width>130</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>WMI запрос</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit">
<property name="geometry">
<rect>
<x>10</x>
<y>500</y>
<width>131</width>
<height>32</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>320</x>
<y>470</y>
<width>351</width>
<height>31</height>
</rect>
</property>
<item>
<property name="text">
<string>Computer System Hardware Classes</string>
</property>
</item>
<item>
<property name="text">
<string>Operating System Classes</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>207</x>
<y>480</y>
<width>101</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>WMI класс</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>710</x>
<y>510</y>
<width>31</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>IP:</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_2">
<property name="geometry">
<rect>
<x>742</x>
<y>500</y>
<width>161</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>192.168.0.135</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>190</x>
<y>510</y>
<width>111</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>WMI объект</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>320</x>
<y>510</y>
<width>351</width>
<height>31</height>
</rect>
</property>
<item>
<property name="text">
<string>Win32_CDROMDrive</string>
</property>
</item>
<item>
<property name="text">
<string>Win32_DiskDrive</string>
</property>
</item>
</widget>
</widget>
<resources/>
<connections/>
</ui>