twain3/SaneUI/indicator.ui

33 lines
663 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Indicator</class>
<widget class="QWidget" name="Indicator">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>225</width>
<height>115</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="btncanle">
<property name="geometry">
<rect>
<x>70</x>
<y>40</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>取消扫描</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>