[SOLVED]QPlainTextEdit layout bug
-
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.pngWhile QPlainTextEdit doesn't!
http://i.imgur.com/VCOS7xj.pngPS
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. -
Seems like this happened before, so I guess this is a regression: "[#QTBUG-7516]":https://bugreports.qt-project.org/browse/QTBUG-7516
-
I created a new ticket in this link
https://bugreports.qt-project.org/browse/QTBUG-29341