Skip to main content
ViewModeAction.connect
-
static ViewModeAction.connect(self, sender: PySide6.QtCore.QObject, signal: bytes | bytearray | memoryview, member: bytes | bytearray | memoryview, /, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtCore.QMetaObject.Connection
-
static ViewModeAction.connect(self, signal: bytes | bytearray | memoryview, receiver: PySide6.QtCore.QObject, method: bytes | bytearray | memoryview, /, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtCore.QMetaObject.Connection
-
static ViewModeAction.connect(self, signal: bytes | bytearray | memoryview, functor: Callable[..., Any], /, type: PySide6.QtCore.Qt.ConnectionType = Instance(Qt.AutoConnection)) → PySide6.QtCore.QMetaObject.Connection