LimeReport Forum
General Category | Основное => Discussion | Обсуждение => Topic started by: ghon on January 18, 2017, 12:10:20 pm
-
Thank you for the great work on the LimeReport Project, but there are some problems.
1- QR Code object does not support Arabic letters, It shows instead "error: Invalid character in input data"
2- TextItem does not support "setLayoutDirection (Qt :: RightToLeft)"
-
Hi !
1- QR Code object does not support Arabic letters, It shows instead "error: Invalid character in input data"
Try to change "inputMode" property of BarcodeItem maybe "DATA_INPUT_MODE" will ok for you
2- TextItem does not support "setLayoutDirection (Qt :: RightToLeft)"
Do you mean QApplication::setLayoutDirection(Qt :: RightToLeft)? How it should be? If you explain me what wrong i will try to fix it;
-
Thanks for help.
You can add "layoutDirection" property to TextItem and FieldItem like QLineEdit in Qt Creator.
Value= Qt :: RightToLeft and Qt :: LeftToRight
Like rtl.png Attachment file
-
I have added textLayoutDirection property to TextItem and pushed it on github (branch 1.4)
-
Thank you so much.
-
You are welcome