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.

  1. bool clearButtonEnabled [@property getter]
  2. bool clearButtonEnabled [@property setter]
    struct LineEdit
    @nogc nothrow @property
    void
    clearButtonEnabled
    (
    bool v
    )

Meta