mirror of https://github.com/JakubMelka/PDF4QT.git
466 lines
14 KiB
XML
466 lines
14 KiB
XML
<?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>
|
|
<width>431</width>
|
|
<height>333</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>PDF Viewer</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>431</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>File</string>
|
|
</property>
|
|
<addaction name="actionOpen"/>
|
|
<addaction name="actionClose"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSend_by_E_Mail"/>
|
|
<addaction name="actionPrint"/>
|
|
<addaction name="actionRender_to_Images"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionProperties"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuGoTo">
|
|
<property name="title">
|
|
<string>Go To</string>
|
|
</property>
|
|
</widget>
|
|
<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>
|
|
<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"/>
|
|
</widget>
|
|
<addaction name="menuPage_Layout"/>
|
|
<addaction name="menuRendering_Options"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRotateRight"/>
|
|
<addaction name="actionRotateLeft"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionZoom_In"/>
|
|
<addaction name="actionZoom_Out"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionFitPage"/>
|
|
<addaction name="actionFitWidth"/>
|
|
<addaction name="actionFitHeight"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionInvertColors"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>Tools</string>
|
|
</property>
|
|
<addaction name="actionRendering_Errors"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionOptions"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>Help</string>
|
|
</property>
|
|
<addaction name="actionAbout"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuDeveloper">
|
|
<property name="title">
|
|
<string>Developer</string>
|
|
</property>
|
|
<addaction name="actionShow_Text_Blocks"/>
|
|
<addaction name="actionShow_Text_Lines"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>Edit</string>
|
|
</property>
|
|
<addaction name="actionFind"/>
|
|
<addaction name="actionFindPrevious"/>
|
|
<addaction name="actionFindNext"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSelectText"/>
|
|
<addaction name="actionCopyText"/>
|
|
<addaction name="actionSelectTextAll"/>
|
|
<addaction name="actionDeselectText"/>
|
|
<addaction name="separator"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuView"/>
|
|
<addaction name="menuGoTo"/>
|
|
<addaction name="menuTools"/>
|
|
<addaction name="menuHelp"/>
|
|
<addaction name="menuDeveloper"/>
|
|
</widget>
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
<attribute name="toolBarArea">
|
|
<enum>TopToolBarArea</enum>
|
|
</attribute>
|
|
<attribute name="toolBarBreak">
|
|
<bool>false</bool>
|
|
</attribute>
|
|
<addaction name="actionOpen"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<action name="actionOpen">
|
|
<property name="icon">
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
<normaloff>:/resources/open.svg</normaloff>:/resources/open.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClose">
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuit">
|
|
<property name="icon">
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
<normaloff>:/resources/quit.svg</normaloff>:/resources/quit.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Quit</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<action name="actionRendering_Errors">
|
|
<property name="icon">
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
<normaloff>:/resources/rendering-errors.svg</normaloff>:/resources/rendering-errors.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Rendering Errors</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+E</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<action name="actionOptions">
|
|
<property name="icon">
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
<normaloff>:/resources/settings.svg</normaloff>:/resources/settings.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Options...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+K</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<action name="actionAbout">
|
|
<property name="text">
|
|
<string>About</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<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>
|
|
<action name="actionFind">
|
|
<property name="icon">
|
|
<iconset resource="pdfforqtviewer.qrc">
|
|
<normaloff>:/resources/find.svg</normaloff>:/resources/find.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Find</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<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>
|
|
<action name="actionCopyText">
|
|
<property name="text">
|
|
<string>Copy text</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInvertColors">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Invert Colors</string>
|
|
</property>
|
|
</action>
|
|
<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>
|
|
<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>
|
|
<action name="actionRender_to_Images">
|
|
<property name="text">
|
|
<string>Render to Images</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="pdfforqtviewer.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|