LineEdit.caretPosition

The cursor's position inside the LineEdit. When set, the text may scroll to accommodate it.

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

Meta