Menu bar. Theme icons for actions print and print preview.
--HG-- branch : feature
This commit is contained in:
parent
c144c149e6
commit
130063d690
Binary file not shown.
After Width: | Height: | Size: 544 B |
Binary file not shown.
After Width: | Height: | Size: 478 B |
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
src/app/share/resources/icons/win.icon.theme/24x24/actions/document-print.png
Executable file
BIN
src/app/share/resources/icons/win.icon.theme/24x24/actions/document-print.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -61,5 +61,11 @@
|
||||||
<file alias="16x16/actions/help-contents.png">icons/win.icon.theme/16x16/actions/help-contents.png</file>
|
<file alias="16x16/actions/help-contents.png">icons/win.icon.theme/16x16/actions/help-contents.png</file>
|
||||||
<file alias="24x24/actions/help-contents.png">icons/win.icon.theme/24x24/actions/help-contents.png</file>
|
<file alias="24x24/actions/help-contents.png">icons/win.icon.theme/24x24/actions/help-contents.png</file>
|
||||||
<file alias="32x32/actions/help-contents.png">icons/win.icon.theme/32x32/actions/help-contents.png</file>
|
<file alias="32x32/actions/help-contents.png">icons/win.icon.theme/32x32/actions/help-contents.png</file>
|
||||||
|
<file alias="16x16/actions/document-print.png">icons/win.icon.theme/16x16/actions/document-print.png</file>
|
||||||
|
<file alias="24x24/actions/document-print.png">icons/win.icon.theme/24x24/actions/document-print.png</file>
|
||||||
|
<file alias="32x32/actions/document-print.png">icons/win.icon.theme/32x32/actions/document-print.png</file>
|
||||||
|
<file alias="16x16/actions/document-print-preview.png">icons/win.icon.theme/16x16/actions/document-print-preview.png</file>
|
||||||
|
<file alias="24x24/actions/document-print-preview.png">icons/win.icon.theme/24x24/actions/document-print-preview.png</file>
|
||||||
|
<file alias="32x32/actions/document-print-preview.png">icons/win.icon.theme/32x32/actions/document-print-preview.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
|
@ -133,6 +133,42 @@
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QMenuBar" name="menuBar">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>1000</width>
|
||||||
|
<height>25</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<widget class="QMenu" name="menuFile">
|
||||||
|
<property name="title">
|
||||||
|
<string>File</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="actionSave"/>
|
||||||
|
<addaction name="separator"/>
|
||||||
|
<addaction name="actionPrint_pre_view"/>
|
||||||
|
<addaction name="action_Print"/>
|
||||||
|
<addaction name="actionSave_to_p_df"/>
|
||||||
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuEdit">
|
||||||
|
<property name="title">
|
||||||
|
<string>Edit</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="actionZoomIn"/>
|
||||||
|
<addaction name="actionZoomOut"/>
|
||||||
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuLayout">
|
||||||
|
<property name="title">
|
||||||
|
<string>Layout</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="actionLayout"/>
|
||||||
|
</widget>
|
||||||
|
<addaction name="menuFile"/>
|
||||||
|
<addaction name="menuEdit"/>
|
||||||
|
<addaction name="menuLayout"/>
|
||||||
|
</widget>
|
||||||
<action name="actionSave">
|
<action name="actionSave">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
@ -197,6 +233,27 @@
|
||||||
<string>Layout</string>
|
<string>Layout</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionPrint_pre_view">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="document-print-preview"/>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Print pre&view...</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
|
<action name="action_Print">
|
||||||
|
<property name="icon">
|
||||||
|
<iconset theme="document-print"/>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>&Print...</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
|
<action name="actionSave_to_p_df">
|
||||||
|
<property name="text">
|
||||||
|
<string>Print to p&df</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user