43 lines
1011 B
XML
43 lines
1011 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|||
|
|
<ui version="4.0">
|
|||
|
|
<class>Confirm</class>
|
|||
|
|
<widget class="QWidget" name="Confirm">
|
|||
|
|
<property name="geometry">
|
|||
|
|
<rect>
|
|||
|
|
<x>0</x>
|
|||
|
|
<y>0</y>
|
|||
|
|
<width>345</width>
|
|||
|
|
<height>385</height>
|
|||
|
|
</rect>
|
|||
|
|
</property>
|
|||
|
|
<property name="windowTitle">
|
|||
|
|
<string>Form</string>
|
|||
|
|
</property>
|
|||
|
|
<layout class="QGridLayout" name="gridLayout">
|
|||
|
|
<item row="1" column="0">
|
|||
|
|
<widget class="QPushButton" name="pushButton_Cancel">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>Cancel</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
<item row="1" column="1">
|
|||
|
|
<widget class="QPushButton" name="pushButton_Accept">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>Accept</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
<item row="0" column="0" colspan="2">
|
|||
|
|
<widget class="QLabel" name="label_Description">
|
|||
|
|
<property name="text">
|
|||
|
|
<string>Notice:</string>
|
|||
|
|
</property>
|
|||
|
|
</widget>
|
|||
|
|
</item>
|
|||
|
|
</layout>
|
|||
|
|
</widget>
|
|||
|
|
<resources/>
|
|||
|
|
<connections/>
|
|||
|
|
</ui>
|