LineEdit.selectingEnabled

If false, it's impossible to select the text using mouse nor keyboard.

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

Meta