class QPlaceProposedSearchResult

The QPlaceProposedSearchResult class represents a search result containing a proposed search. More

Inheritance diagram of PySide6.QtLocation.QPlaceProposedSearchResult

Synopsis

Methods

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

__init__()

Constructs a new proposed search result.

__init__(other)
Parameters:

otherQPlaceSearchResult

Contructs a copy of other if possible, otherwise constructs a default proposed search result.

searchRequest()
Return type:

QPlaceSearchRequest

Returns a place search request that can be used to perform an additional proposed search.

setSearchRequest(request)
Parameters:

requestQPlaceSearchRequest

Sets the proposed search request to request.

See also

searchRequest()