Hi,
i have a problem.
I have an application whit 6 different lineEdit. Each lineedit rapresent a field of my personal database.

The goal is:
when the text in a lineEdt is modify i would writing the new value on my database.
For solve this task i have create a signal-slot architecture: i have connected the signal "editingFinished" whit my personal slot.

The problem is that in the application there are 6 different lineEdit that can emit "editingFinished".

How i can recognize a specific lineEdit? I have try using the sender() function but my object that emit this signal is all lineEdit.

Can anyone help me, please???

Thanks!
Dax