Which methods needs to be reimplemented in class that inherits QAbstractItemView? In documentation I've found that custom View class "only need to implement their own view-specific functionality". I've implemented pure virtual functions with drawing in visualRect(), but there is nothing showed after setting model in my custom View widget.