No where d_stranz.
Added after 15 minutes:
hmm.. I have a problem with model default implementation (http://www.qtcentre.org/threads/6303...ems?highlight=).
I have a lots of data (millions of rows, probably more than 70 million items which a view can not handle in single page).
hence i have considerable amount of delay (rowCount() calls for all the top level items initially). So decided not to have any calculations rowCount().
if I want to build tree with tree items which is taking considerable amount time as data is in billions.
I can not go for lazy population because I will have problem with scroll bar size then(scroll size will be adjusted as we load data).
So I am looking for a way where I can load data dynamically(with correct scroll bar size at first time only), Any suggestions ??
With the above approach I felt some how I did it but not able to see plus sign even though I could see children with double click on parent.
Thanks a lot.
Bookmarks