72 lines
1.5 KiB
XML
Executable File
72 lines
1.5 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>430</x>
|
|
<y>250</y>
|
|
<width>420</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QPushButton" name="confirm_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>90</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>确定</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="cancel_button">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>90</y>
|
|
<width>120</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>取消</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGraphicsView" name="dialog_title">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>420</width>
|
|
<height>35</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="info_text">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>60</x>
|
|
<y>40</y>
|
|
<width>300</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>info</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|