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

Synopsis¶
Functions¶
def
searchRequest
()def
setSearchRequest
(request)
Detailed Description¶
See also
-
class
PySide2.QtLocation.
QPlaceProposedSearchResult
¶ PySide2.QtLocation.QPlaceProposedSearchResult(other)
- param other
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
Returns a place search request that can be used to perform an additional proposed search.
See also
-
PySide2.QtLocation.QPlaceProposedSearchResult.
setSearchRequest
(request)¶ - Parameters
request –
PySide2.QtLocation.QPlaceSearchRequest
Sets the proposed search request to
request
.See also
© 2020 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.