PyQt
PyQt
1. Event-loop
event queue
event loop
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?