问题 I have an editable QTableView which reads the values from a pandas DataFrame . What I'm looking for is that when I change the value of one cell, the pandas DataFrame synchronizes automatically. The aim is to continue operating with the updated DataFrame , for example, to update the values of the other rows of the DataFrame and refresh the QTableView . I've seen that there are similar questions in the forum, but since MVC is new to me and I'm not a professional programmer, I find it hard to