twain3/ui/indicator.ui

49 lines
1019 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>70</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>取消扫描</string>
</property>
</widget>
<widget class="QLabel" name="lb_indicatortext">
<property name="geometry">
<rect>
<x>3</x>
<y>9</y>
<width>221</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>扫描中</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>