PDF draw widget (first part)

This commit is contained in:
Jakub Melka
2019-01-27 17:55:22 +01:00
parent 7631265ba4
commit d4087eae1a
10 changed files with 896 additions and 49 deletions

View File

@@ -6,12 +6,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>431</width>
<height>333</height>
</rect>
</property>
<property name="windowTitle">
<string>PDFViewerMainWindow</string>
<string>PDF Viewer</string>
</property>
<widget class="QWidget" name="centralWidget"/>
<widget class="QMenuBar" name="menuBar">
@@ -19,7 +19,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<width>431</width>
<height>21</height>
</rect>
</property>
@@ -28,6 +28,8 @@
<string>File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionClose"/>
<addaction name="actionQuit"/>
</widget>
<addaction name="menuFile"/>
</widget>
@@ -44,8 +46,15 @@
<property name="text">
<string>Open</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</action>
<action name="actionClose">
<property name="text">
<string>Close</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
</widget>