QPlaceUser¶
The
QPlaceUser
class represents an individual user. More…

Synopsis¶
Detailed Description¶
-
class
QPlaceUser
¶ QPlaceUser(other)
- param other
Constructs a new user object.
Constructs a copy of
other
.
-
PySide2.QtLocation.QPlaceUser.
name
()¶ - Return type
unicode
Returns the name of the user.
See also
-
PySide2.QtLocation.QPlaceUser.
__ne__
(other)¶ - Parameters
other –
QPlaceUser
- Return type
bool
Returns true if
other
is not equal to this user, otherwise returns false.
-
PySide2.QtLocation.QPlaceUser.
__eq__
(other)¶ - Parameters
other –
QPlaceUser
- Return type
bool
Returns true if this user is equal to
other
. Otherwise returns false.
-
PySide2.QtLocation.QPlaceUser.
setName
(name)¶ - Parameters
name – unicode
Sets the
name
of the user.See also
-
PySide2.QtLocation.QPlaceUser.
setUserId
(identifier)¶ - Parameters
identifier – unicode
Sets the
identifier
of the user.See also
-
PySide2.QtLocation.QPlaceUser.
userId
()¶ - Return type
unicode
Returns the identifier of the user.
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.