Hi,

i am using a Qtableview to display data in table form, what classes do I need to use/subclass so that when I hover the mouse over an item I can display some image.
Basically i want to see the picture in decorationRole, only bigger, so hovering over the cell with the mouse would be perfect.

Does QWidget::mouseMoveEvent ( QMouseEvent * event ) help me in any way?

thank you.