PDA

View Full Version : lineEdit->backspace function problem



aj2903
5th June 2009, 08:37
hi...
I'm using lineEdit->backspace() function.
While deleting character from string in lineEdit can we capture the chacracter which has been deleted.i.e.

If string contains Hello & 'o' is deleted using backspace. My Question is can the character 'o' be captured.

e8johan
5th June 2009, 09:02
As long as you do it programatically (i.e. call a function), you can grab the text before and after, then find the difference.