Quote Originally Posted by prasad_N View Post
You mean populating model with half data.
I mean populate as much as is currently useful for you. If the user scrolls down, populate more, etc.

with fetchMore() & canFetchMore() i will have scroll bar problem I think, when I come to end of the scroll then only I would come to know there is more elements and then I will load the data and then the scroll bar will adjust according to that, I don't want this behavior scroll bar size should be decide at first instance only(This is the reason I am not using fetchMore functionality in my app).
You are out of luck then You can file a bug or provide a patch for the (IMO incorrect) behaviour.

You mean, you want me to customize the header also ?


Can you be more verbose for the above 2 statements :-)
You can hide the original header and replace it with your own instance of QHeaderView that is not tied to the model as I understand you want your header to reflect the current view state rather than the model's data.