code_app/modules/saneui/dialog_device_scan.ui

210 lines
5.0 KiB
Plaintext
Raw Normal View History

<?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>
2023-06-12 02:58:25 +00:00
<width>336</width>
<height>146</height>
</rect>
</property>
2023-06-03 09:25:56 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2023-06-12 02:58:25 +00:00
<width>336</width>
<height>146</height>
2023-06-03 09:25:56 +00:00
</size>
</property>
<property name="maximumSize">
<size>
2023-06-12 02:58:25 +00:00
<width>336</width>
<height>146</height>
2023-06-03 09:25:56 +00:00
</size>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
2023-04-03 03:06:14 +00:00
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2023-06-03 09:25:56 +00:00
<layout class="QHBoxLayout" name="horizontalLayout">
2023-04-03 03:06:14 +00:00
<item>
2023-06-03 09:25:56 +00:00
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
2023-04-03 03:06:14 +00:00
</item>
</layout>
</item>
<item>
2023-06-03 09:25:56 +00:00
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>14</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_imgRecived">
<property name="text">
<string>image recived:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_imgRecived">
<property name="minimumSize">
<size>
<width>61</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>61</width>
<height>20</height>
</size>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_totalImgRecived">
<property name="text">
<string>total image recived:</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>11</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2023-04-03 03:06:14 +00:00
<item>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="text">
2023-06-03 09:25:56 +00:00
<string>Cancel Scan</string>
2023-04-03 03:06:14 +00:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_Complete">
<property name="text">
2023-06-03 09:25:56 +00:00
<string>Finish Scan</string>
2023-04-03 03:06:14 +00:00
</property>
</widget>
</item>
2023-06-03 09:25:56 +00:00
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
2023-04-03 03:06:14 +00:00
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>