1) Do you use a custom model ?
2) Does the view know the model type ?
3) QAbstractItemView:indexAt(const QPoint&) should be useful (usually a static_cast is performed on the internalPointer() to get whatever object your model use and act on it...)
1) Do you use a custom model ?
2) Does the view know the model type ?
3) QAbstractItemView:indexAt(const QPoint&) should be useful (usually a static_cast is performed on the internalPointer() to get whatever object your model use and act on it...)
Current Qt projects : QCodeEdit, RotiDeCode
wind (11th October 2006)
Bookmarks