hi,

I am using exactly this model:
http://www.petfactory.se/pyside-cust...al-data-model/

and I am trying:
#print self.parent().parent().parent().lightListerTree.mo del().rowCount( self.parent().parent().parent().lightListerTree.mo del().index(0, 0, 0) )
or
#print self.parent().parent().parent().lightListerTree.mo del().rowCount( None )

and I always get a return value of '1'.

anyone any idea why that is so, even though my QTreeView has a lot of items?

thanks.