LineEdit

Yanru MuLess than 1 minute

LineEdit

attribute

  • Text
  • PlaceholderText
  • Font
  • MaxLength
  • ReadOnly
  • Modified
  • ClearButtonEnabled

methods

  • SetSelection(int, int)
  • bool HasSelectedText()
  • string SelectedText()
  • int SelectionStart()
  • SelectAll()
  • Clear()
  • Cut()
  • Copy()
  • Paste()
  • Undo()
  • Redo()
  • Deselect()
  • Insert(string)
  • Backspace()
  • Del()
  • Home(bool)
  • End(bool)
  • int CursorPositionAt(point)

events

  • TextChanged
  • TextEdited
  • EditingFinished
  • ReturnPressed
  • SelectionChanged
  • CursorPositionChanged
Last update:
Contributors: muyanru