LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: ghon on October 28, 2017, 01:11:09 pm
-
Hi
PLS. add setLayoutDirection(Qt::RightToLeft | Qt::LeftToRight) to Limereport Viewer
as
LimeReport::ReportEngine *Lrep = new LimeReport::ReportEngine(this);
Lrep->setLayoutDirection(Qt::RightToLeft);
thanks.
-
Hi
Which limereport version do you use ?
-
limereport_1.4.7
-
See the image
-
Hi
Is your main application layout direction right to left?
LimeReport uses main application layout direction. Do you have any problem with this?
-
hi
Sometimes I need a difference between the ِApplication and the Limereport
like any widgets.
-
Ok, i will add it.
-
Thank you very much!
-
Hi!
I have added setPreviewLayoutDirection(const Qt::LayoutDirection& previewLayoutDirection) to ReportEngine;
Version 1.4.52 (https://github.com/fralx/LimeReport/releases/tag/1.4.52)
-
Thank you very much! :) :) :)