Skip to content

HelpSearchResult

Qt Base Class: QHelpSearchResult

Signature: QHelpSearchResult(self) -> None QHelpSearchResult(self, other: PySide6.QtHelp.QHelpSearchResult) -> None QHelpSearchResult(self, url: Union[PySide6.QtCore.QUrl, str], title: str, snippet: str) -> None

Base classes

Name Children Inherits
QHelpSearchResult
PySide6.QtHelp
QHelpSearchResult(self) -> None

⋔ Inheritance diagram

graph TD
  1473572348176["qthelp.HelpSearchResult"]
  1473572322800["QtHelp.QHelpSearchResult"]
  1473291690208["Shiboken.Object"]
  140713234304496["builtins.object"]
  1473572322800 --> 1473572348176
  1473291690208 --> 1473572322800
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: QHelpSearchResult

The data associated with the search result.

Source code in prettyqt\qthelp\helpsearchresult.py
class HelpSearchResult(QtHelp.QHelpSearchResult):
    """The data associated with the search result."""

    def get_url(self) -> core.Url:
        return core.Url(self.url())