code_app/modules/saneui/dialog_device_scan.ui

72 lines
1.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_Device_Scan</class>
<widget class="QDialog" name="Dialog_Device_Scan">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>402</width>
<height>303</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>20</x>
<y>120</y>
<width>361</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="geometry">
<rect>
<x>200</x>
<y>250</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>取消扫描</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Continue">
<property name="geometry">
<rect>
<x>110</x>
<y>250</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>继续扫描</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Complete">
<property name="geometry">
<rect>
<x>300</x>
<y>250</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>完成扫描</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>