문제

I want to create a HUD speed counter using Qt and my smartphone. I can get speed via gps information, the issue is when I display it on the screen, I can't manage to display the QLabel mirrored.

So here's my question : Who can I write from right to left ?

도움이 되었습니까?

해결책

As asked by Samoth i post my comment as an answer ;)

This is helpful resource for mirroring QLabel: http://qtcentre.org/archive/index.php/t-8248.html

다른 팁

Not sure if it answers your question. The following resources demonstrate how to display RightToLeft Text in Qt / QLabel:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top