LimeReport/limereport/lrpreviewreportwindow.ui

389 lines
10 KiB
Plaintext
Raw Normal View History

2016-02-17 10:11:00 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LimeReport::PreviewReportWindow</class>
<widget class="QMainWindow" name="LimeReport::PreviewReportWindow">
2016-02-17 10:11:00 +03:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Preview</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>1</number>
</property>
<property name="topMargin">
<number>1</number>
</property>
<property name="rightMargin">
<number>1</number>
</property>
<property name="bottomMargin">
<number>1</number>
</property>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>21</height>
2016-02-17 10:11:00 +03:00
</rect>
</property>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
</widget>
<widget class="QMenu" name="menuReport">
<property name="title">
<string>Report</string>
</property>
<addaction name="actionPrint"/>
2016-02-17 10:19:50 +03:00
<addaction name="actionPrint_To_PDF"/>
2016-02-17 10:11:00 +03:00
</widget>
<addaction name="menuReport"/>
<addaction name="menuView"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="iconSize">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionPrint"/>
2016-02-17 10:19:50 +03:00
<addaction name="actionPrint_To_PDF"/>
2016-02-17 10:11:00 +03:00
<addaction name="separator"/>
<addaction name="actionZoomIn"/>
<addaction name="actionZoomOut"/>
<addaction name="separator"/>
<addaction name="actionFirst_Page"/>
<addaction name="actionPriorPage"/>
<addaction name="actionNextPage"/>
<addaction name="actionLast_Page"/>
<addaction name="separator"/>
<addaction name="actionClosePreview"/>
<addaction name="actionShowMessages"/>
</widget>
<action name="actionPrint">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/print</normaloff>:/report/images/print</iconset>
</property>
<property name="text">
<string>Print</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionZoomIn">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/zoomIn</normaloff>:/report/images/zoomIn</iconset>
</property>
<property name="text">
<string>Zoom In</string>
</property>
</action>
<action name="actionZoomOut">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/zoomOut</normaloff>:/report/images/zoomOut</iconset>
</property>
<property name="text">
<string>Zoom Out</string>
</property>
</action>
<action name="actionPriorPage">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/prior</normaloff>:/report/images/prior</iconset>
</property>
<property name="text">
<string>Prior Page</string>
</property>
<property name="toolTip">
<string>Prior Page</string>
</property>
</action>
<action name="actionNextPage">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/next</normaloff>:/report/images/next</iconset>
</property>
<property name="text">
<string>Next Page</string>
</property>
<property name="toolTip">
<string>Next Page</string>
</property>
</action>
<action name="actionClosePreview">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/closebox</normaloff>:/report/images/closebox</iconset>
</property>
<property name="text">
<string>Close Preview</string>
</property>
<property name="toolTip">
<string>Close Preview</string>
</property>
</action>
<action name="actionEdit_Mode">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/edit</normaloff>:/report/images/edit</iconset>
</property>
<property name="text">
<string>Edit Mode</string>
</property>
</action>
<action name="actionSaveToFile">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/save</normaloff>:/report/images/save</iconset>
</property>
<property name="text">
<string>Save to file</string>
</property>
<property name="toolTip">
<string>Save to file</string>
</property>
</action>
<action name="actionShowMessages">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="databrowser/lrdatabrowser.qrc">
<normaloff>:/databrowser/images/error_message_2.png</normaloff>:/databrowser/images/error_message_2.png</iconset>
</property>
<property name="text">
<string>Show errors</string>
</property>
<property name="toolTip">
<string>Show errors</string>
</property>
</action>
<action name="actionFirst_Page">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/first</normaloff>:/report/images/first</iconset>
</property>
<property name="text">
<string>First Page</string>
</property>
<property name="toolTip">
<string>First page</string>
</property>
</action>
<action name="actionLast_Page">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/last</normaloff>:/report/images/last</iconset>
</property>
<property name="text">
<string>Last Page</string>
</property>
<property name="toolTip">
<string>Last Page</string>
</property>
</action>
2016-02-17 10:19:50 +03:00
<action name="actionPrint_To_PDF">
<property name="icon">
<iconset resource="report.qrc">
<normaloff>:/report/images/pdf</normaloff>:/report/images/pdf</iconset>
</property>
<property name="text">
<string>Print To PDF</string>
</property>
</action>
2016-02-17 10:11:00 +03:00
</widget>
<resources>
2016-02-17 10:19:50 +03:00
<include location="databrowser/lrdatabrowser.qrc"/>
<include location="report.qrc"/>
2016-02-17 10:11:00 +03:00
</resources>
<connections>
<connection>
<sender>actionPrint</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotPrint()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionPriorPage</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotPriorPage()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionNextPage</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotNextPage()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionZoomIn</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotZoomIn()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionZoomOut</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotZoomOut()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionClosePreview</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionFirst_Page</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotFirstPage()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
<connection>
<sender>actionLast_Page</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:11:00 +03:00
<slot>slotLastPage()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
2016-02-17 10:19:50 +03:00
<connection>
<sender>actionPrint_To_PDF</sender>
<signal>triggered()</signal>
<receiver>LimeReport::PreviewReportWindow</receiver>
2016-02-17 10:19:50 +03:00
<slot>slotPrintToPDF()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
2016-02-17 10:11:00 +03:00
</connections>
<slots>
<slot>slotNextPage()</slot>
<slot>slotPriorPage()</slot>
<slot>slotZoomIn()</slot>
<slot>slotZoomOut()</slot>
<slot>slotPrint()</slot>
<slot>slotFirstPage()</slot>
<slot>slotLastPage()</slot>
2016-02-17 10:19:50 +03:00
<slot>slotPrintToPDF()</slot>
2016-02-17 10:11:00 +03:00
</slots>
</ui>