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-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"/>
|
|
|
|
</widget>
|
2019-04-27 14:14:07 +02:00
|
|
|
<widget class="QMenu" name="menuDeveloper">
|
|
|
|
<property name="title">
|
|
|
|
<string>Developer</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionGenerateCMAPrepository"/>
|
|
|
|
</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-04-27 14:14:07 +02: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>
|
|
|
|
</widget>
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
|
|
|
<action name="actionOpen">
|
|
|
|
<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">
|
|
|
|
<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">
|
|
|
|
<property name="text">
|
|
|
|
<string>Rendering Errors</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-04-27 14:14:07 +02:00
|
|
|
<action name="actionGenerateCMAPrepository">
|
|
|
|
<property name="text">
|
|
|
|
<string>Generate CMAP repository</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>
|
2018-11-21 19:30:15 +01:00
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|