0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

Scale actions have been added to Report Preview Window

This commit is contained in:
Arin Alexander
2016-04-02 16:07:01 +03:00
parent 4e75bae701
commit caa516d6bd
9 changed files with 92 additions and 3 deletions

View File

@@ -77,6 +77,9 @@
<addaction name="separator"/>
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
<addaction name="actionOne_to_one"/>
<addaction name="actionFit_page_width"/>
<addaction name="actionFit_page"/>
<addaction name="separator"/>
<addaction name="actionFirst_Page"/>
<addaction name="actionPriorPage"/>
@@ -224,10 +227,37 @@
<string>Print To PDF</string>
</property>
</action>
<action name="actionFit_page_width">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/FitWidth.png</normaloff>:/report/images/FitWidth.png</iconset>
</property>
<property name="text">
<string>Fit page width</string>
</property>
</action>
<action name="actionFit_page">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/FitPage.png</normaloff>:/report/images/FitPage.png</iconset>
</property>
<property name="text">
<string>Fit page</string>
</property>
</action>
<action name="actionOne_to_one">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/OneToOne.png</normaloff>:/report/images/OneToOne.png</iconset>
</property>
<property name="text">
<string>One to one</string>
</property>
</action>
</widget>
<resources>
<include location="databrowser/lrdatabrowser.qrc"/>
<include location="report.qrc"/>
<include location="databrowser/lrdatabrowser.qrc"/>
</resources>
<connections>
<connection>