Details
Description
I think it would be useful to support this feature in PySide:
https://doc.qt.io/qt-5/qmetamethod.html#tag
I think it might be able to be implemented as a keyword argument to Slot, like:
@Slot(tag="MY_CUSTOM_TAG")
def testFunc(self): ...