- class QPlaceContent#
Synopsis#
Methods#
def
__init__()
def
attribution()
def
dataTags()
def
__ne__()
def
__eq__()
def
setAttribution()
def
setSupplier()
def
setUser()
def
setValue()
def
supplier()
def
swap()
def
type()
def
user()
def
value()
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__(other)
- Parameters:
other –
QPlaceContent
- attribution()#
- Return type:
str
Note
This function is deprecated.
- dataTags()#
- Return type:
.list of QPlaceContent.DataTag
- __ne__(other)#
- Parameters:
other –
QPlaceContent
- Return type:
bool
- __eq__(other)#
- Parameters:
other –
QPlaceContent
- Return type:
bool
- setAttribution(attribution)#
- Parameters:
attribution – str
Note
This function is deprecated.
- setSupplier(supplier)#
- Parameters:
supplier –
QPlaceSupplier
Note
This function is deprecated.
- setUser(user)#
- Parameters:
user –
QPlaceUser
Note
This function is deprecated.
- supplier()#
- Return type:
Note
This function is deprecated.
- swap(other)#
- Parameters:
other –
QPlaceContent
- user()#
- Return type:
Note
This function is deprecated.