Qudi
|
A subclass of QStyledItemDelegate to display a tooltip if the text doesn't fit into the cell. More...
Public Member Functions | |
def | helpEvent (self, e, view, option, index) |
The method responsible for displaying the tooltip. More... | |
A subclass of QStyledItemDelegate to display a tooltip if the text doesn't fit into the cell.
def logwidget.AutoToolTipDelegate.helpEvent | ( | self, | |
e, | |||
view, | |||
option, | |||
index | |||
) |
The method responsible for displaying the tooltip.
It ignores custom tooltips.
QHelpEvent | e: the help event |
QAbstractItemView | view: the view |
QStyleOptionViewItem | option: the options |
QModelIndex | index: the model index |