89 lines
1.9 KiB
Plaintext
89 lines
1.9 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>nastrel</class>
|
||
|
<widget class="QDialog" name="nastrel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>222</width>
|
||
|
<height>150</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Ввод настрела стволов</string>
|
||
|
</property>
|
||
|
<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>127</x>
|
||
|
<y>27</y>
|
||
|
<width>51</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="pushbuttonmod" name="pushButton">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>110</y>
|
||
|
<width>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Ввод</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="pushbuttonmod" name="pushButton_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>110</y>
|
||
|
<width>75</width>
|
||
|
<height>23</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Отказ</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>pushbuttonmod</class>
|
||
|
<extends>QPushButton</extends>
|
||
|
<header location="global">pushbuttonmod.h</header>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|