|
|
|
|
|
by jcelerier
2972 days ago
|
|
> I used Qt in the early days, and always found the signal/slot model to handle events quite cumbersome. Handling events through closures (like typically done in JavaScript) is, imho, much nicer. You have been able to bind closures to events in Qt for... dunnno... 6 years maybe ? |
|