QHelpSearchResult Class

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

Header: #include <QHelpSearchResult>
qmake: QT += help
Since: Qt 5.9

This class was introduced in Qt 5.9.

Detailed Description

The QHelpSearchResult object is a data object that describes a single search result. The vector of search result objects is returned by QHelpSearchEngine::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.