A text edit class.
Super classes: MQWidget.WidgetBase
Member | Description |
---|---|
Edit | Constructor. |
setFocus | Set a focus. |
addChangedEvent | Add an event after finishing to change a text. |
addChangingEvent | Add an event while changing a text. |
Edit([parent]) | ||||
Constructor. | ||||
|
setFocus([focus]) | ||||
Set a focus. | ||||
|
addChangedEvent(callback) | ||||
Add an event after finishing to change a text. | ||||
|
addChangingEvent(callback) | ||||
Add an event while changing a text. | ||||
|