2018-11-21 19:30:15 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PDFViewerMainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="PDFViewerMainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-01-27 17:55:22 +01:00
|
|
|
<width>431</width>
|
|
|
|
<height>333</height>
|
2018-11-21 19:30:15 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2019-01-27 17:55:22 +01:00
|
|
|
<string>PDF Viewer</string>
|
2018-11-21 19:30:15 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2019-01-27 17:55:22 +01:00
|
|
|
<width>431</width>
|
2018-11-21 19:30:15 +01:00
|
|
|
<height>21</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOpen"/>
|
2019-01-27 17:55:22 +01:00
|
|
|
<addaction name="actionClose"/>
|
2019-12-20 18:56:03 +01:00
|
|
|
<addaction name="separator"/>
|
2019-12-22 18:03:19 +01:00
|
|
|
<addaction name="actionSend_by_E_Mail"/>
|
2020-02-03 19:45:17 +01:00
|
|
|
<addaction name="actionPrint"/>
|
2020-02-08 18:09:46 +01:00
|
|
|
<addaction name="actionRender_to_Images"/>
|
2019-12-22 18:03:19 +01:00
|
|
|
<addaction name="separator"/>
|
2019-12-20 18:56:03 +01:00
|
|
|
<addaction name="actionProperties"/>
|
|
|
|
<addaction name="separator"/>
|
2019-01-27 17:55:22 +01:00
|
|
|
<addaction name="actionQuit"/>
|
2018-11-21 19:30:15 +01:00
|
|
|
</widget>
|
2019-02-02 18:10:00 +01:00
|
|
|
<widget class="QMenu" name="menuGoTo">
|
|
|
|
<property name="title">
|
|
|
|
<string>Go To</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-02-03 13:57:37 +01:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuPage_Layout">
|
|
|
|
<property name="title">
|
|
|
|
<string>Page Layout</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionPageLayoutSinglePage"/>
|
|
|
|
<addaction name="actionPageLayoutContinuous"/>
|
|
|
|
<addaction name="actionPageLayoutTwoPages"/>
|
|
|
|
<addaction name="actionPageLayoutTwoColumns"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFirstPageOnRightSide"/>
|
|
|
|
</widget>
|
2019-07-06 15:55:37 +02:00
|
|
|
<widget class="QMenu" name="menuRendering_Options">
|
|
|
|
<property name="title">
|
|
|
|
<string>Rendering Options</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionRenderOptionAntialiasing"/>
|
|
|
|
<addaction name="actionRenderOptionTextAntialiasing"/>
|
|
|
|
<addaction name="actionRenderOptionSmoothPictures"/>
|
|
|
|
<addaction name="actionRenderOptionIgnoreOptionalContentSettings"/>
|
2020-04-11 13:56:05 +02:00
|
|
|
<addaction name="actionRenderOptionDisplayAnnotations"/>
|
2019-07-06 15:55:37 +02:00
|
|
|
</widget>
|
2019-02-03 13:57:37 +01:00
|
|
|
<addaction name="menuPage_Layout"/>
|
2019-07-06 15:55:37 +02:00
|
|
|
<addaction name="menuRendering_Options"/>
|
2019-11-06 18:25:46 +01:00
|
|
|
<addaction name="separator"/>
|
2020-02-01 17:28:02 +01:00
|
|
|
<addaction name="actionRotateRight"/>
|
|
|
|
<addaction name="actionRotateLeft"/>
|
|
|
|
<addaction name="separator"/>
|
2019-11-06 18:25:46 +01:00
|
|
|
<addaction name="actionZoom_In"/>
|
|
|
|
<addaction name="actionZoom_Out"/>
|
2019-12-01 13:02:25 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFitPage"/>
|
|
|
|
<addaction name="actionFitWidth"/>
|
|
|
|
<addaction name="actionFitHeight"/>
|
2020-01-28 19:17:45 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionInvertColors"/>
|
2019-02-03 13:57:37 +01:00
|
|
|
</widget>
|
2019-02-24 19:42:00 +01:00
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
<property name="title">
|
|
|
|
<string>Tools</string>
|
|
|
|
</property>
|
2020-02-22 18:27:33 +01:00
|
|
|
<addaction name="actionMagnifier"/>
|
2020-02-23 18:59:54 +01:00
|
|
|
<addaction name="actionScreenshot"/>
|
2020-02-29 14:26:36 +01:00
|
|
|
<addaction name="actionExtractImage"/>
|
2020-02-22 18:27:33 +01:00
|
|
|
<addaction name="separator"/>
|
2019-02-24 19:42:00 +01:00
|
|
|
<addaction name="actionRendering_Errors"/>
|
2019-09-06 19:07:52 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionOptions"/>
|
2019-02-24 19:42:00 +01:00
|
|
|
</widget>
|
2019-11-10 14:17:54 +01:00
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
2019-12-29 17:25:18 +01:00
|
|
|
<widget class="QMenu" name="menuDeveloper">
|
|
|
|
<property name="title">
|
|
|
|
<string>Developer</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionShow_Text_Blocks"/>
|
|
|
|
<addaction name="actionShow_Text_Lines"/>
|
|
|
|
</widget>
|
2020-01-03 18:11:03 +01:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionFind"/>
|
2020-01-12 18:46:59 +01:00
|
|
|
<addaction name="actionFindPrevious"/>
|
|
|
|
<addaction name="actionFindNext"/>
|
2020-01-25 17:36:25 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSelectText"/>
|
2020-01-26 17:06:50 +01:00
|
|
|
<addaction name="actionCopyText"/>
|
2020-01-25 17:36:25 +01:00
|
|
|
<addaction name="actionSelectTextAll"/>
|
|
|
|
<addaction name="actionDeselectText"/>
|
|
|
|
<addaction name="separator"/>
|
2020-01-03 18:11:03 +01:00
|
|
|
</widget>
|
2018-11-21 19:30:15 +01:00
|
|
|
<addaction name="menuFile"/>
|
2020-01-03 18:11:03 +01:00
|
|
|
<addaction name="menuEdit"/>
|
2019-02-03 13:57:37 +01:00
|
|
|
<addaction name="menuView"/>
|
2019-02-02 18:10:00 +01:00
|
|
|
<addaction name="menuGoTo"/>
|
2019-02-24 19:42:00 +01:00
|
|
|
<addaction name="menuTools"/>
|
2019-11-10 14:17:54 +01:00
|
|
|
<addaction name="menuHelp"/>
|
2019-12-29 17:25:18 +01:00
|
|
|
<addaction name="menuDeveloper"/>
|
2018-11-21 19:30:15 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2019-11-06 18:25:46 +01:00
|
|
|
<addaction name="actionOpen"/>
|
2018-11-21 19:30:15 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen">
|
2019-11-06 18:25:46 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/open.svg</normaloff>:/resources/open.svg</iconset>
|
|
|
|
</property>
|
2018-11-21 19:30:15 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
2019-01-27 17:55:22 +01:00
|
|
|
</action>
|
|
|
|
<action name="actionClose">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionQuit">
|
2019-11-06 18:25:46 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/quit.svg</normaloff>:/resources/quit.svg</iconset>
|
|
|
|
</property>
|
2019-01-27 17:55:22 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Quit</string>
|
2018-11-21 19:30:15 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-02-03 13:57:37 +01:00
|
|
|
<action name="actionPageLayoutSinglePage">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Single Page</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+1</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPageLayoutContinuous">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Continuous</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+2</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPageLayoutTwoPages">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Two Pages</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+3</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPageLayoutTwoColumns">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Two columns</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+4</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFirstPageOnRightSide">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>First page on right side</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>First page on right side</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+5</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-02-24 19:42:00 +01:00
|
|
|
<action name="actionRendering_Errors">
|
2019-11-06 18:25:46 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/rendering-errors.svg</normaloff>:/resources/rendering-errors.svg</iconset>
|
|
|
|
</property>
|
2019-02-24 19:42:00 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Rendering Errors</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-07-06 15:55:37 +02:00
|
|
|
<action name="actionRenderOptionAntialiasing">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Antialiasing</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRenderOptionTextAntialiasing">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Text Antialiasing</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRenderOptionSmoothPictures">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Smooth Pictures</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRenderOptionIgnoreOptionalContentSettings">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Ignore Optional Content Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-09-06 19:07:52 +02:00
|
|
|
<action name="actionOptions">
|
2019-11-06 18:25:46 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/settings.svg</normaloff>:/resources/settings.svg</iconset>
|
|
|
|
</property>
|
2019-09-06 19:07:52 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Options...</string>
|
|
|
|
</property>
|
2019-09-07 19:01:54 +02:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+K</string>
|
|
|
|
</property>
|
2019-09-06 19:07:52 +02:00
|
|
|
</action>
|
2019-11-06 18:25:46 +01:00
|
|
|
<action name="actionZoom_In">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/zoom-in.svg</normaloff>:/resources/zoom-in.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom In</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionZoom_Out">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/zoom-out.svg</normaloff>:/resources/zoom-out.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom Out</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-11-10 14:17:54 +01:00
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-01 13:02:25 +01:00
|
|
|
<action name="actionFitPage">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/zoom-fit.svg</normaloff>:/resources/zoom-fit.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fit Page</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFitWidth">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/zoom-fit-horizontal.svg</normaloff>:/resources/zoom-fit-horizontal.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fit Width</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>W</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFitHeight">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/zoom-fit-vertical.svg</normaloff>:/resources/zoom-fit-vertical.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fit Height</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>H</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-20 18:56:03 +01:00
|
|
|
<action name="actionProperties">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/info.svg</normaloff>:/resources/info.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Properties</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-22 18:03:19 +01:00
|
|
|
<action name="actionSend_by_E_Mail">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/send-mail.svg</normaloff>:/resources/send-mail.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Send by E-Mail</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-29 17:25:18 +01:00
|
|
|
<action name="actionShow_Text_Blocks">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Text Blocks</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionShow_Text_Lines">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Text Lines</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-03 18:11:03 +01:00
|
|
|
<action name="actionFind">
|
2020-01-12 18:46:59 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/find.svg</normaloff>:/resources/find.svg</iconset>
|
|
|
|
</property>
|
2020-01-03 18:11:03 +01:00
|
|
|
<property name="text">
|
|
|
|
<string>Find</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-12 18:46:59 +01:00
|
|
|
<action name="actionFindPrevious">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/find-previous.svg</normaloff>:/resources/find-previous.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Find Previous</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFindNext">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/find-next.svg</normaloff>:/resources/find-next.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Find Next</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-25 17:36:25 +01:00
|
|
|
<action name="actionSelectText">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/select-text.svg</normaloff>:/resources/select-text.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Select text</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSelectTextAll">
|
|
|
|
<property name="text">
|
|
|
|
<string>Select All</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDeselectText">
|
|
|
|
<property name="text">
|
|
|
|
<string>Deselect</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-26 17:06:50 +01:00
|
|
|
<action name="actionCopyText">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy text</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-28 19:17:45 +01:00
|
|
|
<action name="actionInvertColors">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Invert Colors</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-01 17:28:02 +01:00
|
|
|
<action name="actionRotateRight">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/rotate-right.svg</normaloff>:/resources/rotate-right.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rotate Right</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRotateLeft">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/rotate-left.svg</normaloff>:/resources/rotate-left.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Rotate Left</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-03 19:45:17 +01:00
|
|
|
<action name="actionPrint">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/print.svg</normaloff>:/resources/print.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Print</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-08 18:09:46 +01:00
|
|
|
<action name="actionRender_to_Images">
|
|
|
|
<property name="text">
|
|
|
|
<string>Render to Images</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-22 18:27:33 +01:00
|
|
|
<action name="actionMagnifier">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/magnifier.svg</normaloff>:/resources/magnifier.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Magnifier</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Magnifier Tool</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-23 18:59:54 +01:00
|
|
|
<action name="actionScreenshot">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/screenshot-tool.svg</normaloff>:/resources/screenshot-tool.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Screenshot</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-29 14:26:36 +01:00
|
|
|
<action name="actionExtractImage">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
|
|
<normaloff>:/resources/extract-image.svg</normaloff>:/resources/extract-image.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Extract Image</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-04-11 13:56:05 +02:00
|
|
|
<action name="actionRenderOptionDisplayAnnotations">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Annotations</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2018-11-21 19:30:15 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2019-11-06 18:25:46 +01:00
|
|
|
<resources>
|
|
|
|
<include location="pdfforqtviewer.qrc"/>
|
|
|
|
</resources>
|
2018-11-21 19:30:15 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|