I have a program that stores my database data in a QtableWidget. I would like to add EventListener so whenever user edits any column in a row, It will update immediately the data in the server.
I am trying to think of a way doing this. The idea is to send an UPDATE query to servers database. But i stuck on finding a way of making it to see the change and update immediately.
Or updating when button clicked after many rows been edited. But then it have to store all the changes so I think the first option is better.
Any advise will be great!
Thanks ahead!