The problem I see is that when you are not editing the cell in the QTableView there is no widget that you can do this with. When you are editing the cell you want a standard QLineEdit rather than trying to edit a bouncing message
You could render the text with a (sometimes) variable offset in the delegate paint() routine, but the delegate paint routine would only be called when it is required to repaint a particular cell (value changes or scrolls into view). The trick would be how to get this to fire periodically without forcing the redraw (update() or repaint()) of the whole QTableView. Not obvious to me.





Reply With Quote


Bookmarks