QPlaceContent#

Inheritance diagram of PySide6.QtLocation.QPlaceContent

Synopsis#

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.QPlaceContent([type=QPlaceContent.Type.NoType])#

PySide6.QtLocation.QPlaceContent(other)

Parameters:
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()#
PySide6.QtLocation.QPlaceContent.__ne__(other)#
Parameters:

otherPySide6.QtLocation.QPlaceContent

Return type:

bool

PySide6.QtLocation.QPlaceContent.__eq__(other)#
Parameters:

otherPySide6.QtLocation.QPlaceContent

Return type:

bool

PySide6.QtLocation.QPlaceContent.setAttribution(attribution)#
Parameters:

attribution – str

Note

This function is deprecated.

PySide6.QtLocation.QPlaceContent.setSupplier(supplier)#
Parameters:

supplierPySide6.QtLocation.QPlaceSupplier

Note

This function is deprecated.

PySide6.QtLocation.QPlaceContent.setUser(user)#
Parameters:

userPySide6.QtLocation.QPlaceUser

Note

This function is deprecated.

PySide6.QtLocation.QPlaceContent.setValue(tag, arg__2)#
Parameters:
  • tagDataTag

  • arg__2 – object

PySide6.QtLocation.QPlaceContent.supplier()#
Return type:

PySide6.QtLocation.QPlaceSupplier

Note

This function is deprecated.

PySide6.QtLocation.QPlaceContent.swap(other)#
Parameters:

otherPySide6.QtLocation.QPlaceContent

PySide6.QtLocation.QPlaceContent.type()#
Return type:

Type

PySide6.QtLocation.QPlaceContent.user()#
Return type:

PySide6.QtLocation.QPlaceUser

Note

This function is deprecated.

PySide6.QtLocation.QPlaceContent.value(tag)#
Parameters:

tagDataTag

Return type:

object