[Solved] QML TextField element
-
wrote on 4 Dec 2012, 06:54 last edited by
How can I remove the last character from a TextField text?
-
wrote on 4 Dec 2012, 08:31 last edited by
@on<theSignal> : text = text.substr(0, text.length-1)@
-
wrote on 4 Dec 2012, 09:59 last edited by
Thanks, I'll try this as soon as I can.
3/3