Hi...Im trying to imeplement a model that would store some statistics
I wanted to use QMap to store count as a value of QMap item under a certain key...
The problem is that I dont know ho to implement a data() method of the model to get the data from actual index...since the QMap doesnt store the data as they are inserted into it but it stores the data by the keys...
So QMap is no use in this...
Can anyone advised me what would be the best to do this ?
Thanks