QPlaceUserclass represents an individual user. 更多 …
QPlaceUser
¶
QPlaceUser(other)
- param other
Constructs a new user object.
构造副本为
other
.
PySide2.QtLocation.QPlaceUser.
__ne__
(
other
)
¶
other
–
QPlaceUser
bool
返回 true 若
other
is not equal to this user, otherwise returns false.
PySide2.QtLocation.QPlaceUser.
__eq__
(
other
)
¶
other
–
QPlaceUser
bool
Returns true if this user is equal to
other
。否则返回 false。
PySide2.QtLocation.QPlaceUser.
setName
(
name
)
¶
name – unicode
设置
name
of the user.
另请参阅
PySide2.QtLocation.QPlaceUser.
setUserId
(
identifier
)
¶
identifier – unicode
设置
identifier
of the user.
另请参阅
PySide2.QtLocation.QPlaceUser.
userId
(
)
¶
unicode
Returns the identifier of the user.
另请参阅