Quote Originally Posted by cioannou
Thanks a lot , it compiled && linked now, but still not working
What do you mean by "not working"? How does your main() function look like?

Can you please explain why we included the .moc file?
Because you have placed definition of a class with Q_OBJECT macro in .cpp file. You wouldn't have to do it, if that class definition wes in a header.