QHelpSearchResultWidget#
The QHelpSearchResultWidget
class provides a text browser to display search results. More…
Synopsis#
Functions#
def
linkAt
(point)
Signals#
def
requestShowLink
(url)
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtHelp.QHelpSearchResultWidget#
- PySide6.QtHelp.QHelpSearchResultWidget.linkAt(point)#
- Parameters:
point –
PySide6.QtCore.QPoint
- Return type:
Returns a reference of the URL that the item at point
owns, or an empty URL if no item exists at that point.
- PySide6.QtHelp.QHelpSearchResultWidget.requestShowLink(url)#
- Parameters:
url –
PySide6.QtCore.QUrl
This signal is emitted when a item is activated and its associated link
should be shown.