Хранилища Subversion OpenInventory

Редакция

К новейшей редакции | Содержимое файла | Последнее изменение | Открыть журнал | 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>
44
     <width>661</width>
45
     <height>32</height>
46
    </rect>
47
   </property>
48
  </widget>
49
 </widget>
50
 <resources/>
51
 <connections/>
52
</ui>