Reimplement the QAbstractItemDelegate::editorEvent() for your view's delegate (you'll have to provide one). There you can get all the coordinates you want. Signals and slots is a more high level mechanism which is not suited for what you want.
Reimplement the QAbstractItemDelegate::editorEvent() for your view's delegate (you'll have to provide one). There you can get all the coordinates you want. Signals and slots is a more high level mechanism which is not suited for what you want.
michalk (2nd February 2011)
Bookmarks