PyQt5 Signals and slots

../_images/intro_signal_slot1.png

PyQt uses a unique mechanism in event processing: signals and slots.

Let’s learn about the connection between signals and slots using simple examples.

Prev/Next