Enum LineEdit.Align
enum Align
: int { ... }
Enum members
Name | Description |
---|---|
alignCenter
|
Centers the text in the middle of the LineEdit .
|
alignFill
|
Stretches whitespaces to fit the LineEdit 's width.
|
alignLeft
|
Aligns the text on the left-hand side of the LineEdit .
|
alignRight
|
Aligns the text on the right-hand side of the LineEdit .
|