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>
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
</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>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|