Of course but I need this feature for other purposes Also
For ex: there is a bug in Qt, i.e canFetchMore() & fetchMore() will get called only for top level items they will not get called for non top level items (level 2,3,4......) during scroll.
So in this case also If I would be able to recognise each & every element I can load children's dynamically. So basically I am looking for this unique feature rather than doing some workarounds each time I run into this kind of situation..
Any suggestions for doing this or better place/function in view.. I tried connecting scroll bar moved signal to some slot & get leftmost bottom element but it did not workout.






Reply With Quote

Bookmarks