Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with PreviewReportWidget::scroll(x, y) #423

Open
Adityasingh8394 opened this issue Dec 4, 2022 · 0 comments
Open

Issue with PreviewReportWidget::scroll(x, y) #423

Adityasingh8394 opened this issue Dec 4, 2022 · 0 comments

Comments

@Adityasingh8394
Copy link

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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant