QGenericArgument#
The QGenericArgument
class is an internal helper class for marshalling arguments. More…
Inherited by: QGenericReturnArgument
Synopsis#
Functions#
Detailed Description#
This class should never be used directly. Please use the Q_ARG()
macro instead.
See also
Q_ARG()
invokeMethod()
QGenericReturnArgument
- class PySide6.QtCore.QGenericArgument(QGenericArgument)#
PySide6.QtCore.QGenericArgument([aName=None[, aData=None]])
- Parameters
aName – str
aData –
void
QGenericArgument –
PySide6.QtCore.QGenericArgument
Constructs a QGenericArgument
object with the given name
and data
.
- PySide6.QtCore.QGenericArgument.data()#
- Return type
void
Returns the data set in the constructor.
- PySide6.QtCore.QGenericArgument.name()#
- Return type
str
Returns the name set in the constructor.