Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
QLineEdit: When switching from AlignHCenter to AlignLeft the text is not moved to be left aligned if it is too big for the lineedit
Resolution: Line edits are left aligned by default. When you type more text than can fit in the line edit, you expect the contents to drop out of the left side, and that the cursor is still visible. The alignment of a QLineEdit only decides what happens when all text fits inside the viewport.
Reopened: This case will be reevaluated since a misunderstanding may have occured