Should I use Qt signal/slot mechanisms over traditional callbacks?

Posted by esavard on Stack Overflow See other posts from Stack Overflow or by esavard
Published on 2010-06-09T15:26:00Z Indexed on 2010/06/09 15:42 UTC
Read the original article Hit count: 141

Filed under:
|
|

A senior developer in my team used traditional C-style callbacks in our Qt application instead of using Qt signal/slot mechanisms.

My first reflex would be to refactor his code and use Qt signal/slot instead.

Is there any good reasons to use callbacks in a Qt application/library?

Thanks.

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt