         Name: Signals
       Status: Windows(Y), Linux(Y)
        Level: Intermediate
   Maintainer: Core developers
      Summary: signals & slots

This Example demonstrated:
* emitting a signal
* connecting a slot to a member function
* connecting a static function to a signal

You will see some text output of the on_signal functions.
