Quick Help (quickhelp
)
- class orangecanvas.gui.quickhelp.QuickHelp(*args: Any, **kwargs: Any)[source]
Bases:
PyQt5.QtWidgets.QTextBrowser
- textChanged
Emitted when the shown text changes.
- showHelp(text: str, timeout: int = 0) None [source]
Show help for timeout milliseconds. if timeout is 0 then show the text until it is cleared with clearHelp or showHelp is called with an empty string.
- showPermanentHelp(text: str) None [source]
Set permanent help text. The text may be temporarily overridden by showHelp but will be shown again when that is cleared.