nanscan/NanScan/ScanDialog.ui

78 lines
1.7 KiB
XML

<ui version="4.0" >
<class>Dialog</class>
<widget class="QDialog" name="Dialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle" >
<string>Scanner</string>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QListWidget" name="uiList" >
<property name="iconSize" >
<size>
<width>128</width>
<height>128</height>
</size>
</property>
<property name="flow" >
<enum>QListView::LeftToRight</enum>
</property>
<property name="isWrapping" stdset="0" >
<bool>true</bool>
</property>
<property name="resizeMode" >
<enum>QListView::Adjust</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QPushButton" name="pushScan" >
<property name="text" >
<string>&amp;Scan</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushDuplexScan" >
<property name="text" >
<string>Scan &amp;Duplex</string>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushAccept" >
<property name="text" >
<string>&amp;Accept</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>