LineEdit.expandToTextLength

If true, the LineEdit width will increase to stay longer than the text. It will not compress if the text is shortened.

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

Meta