QPlaceUser#
Synopsis#
Properties#
Functions#
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#
- class PySide6.QtLocation.QPlaceUser#
PySide6.QtLocation.QPlaceUser(other)
- Parameters:
other –
PySide6.QtLocation.QPlaceUser
Note
Properties can be used directly when from __feature__ import true_property
is used or via accessor functions otherwise.
- property PᅟySide6.QtLocation.QPlaceUser.name: str#
- property PᅟySide6.QtLocation.QPlaceUser.userId: str#
- PySide6.QtLocation.QPlaceUser.name()#
- Return type:
str
Getter of property name
.
- PySide6.QtLocation.QPlaceUser.__ne__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceUser.__eq__(rhs)#
- Parameters:
- Return type:
bool
- PySide6.QtLocation.QPlaceUser.setName(name)#
- Parameters:
name – str
Setter of property name
.
- PySide6.QtLocation.QPlaceUser.setUserId(identifier)#
- Parameters:
identifier – str
Setter of property userId
.
- PySide6.QtLocation.QPlaceUser.swap(other)#
- Parameters:
other –
PySide6.QtLocation.QPlaceUser
- PySide6.QtLocation.QPlaceUser.userId()#
- Return type:
str
Getter of property userId
.