Answer the question
In order to leave comments, you need to log in
How to implement QAbstractTableModel model linking?
What is the best way to implement one-to-many (or master-slave) model communication for QAbstractTableModel? Models will receive data through the Restful API. I wanted that when a record was selected in the master table, the slave tables were updated.
Answer the question
In order to leave comments, you need to log in
Models are not involved at all here, this is a matter of interaction between views - on a signal from the view of the main table, you need to update the data in the models of child tables.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question