QHelpSearchResult

PyQt5.QtHelp.QHelpSearchResult

Description

The QHelpSearchResult class provides the data associated with the search result.

The QHelpSearchResult object is a data object that describes a single search result. The vector of search result objects is returned by searchResults(). The description of the search result contains the document title and URL that the search input matched. It also contains the snippet from the document content containing the best match of the search input.

See also

QHelpSearchEngine.

Methods

__init__()

Constructs a new empty QHelpSearchResult.


__init__(QHelpSearchResult)

Constructs a copy of other.


__init__(QUrl, str, str)

Constructs the search result containing url, title and snippet as the description of the result.


snippet() → str

Returns the document snippet containing the search phrase of the search result.


title() → str

Returns the document title of the search result.


url() → QUrl

Returns the document URL of the search result.