What should I do to use a treeView child to select a subset of data in a model to show it in a TableView?
Here I’m trying to create an Qt model/view that shows different subsets of data in a TableView from a model depending of the child selected/clicked in the QTreeView, but I’m new at this and the examples I’m finding does not do anything close to this. Also I’m not finding the Qt Documentation to be really clear about how to do it either.