I have been reading the star delegate sample in order to learn how to use custom widgets in a qtableview cell.
In the sample, the edit mode is activated using a double click or a click if the item is selected, but, I would like to activate the edit mode when the mouse cursor is hover the cell containing the custom widget. QAbstractItemView has no EditTrigger for this. What is the best approach to achive this?
Thanks
Bookmarks