Hi,

I have a QLineEdit with the Signal "editFinished" connected to a Slot. Into the Slot I want to get the text that the QLineEdit was containing before editting it and the new editted text. Is there anyway to get the text before editting it?

Thanks,