Skip to content

PlaceSearchResult

Qt Base Class: QPlaceSearchResult

Signature: QPlaceSearchResult(self) -> None QPlaceSearchResult(self, other: PySide6.QtLocation.QPlaceSearchResult) -> None

Base classes

Name Children Inherits
PlaceSearchResultMixin
prettyqt.location.placesearchresult
QPlaceSearchResult
PySide6.QtLocation
QPlaceSearchResult(self) -> None

⋔ Inheritance diagram

graph TD
  1473573482448["location.PlaceSearchResult"]
  1473573478544["location.PlaceSearchResultMixin"]
  140713234304496["builtins.object"]
  1473573376064["QtLocation.QPlaceSearchResult"]
  1473291690208["Shiboken.Object"]
  1473573478544 --> 1473573482448
  140713234304496 --> 1473573478544
  1473573376064 --> 1473573482448
  1473291690208 --> 1473573376064
  140713234304496 --> 1473291690208

🛈 DocStrings

Bases: PlaceSearchResultMixin, QPlaceSearchResult

The base class for search results.

Source code in prettyqt\location\placesearchresult.py
class PlaceSearchResult(PlaceSearchResultMixin, location.QPlaceSearchResult):
    """The base class for search results."""