PyQt

PyQt

1. Event-loop

  1. event queue

  2. event loop

  3. event handler

2. Signal / Slot

signal

Event loop manager

slot

action

dispatcher

store / view

callback = [1] pointer to function, [2] compare to signal-slot, callback may type-mismatch

2.1 widget.signal

2.2 customized signal

Last updated

Was this helpful?