92 lines
2.0 KiB
Plaintext
92 lines
2.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ownAdr</class>
|
||
|
<widget class="QDialog" name="ownAdr">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>220</width>
|
||
|
<height>139</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Собственный адрес</string>
|
||
|
</property>
|
||
|
<widget class="pushbuttonmod" name="pushButton_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>130</x>
|
||
|
<y>100</y>
|
||
|
<width>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Отказ</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="pushbuttonmod" name="pushButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>100</y>
|
||
|
<width>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Ввод</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>201</width>
|
||
|
<height>81</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>17</x>
|
||
|
<y>20</y>
|
||
|
<width>101</width>
|
||
|
<height>31</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Собственный адрес</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="lineEdit">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>135</x>
|
||
|
<y>25</y>
|
||
|
<width>51</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>0</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>pushbuttonmod</class>
|
||
|
<extends>QPushButton</extends>
|
||
|
<header location="global">pushbuttonmod.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|