Tree view for hierarchical SQL query?
Unsolved
General and Desktop
-
The class “QTableView” is provided.
- How can this view be extended for the presentation of data from hierarchical queries in databases?
- Can any functionality be shared with the class “QTreeView”?
-
I'll update this post once I go anywhere with it
This feedback sounds promising.
I am becoming more curious around another description for a similar use case:
An associative table can be created. QStandardItem objects can be generated then based on table entries. Which ways would you like to recommend for the connection of entities to their relationship data?