setToolTipText()
Set the hover text shown over the object.
point.setToolTipText()
Parameters
point.setToolTipText(text=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
None |
The tooltip text. If omitted, the tooltip is cleared. |
Set the hover text shown over the object.
point.setToolTipText()
point.setToolTipText(text=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
None |
The tooltip text. If omitted, the tooltip is cleared. |