QPlaceProposedSearchResult

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

Inheritance diagram of PySide2.QtLocation.QPlaceProposedSearchResult

Synopsis

Functions

Detailed Description

class PySide2.QtLocation.QPlaceProposedSearchResult

PySide2.QtLocation.QPlaceProposedSearchResult(other)

param other:

PySide2.QtLocation.QPlaceSearchResult

Constructs a new proposed search result.

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

PySide2.QtLocation.QPlaceProposedSearchResult.searchRequest()
Return type:

PySide2.QtLocation.QPlaceSearchRequest

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

PySide2.QtLocation.QPlaceProposedSearchResult.setSearchRequest(request)
Parameters:

requestPySide2.QtLocation.QPlaceSearchRequest

Sets the proposed search request to request .

See also

searchRequest()