code_app/app/scanner2/dialog_aquireinto.ui

592 lines
17 KiB
Plaintext
Raw Normal View History

2022-05-03 10:25:52 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog_AquireInto</class>
<widget class="QDialog" name="Dialog_AquireInto">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2023-07-31 03:32:38 +00:00
<width>895</width>
<height>616</height>
2022-05-03 10:25:52 +00:00
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>Batch scanning</string>
</property>
2023-06-25 02:37:47 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_11">
2022-05-03 10:25:52 +00:00
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="minimumSize">
<size>
2023-07-31 03:32:38 +00:00
<width>240</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>16777215</height>
</size>
2022-05-03 10:25:52 +00:00
</property>
<property name="title">
<string>configuration scheme management</string>
2022-05-03 10:25:52 +00:00
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0,0,0">
2022-05-03 10:25:52 +00:00
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>existing configuration scheme</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBox_cfgScheme">
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
2022-05-03 10:25:52 +00:00
<item>
<widget class="QPushButton" name="pbtn_foundScheme">
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
</size>
</property>
2022-05-03 10:25:52 +00:00
<property name="text">
<string>found scheme</string>
2022-05-03 10:25:52 +00:00
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_changeName">
2022-05-03 10:25:52 +00:00
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
2022-05-03 10:25:52 +00:00
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
2022-05-03 10:25:52 +00:00
</property>
<property name="text">
<string>change name</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QPushButton" name="pbtn_delete">
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>delete</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_deleteAll">
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>delete all configurations</string>
</property>
</widget>
</item>
</layout>
</item>
2023-03-31 09:20:16 +00:00
<item>
2023-06-25 02:37:47 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QPushButton" name="pushButton_save">
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
</size>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbtn_restore">
<property name="minimumSize">
<size>
<width>0</width>
<height>31</height>
</size>
</property>
<property name="text">
<string>Restore Defaults</string>
</property>
</widget>
</item>
</layout>
2023-03-31 09:20:16 +00:00
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>17</width>
<height>279</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="lab_directory">
<property name="text">
<string>Directory</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_directory">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btn_directory">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="cbtn_subFolder">
<property name="text">
<string>Use subfolder based on current date</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbtn_subFolderByBlank">
<property name="text">
<string>Use subfolder based on blank pages</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbtn_subFolderByColor">
<property name="text">
<string>Use subfolder based on image color type</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="lab_fileName">
<property name="text">
<string>File name</string>
2022-05-03 10:25:52 +00:00
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit_fileName"/>
</item>
<item>
<spacer name="horizontalSpacer">
2022-05-03 10:25:52 +00:00
<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>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>File name index</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="lab_startIndex">
<property name="text">
<string>Start index</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spin_index">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>99999</number>
</property>
<property name="value">
<number>1</number>
</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>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="lab_digit">
<property name="text">
<string>Digit(s)</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbox_digit">
<property name="currentIndex">
<number>2</number>
</property>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>3</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>5</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="lab_digitExp">
<property name="text">
<string>e.g. 'HGScan001'</string>
</property>
</widget>
</item>
<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>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QComboBox" name="cbox_evenOdd">
<item>
<property name="text">
<string>Even and odd pages</string>
</property>
</item>
<item>
<property name="text">
<string>Odd pages</string>
</property>
</item>
<item>
<property name="text">
<string>Even pages</string>
</property>
</item>
</widget>
</item>
<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>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
2022-05-03 10:25:52 +00:00
<item>
<widget class="QLabel" name="lab_format">
2022-05-03 10:25:52 +00:00
<property name="text">
<string>Format</string>
2022-05-03 10:25:52 +00:00
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cbox_format">
2022-05-03 10:25:52 +00:00
<item>
<property name="text">
<string>JPG - JPG / JFIF(*.jpg)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>BMP - Windows Bitmap(*.bmp)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>PNG - Portable Network Graphics(*.png)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>PPM - Portable Pixmap(*.ppm)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>PGM - Portable Greymap(*.pgm)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>PBM - Portable Bitmap(*.pbm)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>TIF - TIFF Revision 6(*.tif)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>PDF - Portable Document Format(*.pdf)</string>
</property>
</item>
<item>
<property name="text">
<string>OFD - Open Fixed-layout Document(*.ofd)</string>
</property>
</item>
<item>
<property name="text">
<string>GIF - Graphics Interchange Format(*.gif)</string>
2022-05-03 10:25:52 +00:00
</property>
</item>
<item>
<property name="text">
<string>OCR-&gt;PDF - Portable Document Format(*.pdf)</string>
</property>
</item>
<item>
<property name="text">
<string>OCR-&gt;OFD - Open Fixed-layout Document(*.ofd)</string>
</property>
</item>
2022-05-03 10:25:52 +00:00
</widget>
</item>
<item>
<widget class="QPushButton" name="btn_option">
<property name="text">
<string>Compression option</string>
2022-05-03 10:25:52 +00:00
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QCheckBox" name="cbtn_multiFile">
<property name="text">
<string>Save as multipages (TIFF/PDF/OFD/GIF)</string>
2022-05-03 10:25:52 +00:00
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QRadioButton" name="radio_multiAll">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>所有页</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QRadioButton" name="radio_multiCustom">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>用户自定义页数</string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QSpinBox" name="spinBox_multiPages">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>1000</number>
</property>
</widget>
2022-05-03 10:25:52 +00:00
</item>
</layout>
</item>
<item>
2023-06-25 02:37:47 +00:00
<layout class="QHBoxLayout" name="horizontalLayout_8">
<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>
<item>
<widget class="QPushButton" name="pushButton_okAndScan">
<property name="text">
<string>Ok and Scan</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_Cancel">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
2022-05-03 10:25:52 +00:00
</widget>
</item>
</layout>
</widget>
<resources/>
2023-06-25 02:37:47 +00:00
<connections/>
2022-05-03 10:25:52 +00:00
</ui>