QSignalMapper

PyQt5.QtCore.QSignalMapper

Inherits from QObject.

Description

TODO

Methods

__init__(parent: QObject = None)

TODO


map()

TODO


map(QObject)

TODO


mapping(int) → QObject

TODO


mapping(str) → QObject

TODO


mapping(QWidget) → QObject

TODO


mapping(QObject) → QObject

TODO


removeMappings(QObject)

TODO


setMapping(QObject, int)

TODO


setMapping(QObject, str)

TODO


setMapping(QObject, QWidget)

TODO


setMapping(QObject, QObject)

TODO

Signals

mapped(int)

TODO


mapped(str)

TODO


mapped(QWidget)

TODO


mapped(QObject)

TODO