QTreeView with QAbstractItemModel nested
Unsolved
General and Desktop
-
Hello All,
I'm looking for simplified examples in pyqt5 showing how to implement QTreeView with QAbstractItemModel. Would anybody share some?
Actually I'm implementing QTreeView with QAbstractItemModel but no luck so far as I've never tried this combination. My hard part is that rows are going to have children and they require custom delegate for paintings such as wordwrap and word highlights.
Many thanks in advance for your help.
Regards,
Sat