66 lines
1.4 KiB
XML
66 lines
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Texit</class>
|
|
<widget class="QDialog" name="Texit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>262</width>
|
|
<height>138</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Завершение работы</string>
|
|
</property>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>40</y>
|
|
<width>221</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Выгрузить систему?</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="pushbuttonmod" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>90</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>150</x>
|
|
<y>90</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>
|