I need Qt TreeModel and View Implementation

141 Views Asked by At

enter image description here

I have list of signals in Qstringlist signal1, signal2 --- so on..So i needs to put it in Under Signals as parent.. and using signalfilterproxymodel later i have to serach for child signals..

Needs to inherit class from QAbstractItem, and can please explain about 5 override functions parent, index, rowcount, columncount and data functions

Please help me out on this in qt tree view model, without using QTreewidgetItem

0

There are 0 best solutions below