Skip to content
ben-sangster edited this page Nov 10, 2010 · 2 revisions

Description

A user-editable text field used for input.

Signals

textChanged (String value)

Function Calls

String/void text ([String value])

  • If called with an argument, set the text field's text to value.

  • If called without an argument, return the text field's text.

void clear ()

  • Clear the text line.

void undo ()

  • Undo the last action

void redo ()

  • Redo the last action

API

lineEdit

Clone this wiki locally