QtCore

Note

This documentation is meant only to describe the details that qts helps make more common. Complete documentation is left to the individual wrappers and the underlying C++ Qt library.

qts.QtCore.Signal

The class attribute Signal object. It is a descriptor that evaluates to a SignalInstance when accessed on an instance of its owning class.

  • PyQt - pyqtSignal

  • PySide - Signal

qts.QtCore.SignalInstance

The instance attribute Signal object that allows subscription to the signal via .connect() and emission via .emit() and so on.

  • PyQt - pyqtBoundSignal

  • PySide - SignalInstance