On 11/22/2013 02:31 PM, an...@familiesomers.nl wrote:
> Bill Crocker schreef op 22.11.2013 20:19:
>> Gang:
>>
>> I have created my own item model by sub-classing QAbstractItemModel.
>>
>> Functions like rowCount take a parent index so the model
>> knows for which index it is being asked to return t
Bill Crocker schreef op 22.11.2013 20:19:
> Gang:
>
> I have created my own item model by sub-classing QAbstractItemModel.
>
> Functions like rowCount take a parent index so the model
> knows for which index it is being asked to return the count.
> This is good.
>
> My model is hierarchical and
Gang:
I have created my own item model by sub-classing QAbstractItemModel.
Functions like rowCount take a parent index so the model
knows for which index it is being asked to return the count.
This is good.
My model is hierarchical and different points in the hierarchy
have a different number of