Function LineEdit.clearButtonEnabled
If true, the LineEdit will show a clear button if text is not empty, which can be used to clear the text quickly.
bool clearButtonEnabled() nothrow @property @nogc;
void clearButtonEnabled
(
bool v
) nothrow @property @nogc;