PDF4QT/PdfForQtViewer/pdfviewermainwindow.ui

266 lines
7.6 KiB
Plaintext
Raw Normal View History

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"/>
<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"/>
</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"/>
<addaction name="actionZoom_In"/>
<addaction name="actionZoom_Out"/>
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>
<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>
2018-11-21 19:30:15 +01:00
<addaction name="menuFile"/>
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"/>
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>
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>