2 thoughts on “A deeper look at signals and slots

  1. Here’s the Cole’s Notes version:

    -linking the model and the view through virtual function override is lame
    -callbacks just move the virtual function out of the main class and results in tons of classes everywhere (not entirely true, but good enough)
    -don’t bother Qt signals with boost signals, boost signals are just inherently better
    -boost signals are so good, you’d like to use them with Qt… but how?
    -turns out there is a fairly contrived set of hacks that almost completely robs signals of all their elegance…. don’t try this at home

Leave a Reply

Your email address will not be published. Required fields are marked *