Commit f740895a authored by Andrew den Exter's avatar Andrew den Exter Committed by Qt by Nokia
Browse files

Add getText(), insert(), and remove() functions to TextEdit.


The getText() function provides access to the plain text content of a
TextEdit, and the insert() and remove() functions allow the text content
to be edited inline instead of having to assign an edited string to the
text property to make any change.

Change-Id: Id4edf0312358e2d2db45e4c649b7bd3d22f02ffa
Reviewed-by: default avatarMartin Jones <martin.jones@nokia.com>
parent fa031fa3
No related merge requests found
Showing with 603 additions and 0 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment