2021-09-27 11:14:20 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>PDFViewerMainWindowLite</class>
|
|
|
|
<widget class="QMainWindow" name="PDFViewerMainWindowLite">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>770</width>
|
|
|
|
<height>572</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>770</width>
|
2023-07-27 14:52:28 +02:00
|
|
|
<height>21</height>
|
2021-09-27 11:14:20 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
|
|
|
<string>File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionOpen"/>
|
|
|
|
<addaction name="actionClose"/>
|
2023-10-22 16:07:55 +02:00
|
|
|
<addaction name="actionAutomaticDocumentRefresh"/>
|
2021-09-27 11:14:20 +02:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSend_by_E_Mail"/>
|
|
|
|
<addaction name="actionPrint"/>
|
|
|
|
<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>
|
|
|
|
<addaction name="actionGoToDocumentStart"/>
|
|
|
|
<addaction name="actionGoToDocumentEnd"/>
|
|
|
|
<addaction name="actionGoToPreviousPage"/>
|
|
|
|
<addaction name="actionGoToNextPage"/>
|
|
|
|
<addaction name="actionGoToPreviousLine"/>
|
|
|
|
<addaction name="actionGoToNextLine"/>
|
|
|
|
</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"/>
|
|
|
|
<addaction name="actionRenderOptionDisplayAnnotations"/>
|
|
|
|
</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="separator"/>
|
|
|
|
<addaction name="actionRendering_Errors"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionOptions"/>
|
2022-12-27 19:08:48 +01:00
|
|
|
<addaction name="actionResetToFactorySettings"/>
|
|
|
|
<addaction name="separator"/>
|
2022-06-19 15:28:35 +02:00
|
|
|
<addaction name="actionCertificateManager"/>
|
2021-09-27 11:14:20 +02:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionGetSource"/>
|
2023-10-22 16:07:55 +02:00
|
|
|
<addaction name="actionBecomeASponsor"/>
|
2021-09-27 11:14:20 +02:00
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
<addaction name="menuView"/>
|
|
|
|
<addaction name="menuGoTo"/>
|
|
|
|
<addaction name="menuTools"/>
|
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</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="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/open.svg</normaloff>:/resources/open.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-07-27 14:52:28 +02:00
|
|
|
<string>Open...</string>
|
2021-09-27 11:14:20 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClose">
|
2022-01-22 17:36:39 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/close.svg</normaloff>:/resources/close.svg</iconset>
|
|
|
|
</property>
|
2021-09-27 11:14:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.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="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/rendering-errors.svg</normaloff>:/resources/rendering-errors.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-07-27 14:52:28 +02:00
|
|
|
<string>Rendering Errors...</string>
|
2021-09-27 11:14:20 +02:00
|
|
|
</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="pdf4qtviewer.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>
|
2022-12-27 19:08:48 +01:00
|
|
|
<action name="actionResetToFactorySettings">
|
|
|
|
<property name="text">
|
|
|
|
<string>Reset to Factory Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-09-27 11:14:20 +02:00
|
|
|
<action name="actionZoom_In">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.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="pdf4qtviewer.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">
|
2023-10-22 16:07:55 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/book.svg</normaloff>:/resources/book.svg</iconset>
|
|
|
|
</property>
|
2021-09-27 11:14:20 +02:00
|
|
|
<property name="text">
|
2023-07-27 14:52:28 +02:00
|
|
|
<string>About...</string>
|
2021-09-27 11:14:20 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFitPage">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/info.svg</normaloff>:/resources/info.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-07-27 14:52:28 +02:00
|
|
|
<string>Properties...</string>
|
2021-09-27 11:14:20 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSend_by_E_Mail">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/send-mail.svg</normaloff>:/resources/send-mail.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-07-27 14:52:28 +02:00
|
|
|
<string>Send by E-Mail...</string>
|
2021-09-27 11:14:20 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInvertColors">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2022-01-22 17:36:39 +01:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/invert-colors.svg</normaloff>:/resources/invert-colors.svg</iconset>
|
|
|
|
</property>
|
2021-09-27 11:14:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Invert Colors</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRotateRight">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/print.svg</normaloff>:/resources/print.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2023-07-27 14:52:28 +02:00
|
|
|
<string>Print...</string>
|
2021-09-27 11:14:20 +02:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionRenderOptionDisplayAnnotations">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Annotations</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGoToDocumentStart">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.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="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/previous.svg</normaloff>:/resources/previous.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Go to previous line</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGetSource">
|
2023-10-22 16:07:55 +02:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/web.svg</normaloff>:/resources/web.svg</iconset>
|
|
|
|
</property>
|
2021-09-27 11:14:20 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Get Source</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2022-06-19 15:28:35 +02:00
|
|
|
<action name="actionCertificateManager">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/certificate-manager.svg</normaloff>:/resources/certificate-manager.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Certificates...</string>
|
|
|
|
</property>
|
2023-09-01 17:33:45 +02:00
|
|
|
</action>
|
2023-10-22 16:07:55 +02:00
|
|
|
<action name="actionAutomaticDocumentRefresh">
|
2023-09-01 17:33:45 +02:00
|
|
|
<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>
|
2022-06-19 15:28:35 +02:00
|
|
|
</action>
|
2023-10-22 16:07:55 +02:00
|
|
|
<action name="actionBecomeASponsor">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="pdf4qtviewer.qrc">
|
|
|
|
<normaloff>:/resources/wallet.svg</normaloff>:/resources/wallet.svg</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Become a Sponsor</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Become a Sponsor</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2021-09-27 11:14:20 +02:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources>
|
|
|
|
<include location="pdf4qtviewer.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|