Sh3/zerkus.ui
2025-07-02 07:45:34 +03:00

135 lines
3.0 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>zerkus</class>
<widget class="QDialog" name="zerkus">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>274</width>
<height>139</height>
</rect>
</property>
<property name="windowTitle">
<string>Зеркальная учебная стрельба</string>
</property>
<widget class="pushbuttonmod" name="pushButton">
<property name="geometry">
<rect>
<x>50</x>
<y>103</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>241</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>5</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Режим включен</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>35</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Ось координат</string>
</property>
</widget>
<widget class="checkboxmod" name="checkBox">
<property name="geometry">
<rect>
<x>157</x>
<y>13</y>
<width>31</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="comboboxmod" name="comboBox">
<property name="geometry">
<rect>
<x>157</x>
<y>38</y>
<width>61</width>
<height>22</height>
</rect>
</property>
<item>
<property name="text">
<string>Ось Х</string>
</property>
</item>
<item>
<property name="text">
<string>Ось У</string>
</property>
</item>
</widget>
</widget>
<widget class="pushbuttonmod" name="pushButton_2">
<property name="geometry">
<rect>
<x>170</x>
<y>103</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>
<customwidget>
<class>comboboxmod</class>
<extends>QComboBox</extends>
<header location="global">comboboxmod.h</header>
</customwidget>
<customwidget>
<class>checkboxmod</class>
<extends>QCheckBox</extends>
<header location="global">checkboxmod.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>