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