Open Joyker opened 3 years ago
Hi!
- I see setPreviewPageBackgroundColor method, but i cant get it working, in preview backgroung always white, is there any way to change it ? Example code:
I have fixed setting the color for the preview page background.
- Is there any way to change preview page language ? Now it is always english
You can use the common Qt way for GUI translation. Just make LimeReport translation using Qt Linguist tool and load it.
- is it possible to place report pages side by side in preview ?
At the moment, no.
Hello again, i have some questions
1) I see setPreviewPageBackgroundColor method, but i cant get it working, in preview backgroung always white, is there any way to change it ? Example code:
m_report->setPreviewPageBackgroundColor(QColor("#8c8c8c"));
// not working2) Is there any way to change preview page language ? Now it is always english 3) is it possible to place report pages side by side in preview ?