PDA

View Full Version : Qt demo with Arabic support



sabbas
31st August 2013, 13:22
I need to develop application which will have all strings in Arabic i.e. application title, button labels in short everything.

It is mentioned Qt does support RTL language, but I am not able to find demo or a basic working example along with QT, if someone got some example which shows how I can render RTL language in Qt or refer to some good tutorial, would be really helpful!

Santosh Reddy
31st August 2013, 13:29
Qt Linguist Examples (http://qt-project.org/doc/qt-4.8/examples-linguist.html)
Right-to-left User Interfaces: Layout Mirroring Example (http://qt-project.org/doc/qt-4.8/declarative-righttoleft-layoutmirroring.html)

sabbas
31st August 2013, 13:36
Thank you so much Santosh!

Do we also got arabic example in QT(I dont want to move toward QML)? secondly QTranslator also work with language like Arabic and Hebrew out of the box?

Best Regards,
Saqlain Abbas.

Santosh Reddy
31st August 2013, 16:07
Do we also got arabic example in QT(I dont want to move toward QML)?
Try searching qt-project.org and qtcentre.org


QTranslator also work with language like Arabic and Hebrew out of the box?
Yes

sabbas
2nd September 2013, 12:35
Thanks Santosh.