Hi,
As you know Qt supports auto text layout for all Qt input widgets but recently I noticed that QPlainTextEdit doesn’t!!
Could anyone tell me if this is wrong or right before filing a new bug report.
As you can see in this screenshot QLineEdit works fine:
http://i.imgur.com/vmvQvi3.png
While QPlainTextEdit doesn’t!
http://i.imgur.com/VCOS7xj.png
PS
I couldn’t find any temporarily solution for this issue because this widget works with plain text only so I couldn’t add “text-align: right;” for example.
↧