QGenericArgument¶

The QGenericArgument class is an internal helper class for marshalling arguments. More…

Inheritance diagram of PySide2.QtCore.QGenericArgument

Inherited by: QGenericReturnArgument

Synopsis¶

Functions¶

Detailed Description¶

This class should never be used directly. Please use the Q_ARG() macro instead.

class PySide2.QtCore.QGenericArgument(QGenericArgument)¶

PySide2.QtCore.QGenericArgument([aName=None[, aData=None]])

param aName:

str

param QGenericArgument:

PySide2.QtCore.QGenericArgument

param aData:

void

Constructs a QGenericArgument object with the given name and data .

PySide2.QtCore.QGenericArgument.data()¶
Return type:

void

Returns the data set in the constructor.

PySide2.QtCore.QGenericArgument.name()¶
Return type:

str

Returns the name set in the constructor.