Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt: disable layout mirroring in designer?

I have a hebrew locale configured in my computer and for some reason this makes QT designer mirror its entire interface to be aligned from right to left.

This is horrible and makes the designer useless for me.

Is there a way in run-time to make the designer not mirror its GUI elements? a menu item or an environment variable or something?

like image 616
shoosh Avatar asked Oct 08 '22 16:10

shoosh


1 Answers

Did you try to run designer with the option "-reverse", that could solve your problem. If the locale is "french", and I run with "-reverse" all the layouts become right to left aligned, so maybe if the locale is "hebrew", the layouts will become left to right.

like image 54
Adrien BARRAL Avatar answered Oct 13 '22 07:10

Adrien BARRAL