setToolTipText()
Set the hover text shown over the object.
checkbox.setToolTipText()
Parameters
checkbox.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.
checkbox.setToolTipText()
checkbox.setToolTipText(text=None)
| Parameter | Type | Default | Description |
|---|---|---|---|
text |
str |
None |
The tooltip text. If omitted, the tooltip is cleared. |