QPlaceContent#
Synopsis#
Functions#
def
attribution()def
dataTags()def
__ne__(other)def
__eq__(other)def
setAttribution(attribution)def
setSupplier(supplier)def
setUser(user)def
setValue(tag, arg__2)def
supplier()def
swap(other)def
type()def
user()def
value(tag)
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.QPlaceContent([type=QPlaceContent.Type.NoType])#
PySide6.QtLocation.QPlaceContent(other)
- Parameters:
other –
PySide6.QtLocation.QPlaceContenttype –
Type
- PySide6.QtLocation.QPlaceContent.Type#
- PySide6.QtLocation.QPlaceContent.DataTag#
New in version 6.5.
- PySide6.QtLocation.QPlaceContent.attribution()#
- Return type:
str
Note
This function is deprecated.
- PySide6.QtLocation.QPlaceContent.dataTags()#
- Return type:
- PySide6.QtLocation.QPlaceContent.__ne__(other)#
- Parameters:
other –
PySide6.QtLocation.QPlaceContent- Return type:
bool
- PySide6.QtLocation.QPlaceContent.__eq__(other)#
- Parameters:
other –
PySide6.QtLocation.QPlaceContent- Return type:
bool
- PySide6.QtLocation.QPlaceContent.setAttribution(attribution)#
- Parameters:
attribution – str
Note
This function is deprecated.
- PySide6.QtLocation.QPlaceContent.setSupplier(supplier)#
- Parameters:
supplier –
PySide6.QtLocation.QPlaceSupplier
Note
This function is deprecated.
- PySide6.QtLocation.QPlaceContent.setUser(user)#
- Parameters:
Note
This function is deprecated.
- PySide6.QtLocation.QPlaceContent.supplier()#
- Return type:
Note
This function is deprecated.
- PySide6.QtLocation.QPlaceContent.swap(other)#
- Parameters:
other –
PySide6.QtLocation.QPlaceContent
- PySide6.QtLocation.QPlaceContent.user()#
- Return type:
Note
This function is deprecated.