code_app/app/scanner2/mainwindow.ui

639 lines
19 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_file">
<property name="title">
<string>menu_file</string>
</property>
<property name="toolTipsVisible">
<bool>true</bool>
</property>
<addaction name="act_open"/>
<addaction name="act_insert"/>
<addaction name="separator"/>
<addaction name="act_save"/>
<addaction name="act_saveAs"/>
<addaction name="act_Export"/>
<addaction name="separator"/>
<addaction name="act_autoSave"/>
<addaction name="separator"/>
<addaction name="act_deleteFile"/>
<addaction name="act_closeFile"/>
<addaction name="act_closeAll"/>
<addaction name="separator"/>
<addaction name="act_imageInfo"/>
<addaction name="separator"/>
<addaction name="act_exit"/>
</widget>
<widget class="QMenu" name="menu_scan">
<property name="title">
<string>menu_scan</string>
</property>
<addaction name="act_selectDevice"/>
<addaction name="act_scannerSettings"/>
<addaction name="separator"/>
<addaction name="act_acquire"/>
<addaction name="act_acquireSingle"/>
<addaction name="act_acquireInto"/>
<addaction name="separator"/>
<addaction name="act_insertFromScanner"/>
</widget>
<widget class="QMenu" name="menu_view">
<property name="title">
<string>menu_view</string>
</property>
<widget class="QMenu" name="menu_Auto_Image_Size">
<property name="title">
<string>menu_Auto_Image_Size</string>
</property>
<addaction name="act_fitWindowSize"/>
<addaction name="act_fitWindowWidth"/>
</widget>
<addaction name="act_fullscreen"/>
<addaction name="menu_Auto_Image_Size"/>
<addaction name="separator"/>
<addaction name="act_realSize"/>
<addaction name="act_zoomIn"/>
<addaction name="act_zoomOut"/>
<addaction name="separator"/>
<addaction name="act_toolBar"/>
<addaction name="act_statusBar"/>
<addaction name="act_thumbnailBar"/>
<addaction name="separator"/>
<addaction name="act_colorInfo"/>
</widget>
<widget class="QMenu" name="menu_page">
<property name="title">
<string>menu_page</string>
</property>
<widget class="QMenu" name="menu_multiPages">
<property name="title">
<string>menu_multiPages</string>
</property>
<addaction name="act_previousPage"/>
<addaction name="act_nextPage"/>
<addaction name="act_firstPage"/>
<addaction name="act_lastPage"/>
</widget>
<addaction name="act_previous"/>
<addaction name="act_next"/>
<addaction name="act_first"/>
<addaction name="act_last"/>
<addaction name="act_openPageNum"/>
<addaction name="separator"/>
<addaction name="menu_multiPages"/>
<addaction name="act_sortPages"/>
</widget>
<widget class="QMenu" name="menu_image">
<property name="title">
<string>menu_image</string>
</property>
<widget class="QMenu" name="menu_Rotate">
<property name="title">
<string>menuRotate</string>
</property>
<addaction name="act_90Left"/>
<addaction name="act_90Right"/>
<addaction name="act_180"/>
<addaction name="act_multiRotate"/>
</widget>
<addaction name="act_adjust"/>
<addaction name="menu_Rotate"/>
<addaction name="act_autoCrop"/>
<addaction name="act_imageEdit"/>
</widget>
<widget class="QMenu" name="menu_user">
<property name="title">
<string>menu_user</string>
</property>
<addaction name="act_signIn"/>
<addaction name="act_passwordChange"/>
<addaction name="act_signOut"/>
<addaction name="separator"/>
<addaction name="act_log"/>
<addaction name="act_device_log"/>
<addaction name="act_driver_log"/>
<addaction name="separator"/>
<addaction name="act_clrCache"/>
<addaction name="separator"/>
<addaction name="act_consume"/>
<addaction name="act_clearRoller"/>
</widget>
<widget class="QMenu" name="menu_info">
<property name="title">
<string>menu_info</string>
</property>
<addaction name="act_feedback"/>
<addaction name="actionact_update"/>
<addaction name="separator"/>
<addaction name="act_help"/>
<addaction name="act_about"/>
</widget>
<addaction name="menu_file"/>
<addaction name="menu_scan"/>
<addaction name="menu_view"/>
<addaction name="menu_page"/>
<addaction name="menu_image"/>
<addaction name="menu_user"/>
<addaction name="menu_info"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<widget class="QDockWidget" name="dockWidget">
<property name="features">
<set>QDockWidget::NoDockWidgetFeatures</set>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</widget>
</widget>
<action name="act_open">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/open.png</normaloff>:/images/image_rsc/actions/open.png</iconset>
</property>
<property name="text">
<string>act_open</string>
</property>
</action>
<action name="act_insert">
<property name="text">
<string>act_insert</string>
</property>
</action>
<action name="act_save">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/save.png</normaloff>:/images/image_rsc/actions/save.png</iconset>
</property>
<property name="text">
<string>act_save</string>
</property>
</action>
<action name="act_saveAs">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/saveAs.png</normaloff>:/images/image_rsc/actions/saveAs.png</iconset>
</property>
<property name="text">
<string>act_saveAs</string>
</property>
</action>
<action name="act_Export">
<property name="text">
<string>act_Export</string>
</property>
</action>
<action name="act_closeFile">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/close.png</normaloff>:/images/image_rsc/actions/close.png</iconset>
</property>
<property name="text">
<string>act_closeFile</string>
</property>
</action>
<action name="act_closeAll">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/close.png</normaloff>:/images/image_rsc/actions/close.png</iconset>
</property>
<property name="text">
<string>act_closeAll</string>
</property>
</action>
<action name="act_imageInfo">
<property name="text">
<string>act_imageInfo</string>
</property>
</action>
<action name="act_exit">
<property name="text">
<string>act_exit</string>
</property>
</action>
<action name="act_scannerSettings">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/settings.png</normaloff>:/images/image_rsc/actions/settings.png</iconset>
</property>
<property name="text">
<string>act_scannerSettings</string>
</property>
</action>
<action name="act_acquire">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/scan.png</normaloff>:/images/image_rsc/actions/scan.png</iconset>
</property>
<property name="text">
<string>act_acquire</string>
</property>
</action>
<action name="act_acquireSingle">
<property name="text">
<string>act_acquireSingle</string>
</property>
</action>
<action name="act_acquireInto">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/scanInto.png</normaloff>:/images/image_rsc/actions/scanInto.png</iconset>
</property>
<property name="text">
<string>act_acquireInto</string>
</property>
</action>
<action name="act_fullscreen">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/fullscreen.png</normaloff>:/images/image_rsc/actions/fullscreen.png</iconset>
</property>
<property name="text">
<string>act_fullscreen</string>
</property>
</action>
<action name="act_fitWindowSize">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/zoom-fitscreen.png</normaloff>:/images/image_rsc/actions/zoom-fitscreen.png</iconset>
</property>
<property name="text">
<string>act_fitWindowSize</string>
</property>
</action>
<action name="act_fitWindowWidth">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/zoom-fitwidth.png</normaloff>:/images/image_rsc/actions/zoom-fitwidth.png</iconset>
</property>
<property name="text">
<string>act_fitWindowWidth</string>
</property>
</action>
<action name="act_realSize">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/zoom-origin.png</normaloff>:/images/image_rsc/actions/zoom-origin.png</iconset>
</property>
<property name="text">
<string>act_realSize</string>
</property>
</action>
<action name="act_zoomIn">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/zoom-in.png</normaloff>:/images/image_rsc/actions/zoom-in.png</iconset>
</property>
<property name="text">
<string>act_zoomIn</string>
</property>
</action>
<action name="act_zoomOut">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/zoom-out.png</normaloff>:/images/image_rsc/actions/zoom-out.png</iconset>
</property>
<property name="text">
<string>act_zoomOut</string>
</property>
</action>
<action name="act_toolBar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>act_toolBar</string>
</property>
</action>
<action name="act_statusBar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>act_statusBar</string>
</property>
</action>
<action name="act_thumbnailBar">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>act_thumbnailBar</string>
</property>
</action>
<action name="act_colorInfo">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>act_colorInfo</string>
</property>
</action>
<action name="act_previous">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/previousfile.png</normaloff>:/images/image_rsc/actions/previousfile.png</iconset>
</property>
<property name="text">
<string>act_previous</string>
</property>
</action>
<action name="act_next">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/nextfile.png</normaloff>:/images/image_rsc/actions/nextfile.png</iconset>
</property>
<property name="text">
<string>act_next</string>
</property>
</action>
<action name="act_first">
<property name="text">
<string>act_first</string>
</property>
</action>
<action name="act_last">
<property name="text">
<string>act_last</string>
</property>
</action>
<action name="act_openPageNum">
<property name="text">
<string>act_openPageNum</string>
</property>
</action>
<action name="act_previousPage">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/previouspage.png</normaloff>:/images/image_rsc/actions/previouspage.png</iconset>
</property>
<property name="text">
<string>act_previousPage</string>
</property>
</action>
<action name="act_nextPage">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/nextpage.png</normaloff>:/images/image_rsc/actions/nextpage.png</iconset>
</property>
<property name="text">
<string>act_nextPage</string>
</property>
</action>
<action name="act_firstPage">
<property name="text">
<string>act_firstPage</string>
</property>
</action>
<action name="act_lastPage">
<property name="text">
<string>act_lastPage</string>
</property>
</action>
<action name="act_adjust">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/contrast.png</normaloff>:/images/image_rsc/actions/contrast.png</iconset>
</property>
<property name="text">
<string>act_adjust</string>
</property>
</action>
<action name="act_90Left">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/rotate-anticlockwise.png</normaloff>:/images/image_rsc/actions/rotate-anticlockwise.png</iconset>
</property>
<property name="text">
<string>act_90Left</string>
</property>
</action>
<action name="act_90Right">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/rotate-clockwise.png</normaloff>:/images/image_rsc/actions/rotate-clockwise.png</iconset>
</property>
<property name="text">
<string>act_90Right</string>
</property>
</action>
<action name="act_180">
<property name="text">
<string>act_180</string>
</property>
</action>
<action name="act_multiRotate">
<property name="text">
<string>act_multiRotate</string>
</property>
</action>
<action name="act_autoCrop">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/cut.png</normaloff>:/images/image_rsc/actions/cut.png</iconset>
</property>
<property name="text">
<string>act_autoCrop</string>
</property>
</action>
<action name="act_signIn">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/admin.png</normaloff>:/images/image_rsc/actions/admin.png</iconset>
</property>
<property name="text">
<string>act_signIn</string>
</property>
</action>
<action name="act_passwordChange">
<property name="text">
<string>act_passwordChange</string>
</property>
</action>
<action name="act_signOut">
<property name="text">
<string>act_signOut</string>
</property>
</action>
<action name="act_log">
<property name="text">
<string>act_log</string>
</property>
</action>
<action name="act_clrCache">
<property name="text">
<string>act_clrCache</string>
</property>
</action>
<action name="act_consume">
<property name="text">
<string>act_consume</string>
</property>
</action>
<action name="act_help">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/action/btnHelp.png</normaloff>:/images/image_rsc/action/btnHelp.png</iconset>
</property>
<property name="text">
<string>act_help</string>
</property>
</action>
<action name="act_about">
<property name="text">
<string>act_about</string>
</property>
</action>
<action name="act_insertFromScanner">
<property name="text">
<string>act_insertFromScanner</string>
</property>
</action>
<action name="act_clearRoller">
<property name="text">
<string>act_clearRoller</string>
</property>
</action>
<action name="act_imageEdit">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/imageEdit.png</normaloff>:/images/image_rsc/actions/imageEdit.png</iconset>
</property>
<property name="text">
<string>act_imageEdit</string>
</property>
</action>
<action name="act_sortPages">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/sortpages.png</normaloff>:/images/image_rsc/actions/sortpages.png</iconset>
</property>
<property name="text">
<string>act_sortPages</string>
</property>
</action>
<action name="act_autoSave">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>act_autoSave</string>
</property>
</action>
<action name="actionact_update">
<property name="text">
<string>act_update</string>
</property>
</action>
<action name="act_feedback">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>act_feedback</string>
</property>
</action>
<action name="act_device_log">
<property name="text">
<string>act_device_log</string>
</property>
</action>
<action name="act_driver_log">
<property name="text">
<string>act_driver_log</string>
</property>
</action>
<action name="act_deleteFile">
<property name="icon">
<iconset resource="Scanner_resource.qrc">
<normaloff>:/images/image_rsc/actions/close.png</normaloff>:/images/image_rsc/actions/close.png</iconset>
</property>
<property name="text">
<string>act_deleteFile</string>
</property>
</action>
<action name="act_enhanceText">
<property name="text">
<string>act_enhanceText</string>
</property>
</action>
<action name="act_selectDevice">
<property name="text">
<string>act_selectDevice</string>
</property>
</action>
</widget>
<resources>
<include location="Scanner_resource.qrc"/>
</resources>
<connections/>
</ui>