Hi,

I was looking for a good book, tutorial or post which explains me how to exactly implement a very own view based on the QAbstractItemView class.

I've read the reference page about it and identified which pure virtuals I should implement but the reference is still too vague for me about when they are called by the framework and what they should do or return.

I have had a look at the wiki page about qt and am currently thinking of buying Foundations of Qt Development, unless ofcourse some kind person would give me a good tutorial, guide or post about QAbstractItemView.

I am familiar with C++ and MFC GUI programming

Thanks in advance.