Hi all,

I am working with JAVA build of QT. here when i searching in this forum all queries related to c and c++. so i am finding it difficult to understand it.

QObject::connect(http, SIGNAL(requestFinished(int, bool)), this, SLOT(function(int, bool)));

can any 1 explains me the meaning of this statement. and can help me how i can implement same thing into java. can any1 temme what is the equivalent classes in JAVA.

Thanks in advance!!