Hi Marcel,
I was going to try use a delegate which would then display a custom tooltip. The tooltip I was going to use was from CVXPTooltipManager class ( http://www.tooltips.net) but unfortunately it isn't going to work, it is mainly catered for MFC/ATL apps.
Is it possible to code your own tooltip widget?
Regards,
Steve




Reply With Quote

. I guess I derive from QWidget, obviously override the paintEvent, mouseMoveEvent and mousePressEvent. Even if I did the custom tooltip, I still unsure how to connect it to my tableview, my thought was to not use the default delegate for the Qt::ToolTipRole and use my own?

Bookmarks