mirror of https://github.com/JakubMelka/PDF4QT.git
1205 lines
38 KiB
XML
1205 lines
38 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>PDFEditorMainWindow</class>
|
|
<widget class="QMainWindow" name="PDFEditorMainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>770</width>
|
|
<height>572</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>PDF Editor</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralWidget"/>
|
|
<widget class="QMenuBar" name="menuBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>770</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="actionAutomaticDocumentRefresh"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSave_As"/>
|
|
<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 class="QMenu" name="menuBookmarkSettings">
|
|
<property name="title">
|
|
<string>Book&mark Settings</string>
|
|
</property>
|
|
<addaction name="actionBookmarkExport"/>
|
|
<addaction name="actionBookmarkImport"/>
|
|
<addaction name="actionBookmarkAutoGenerate"/>
|
|
</widget>
|
|
<addaction name="actionGoToDocumentStart"/>
|
|
<addaction name="actionGoToDocumentEnd"/>
|
|
<addaction name="actionGoToPreviousPage"/>
|
|
<addaction name="actionGoToNextPage"/>
|
|
<addaction name="actionGoToPreviousLine"/>
|
|
<addaction name="actionGoToNextLine"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionBookmarkPage"/>
|
|
<addaction name="actionGotoPreviousBookmark"/>
|
|
<addaction name="actionGotoNextBookmark"/>
|
|
<addaction name="menuBookmarkSettings"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>&View</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuPage_Layout">
|
|
<property name="title">
|
|
<string>Page La&yout</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>Re&ndering Options</string>
|
|
</property>
|
|
<addaction name="actionRenderOptionAntialiasing"/>
|
|
<addaction name="actionRenderOptionTextAntialiasing"/>
|
|
<addaction name="actionRenderOptionSmoothPictures"/>
|
|
<addaction name="actionRenderOptionIgnoreOptionalContentSettings"/>
|
|
<addaction name="actionRenderOptionDisplayAnnotations"/>
|
|
<addaction name="actionRenderOptionDisplayRenderTimes"/>
|
|
</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="actionColorInvert"/>
|
|
<addaction name="actionColorGrayscale"/>
|
|
<addaction name="actionColorHighContrast"/>
|
|
<addaction name="actionColorBitonal"/>
|
|
<addaction name="actionColorCustom"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTools">
|
|
<property name="title">
|
|
<string>&Tools</string>
|
|
</property>
|
|
<addaction name="actionMagnifier"/>
|
|
<addaction name="actionScreenshot"/>
|
|
<addaction name="actionExtractImage"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRendering_Errors"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionOptions"/>
|
|
<addaction name="actionResetToFactorySettings"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionCertificateManager"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="actionGetSource"/>
|
|
<addaction name="actionBecomeASponsor"/>
|
|
<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="actionUndo"/>
|
|
<addaction name="actionRedo"/>
|
|
<addaction name="separator"/>
|
|
<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"/>
|
|
<addaction name="actionSelectTable"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionEncryption"/>
|
|
<addaction name="actionOptimize"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionSanitize"/>
|
|
<addaction name="actionCreateBitonalDocument"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuInsert">
|
|
<property name="title">
|
|
<string>&Insert</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuSticky_Note">
|
|
<property name="title">
|
|
<string>Sticky &Note</string>
|
|
</property>
|
|
<addaction name="actionStickyNoteComment"/>
|
|
<addaction name="actionStickyNoteHelp"/>
|
|
<addaction name="actionStickyNoteInsert"/>
|
|
<addaction name="actionStickyNoteKey"/>
|
|
<addaction name="actionStickyNoteNewParagraph"/>
|
|
<addaction name="actionStickyNoteNote"/>
|
|
<addaction name="actionStickyNoteParagraph"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuStamp">
|
|
<property name="title">
|
|
<string>&Stamp</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menuTextHighlight">
|
|
<property name="title">
|
|
<string>Text Hi&ghlight</string>
|
|
</property>
|
|
<addaction name="actionCreateTextHighlight"/>
|
|
<addaction name="actionCreateTextUnderline"/>
|
|
<addaction name="actionCreateTextStrikeout"/>
|
|
<addaction name="actionCreateTextSquiggly"/>
|
|
</widget>
|
|
<addaction name="menuSticky_Note"/>
|
|
<addaction name="actionCreateHyperlink"/>
|
|
<addaction name="actionInlineText"/>
|
|
<addaction name="actionCreateStraightLine"/>
|
|
<addaction name="actionCreatePolyline"/>
|
|
<addaction name="actionCreateRectangle"/>
|
|
<addaction name="actionCreatePolygon"/>
|
|
<addaction name="actionCreateEllipse"/>
|
|
<addaction name="actionCreateFreehandCurve"/>
|
|
<addaction name="menuStamp"/>
|
|
<addaction name="menuTextHighlight"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuView"/>
|
|
<addaction name="menuInsert"/>
|
|
<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"/>
|
|
<addaction name="actionSave"/>
|
|
<addaction name="actionSave_As"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
<action name="actionOpen">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/open.svg</normaloff>:/resources/open.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Open...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionClose">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/close.svg</normaloff>:/resources/close.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Close</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuit">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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="toolTip">
|
|
<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="toolTip">
|
|
<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="toolTip">
|
|
<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="toolTip">
|
|
<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="pdf4qtlibgui.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>
|
|
<property name="toolTip">
|
|
<string>Antialiasing</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRenderOptionTextAntialiasing">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Text Antialiasing</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Text Antialiasing</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRenderOptionSmoothPictures">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Smooth Pictures</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<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>
|
|
<property name="toolTip">
|
|
<string>Ignore Optional Content Settings</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptions">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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="actionResetToFactorySettings">
|
|
<property name="text">
|
|
<string>Reset to &Factory Settings</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionZoom_In">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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="pdf4qtlibgui.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="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/book.svg</normaloff>:/resources/book.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&About...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFitPage">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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="pdf4qtlibgui.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="pdf4qtlibgui.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="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/info.svg</normaloff>:/resources/info.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Prope&rties...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSend_by_E_Mail">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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="pdf4qtlibgui.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="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/find-previous.svg</normaloff>:/resources/find-previous.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fin&d Previous</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFindNext">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/find-next.svg</normaloff>:/resources/find-next.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Fi&nd Next</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectText">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/select-text.svg</normaloff>:/resources/select-text.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Select te&xt</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectTable">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/select-table.svg</normaloff>:/resources/select-table.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Select &table</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectTextAll">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/select-all-text.svg</normaloff>:/resources/select-all-text.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Select &All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDeselectText">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/deselect-text.svg</normaloff>:/resources/deselect-text.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dese&lect</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopyText">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/copy-text.svg</normaloff>:/resources/copy-text.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Copy text</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColorInvert">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Color | &Inverted</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColorGrayscale">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Color | &Grayscale</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColorHighContrast">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Color | &High Contrast</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColorBitonal">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Color | &Monochromatic</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColorCustom">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Color | &Custom</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRotateRight">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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="pdf4qtlibgui.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="pdf4qtlibgui.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>
|
|
<action name="actionMagnifier">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.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>
|
|
<action name="actionScreenshot">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/screenshot-tool.svg</normaloff>:/resources/screenshot-tool.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Screenshot</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExtractImage">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/extract-image.svg</normaloff>:/resources/extract-image.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Extract Image</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRenderOptionDisplayAnnotations">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Display Annotations</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Display Annotations</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUndo">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/undo.svg</normaloff>:/resources/undo.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Undo</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRedo">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/redo.svg</normaloff>:/resources/redo.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Redo</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptimize">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/optimize.svg</normaloff>:/resources/optimize.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Optimize...</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Optimizes document to reduce file size.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave_As">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/save-as.svg</normaloff>:/resources/save-as.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Save &As...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/save.svg</normaloff>:/resources/save.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Save</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteComment">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Comment</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteHelp">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Help</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteInsert">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Insert</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteKey">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Key</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteNewParagraph">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&New Paragraph</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteNote">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>No&te</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionStickyNoteParagraph">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Paragraph</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateHyperlink">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/hyperlink.svg</normaloff>:/resources/hyperlink.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Hyperlink</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInlineText">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-inline-text.svg</normaloff>:/resources/annot-inline-text.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Inline text</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateStraightLine">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-straight-line.svg</normaloff>:/resources/annot-straight-line.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Str&aight Line</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreatePolyline">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-polyline.svg</normaloff>:/resources/annot-polyline.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Pol&yline</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateRectangle">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-rectangle.svg</normaloff>:/resources/annot-rectangle.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Rectangle</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreatePolygon">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-polygon.svg</normaloff>:/resources/annot-polygon.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Polygon</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateEllipse">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-ellipse.svg</normaloff>:/resources/annot-ellipse.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Ellipse</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateFreehandCurve">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/annot-freehand-curve.svg</normaloff>:/resources/annot-freehand-curve.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Freehand Curve</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateTextHighlight">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/highlight.svg</normaloff>:/resources/highlight.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Highlight</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateTextUnderline">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/underline.svg</normaloff>:/resources/underline.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Underline</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateTextStrikeout">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/strikeout.svg</normaloff>:/resources/strikeout.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Stri&keout</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateTextSquiggly">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/squiggly.svg</normaloff>:/resources/squiggly.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Squiggly</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGoToDocumentStart">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/previous-start.svg</normaloff>:/resources/previous-start.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go to document &start</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGoToDocumentEnd">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/next-end.svg</normaloff>:/resources/next-end.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go to document &end</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGoToNextPage">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/next-page.svg</normaloff>:/resources/next-page.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go to &next page</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGoToPreviousPage">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/previous-page.svg</normaloff>:/resources/previous-page.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go to &previous page</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGoToNextLine">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/next.svg</normaloff>:/resources/next.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go &to next line</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGoToPreviousLine">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/previous.svg</normaloff>:/resources/previous.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go t&o previous line</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGetSource">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/web.svg</normaloff>:/resources/web.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Get Source</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEncryption">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/encryption.svg</normaloff>:/resources/encryption.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Encryption...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCertificateManager">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/certificate-manager.svg</normaloff>:/resources/certificate-manager.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Certificates...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSanitize">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/sanitize-document.svg</normaloff>:/resources/sanitize-document.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Sanitize...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Sanitize document to remove sensitive information.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAutomaticDocumentRefresh">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Automatic &Document Refresh</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Automatically reloads the document if a change made by an external program is detected.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBecomeASponsor">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/wallet.svg</normaloff>:/resources/wallet.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Become a &Sponsor</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCreateBitonalDocument">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/create-bitonal-document.svg</normaloff>:/resources/create-bitonal-document.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Create &Bitonal Document...</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Create Bitonal Document</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Convert the colored images to monochromatic to create a bitonal document.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBookmarkPage">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/bookmark.svg</normaloff>:/resources/bookmark.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Bookmark Page</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Bookmark Page</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Bookmark page for fast navigation.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGotoNextBookmark">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/bookmark-next.svg</normaloff>:/resources/bookmark-next.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Go to Next Bookmark</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Go to Next Bookmark</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Navigates to the next bookmarked page.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionGotoPreviousBookmark">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/bookmark-previous.svg</normaloff>:/resources/bookmark-previous.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>Go to Previous Boo&kmark</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Go to Previous Bookmark</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Navigates to the previous bookmarked page.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBookmarkExport">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/bookmark.svg</normaloff>:/resources/bookmark.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Export Bookmarks</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Export Bookmarks</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Export bookmarks to the file.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBookmarkImport">
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/bookmark.svg</normaloff>:/resources/bookmark.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Import Bookmarks</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Import Bookmarks</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>Import bookmarks from the file.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBookmarkAutoGenerate">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="pdf4qtlibgui.qrc">
|
|
<normaloff>:/resources/bookmark.svg</normaloff>:/resources/bookmark.svg</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Generate Bookmarks Automatically</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Generate Bookmarks Automatically</string>
|
|
</property>
|
|
<property name="statusTip">
|
|
<string>If checked, bookmarks for main document chapters are generated automatically.</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRenderOptionDisplayRenderTimes">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Display &Render Times</string>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>Display Render Times</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::NoRole</enum>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
<resources>
|
|
<include location="pdf4qtlibgui.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|