class QPlaceContent#

Synopsis#

Methods#

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 Type#
class DataTag#

New in version 6.5.

__init__([type=QPlaceContent.Type.NoType])#
Parameters:

typeType

__init__(other)
Parameters:

otherQPlaceContent

attribution()#
Return type:

str

Note

This function is deprecated.

dataTags()#
Return type:

.list of QPlaceContent.DataTag

__ne__(other)#
Parameters:

otherQPlaceContent

Return type:

bool

__eq__(other)#
Parameters:

otherQPlaceContent

Return type:

bool

setAttribution(attribution)#
Parameters:

attribution – str

Note

This function is deprecated.

setSupplier(supplier)#
Parameters:

supplierQPlaceSupplier

Note

This function is deprecated.

setUser(user)#
Parameters:

userQPlaceUser

Note

This function is deprecated.

setValue(tag, arg__2)#
Parameters:
  • tagDataTag

  • arg__2 – object

supplier()#
Return type:

QPlaceSupplier

Note

This function is deprecated.

swap(other)#
Parameters:

otherQPlaceContent

type()#
Return type:

Type

user()#
Return type:

QPlaceUser

Note

This function is deprecated.

value(tag)#
Parameters:

tagDataTag

Return type:

object