Quote Originally Posted by sajis997 View Post
Does it mean that it can be called directly without the connection with the signal?
yes. a slot is a member function that has the additional(!) functionality that it can be connected with a signal.

felix