- class QPlaceProposedSearchResult¶
The
QPlaceProposedSearchResult
class represents a search result containing a proposed search. More…Synopsis¶
Methods¶
def
__init__()
def
searchRequest()
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¶
See also
- __init__()¶
Constructs a new proposed search result.
- __init__(other)
- Parameters:
other –
QPlaceSearchResult
Contructs a copy of
other
if possible, otherwise constructs a default proposed search result.- searchRequest()¶
- Return type:
Returns a place search request that can be used to perform an additional proposed search.
See also
- setSearchRequest(request)¶
- Parameters:
request –
QPlaceSearchRequest
Sets the proposed search request to
request
.See also