i just read the example code given in the Article "Early Easter Eggs" which is in one of the early Qt Quarterly s.

İ derived my EasterEgg just the same as the one in the Article.

İ defined a member of type MyEasterEgg class in my main class.

and instantiated it in the constructor just as the same as told in the Article.

However when i debug the program i realized that it catches every keypress event three times.
What m i missing ?

Is there stg i should do more than that is told in the Article..?

thanks..