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]
    struct LineEdit
    @nogc nothrow @property
    bool
    clearButtonEnabled
    ()
  2. bool clearButtonEnabled [@property setter]

Meta