Connection¶
Synopsis¶
Functions¶
def
swap
(other)
Detailed Description¶
Represents a handle to a signal-slot (or signal-functor) connection.
It can be used to check if the connection is valid and to disconnect it using disconnect()
. For a signal-functor connection without a context object, it is the only way to selectively disconnect that connection.
As Connection is just a handle, the underlying signal-slot connection is unaffected when Connection is destroyed or reassigned.
- class PySide6.QtCore.QMetaObject.Connection¶
PySide6.QtCore.QMetaObject.Connection(other)
- Parameters
Creates a Connection instance.
- PySide6.QtCore.QMetaObject.Connection.swap(other)¶
- Parameters
Swaps this Connection instance with other
. This operation is very fast and never fails.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.