You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have exposed LimeReport::PreviewReportWidget to QML using QQuickPaintedItem.
I am able to view report, able to implement pinch to zoom, etc.
I couldn't get horizontal and vertical scroll to work.
Here is my test code:
LimeReport::PreviewReportWidget* preview= reportEngine->createPreviewWidget();
preview->scroll(100,50);
The text was updated successfully, but these errors were encountered:
Hi, I have exposed LimeReport::PreviewReportWidget to QML using QQuickPaintedItem.
I am able to view report, able to implement pinch to zoom, etc.
I couldn't get horizontal and vertical scroll to work.
Here is my test code:
LimeReport::PreviewReportWidget* preview= reportEngine->createPreviewWidget();
preview->scroll(100,50);
The text was updated successfully, but these errors were encountered: