CustomLineEdit

A LineEdit is an editor of a single line of text, comparable to a HTML <input type="text" />.

A CustomLineEdit always uses the custom implementation, even on operating systems where the native control is implemented in minigui, which may provide more api styling features but at the cost of poorer integration with the OS and potentially worse user experience in other ways.

class CustomLineEdit : LineEdit {}

See Also

PasswordEdit for a LineEdit that obscures its input.

TextEdit for a multi-line plain text editor widget.

TextLabel for a single line piece of static text.

TextDisplay for a read-only display of a larger piece of plain text.

Meta