2016-02-17 10:11:00 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2019-03-01 23:48:28 +03:00
|
|
|
<height>20</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"/>
|
2016-08-08 15:50:04 +03:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionShow_Toolbar"/>
|
2016-02-17 10:11:00 +03:00
|
|
|
</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">
|
2019-07-09 12:28:58 +03:00
|
|
|
<string>MainToolBar</string>
|
2016-02-17 10:11:00 +03:00
|
|
|
</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-06-10 18:05:18 +03:00
|
|
|
<addaction name="actionEdit_Mode"/>
|
|
|
|
<addaction name="actionSaveToFile"/>
|
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"/>
|
2016-04-02 16:07:01 +03:00
|
|
|
<addaction name="actionOne_to_one"/>
|
|
|
|
<addaction name="actionFit_page_width"/>
|
|
|
|
<addaction name="actionFit_page"/>
|
2016-02-17 10:11:00 +03:00
|
|
|
<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>
|
2019-02-21 03:20:26 +03:00
|
|
|
<widget class="QToolBar" name="editModeTools">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2019-07-09 12:28:58 +03:00
|
|
|
<string>EditModeTools</string>
|
2019-02-21 03:20:26 +03:00
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>LeftToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2019-03-01 23:48:28 +03:00
|
|
|
<addaction name="actionSelection_Mode"/>
|
2019-02-21 03:20:26 +03:00
|
|
|
<addaction name="actionInsertTextItem"/>
|
2019-03-01 23:48:28 +03:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDelete_Item"/>
|
2019-02-21 03:20:26 +03:00
|
|
|
</widget>
|
2016-02-17 10:11:00 +03:00
|
|
|
<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>
|
2017-02-21 18:36:30 +03:00
|
|
|
<property name="shortcut">
|
|
|
|
<string>Esc</string>
|
|
|
|
</property>
|
2016-02-17 10:11:00 +03:00
|
|
|
</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-04-02 16:07:01 +03:00
|
|
|
<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>
|
2016-08-08 15:50:04 +03:00
|
|
|
<action name="actionShow_Toolbar">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="report.qrc">
|
|
|
|
<normaloff>:/report/images/toolbar</normaloff>:/report/images/toolbar</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Toolbar</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Show toolbar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-02-21 03:20:26 +03:00
|
|
|
<action name="actionInsertTextItem">
|
2019-03-01 23:48:28 +03:00
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2019-02-21 03:20:26 +03:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="items/items.qrc">
|
|
|
|
<normaloff>:/items/TextItem</normaloff>:/items/TextItem</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>InsertTextItem</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Add new TextItem</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-03-01 23:48:28 +03:00
|
|
|
<action name="actionSelection_Mode">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="report.qrc">
|
|
|
|
<normaloff>:/report/images/editMode</normaloff>:/report/images/editMode</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Selection Mode</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDelete_Item">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="report.qrc">
|
|
|
|
<normaloff>:/report/images/delete</normaloff>:/report/images/delete</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete Item</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Del</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2016-02-17 10:11:00 +03:00
|
|
|
</widget>
|
|
|
|
<resources>
|
2016-03-30 23:19:05 +03:00
|
|
|
<include location="report.qrc"/>
|
2019-02-21 03:20:26 +03:00
|
|
|
<include location="items/items.qrc"/>
|
2016-04-02 16:07:01 +03:00
|
|
|
<include location="databrowser/lrdatabrowser.qrc"/>
|
2018-06-23 00:04:28 +03:00
|
|
|
<include location="report.qrc"/>
|
2019-02-21 03:20:26 +03:00
|
|
|
<include location="items/items.qrc"/>
|
2018-06-23 00:04:28 +03:00
|
|
|
<include location="databrowser/lrdatabrowser.qrc"/>
|
2016-02-17 10:11:00 +03:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>actionPrint</sender>
|
|
|
|
<signal>triggered()</signal>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2016-03-04 04:53:34 +03:00
|
|
|
<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>
|
2019-02-21 03:20:26 +03:00
|
|
|
<connection>
|
|
|
|
<sender>actionInsertTextItem</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>LimeReport::PreviewReportWindow</receiver>
|
|
|
|
<slot>slotInsertNewTextItem()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>399</x>
|
|
|
|
<y>299</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2019-03-01 23:48:28 +03:00
|
|
|
<connection>
|
|
|
|
<sender>actionSelection_Mode</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>LimeReport::PreviewReportWindow</receiver>
|
|
|
|
<slot>slotActivateItemSelectionMode()</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>actionDelete_Item</sender>
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>LimeReport::PreviewReportWindow</receiver>
|
|
|
|
<slot>slotDeleteSelectedItems()</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>
|
2019-02-21 03:20:26 +03:00
|
|
|
<slot>slotInsertNewTextItem()</slot>
|
2019-03-01 23:48:28 +03:00
|
|
|
<slot>slotActivateItemSelectionMode()</slot>
|
|
|
|
<slot>slotDeleteSelectedItems()</slot>
|
2016-02-17 10:11:00 +03:00
|
|
|
</slots>
|
|
|
|
</ui>
|