PDA

View Full Version : linkCLicked Signal .



divanshu
4th July 2011, 10:17
Hi,

While I am trying to use LinkClicked Signal with webPage, in the slot I am not getting any processing.

page.linkClicked.connect(this , "clickLink(QUrl)");

public void clickLink(QUrl qurl){
System.out.println("test");


}


I am not getting "test" printed out on my console . Plzz help me where I am wrong.


Thanks In Advance

mcosta
4th July 2011, 12:17
Hi,

While I am trying to use LinkClicked Signal with webPage, in the slot I am not getting any processing.

page.linkClicked.connect(this , "clickLink(QUrl)");

public void clickLink(QUrl qurl){
System.out.println("test");


}


I am not getting "test" printed out on my console . Plzz help me where I am wrong.


Thanks In Advance

What is your programming language???

divanshu
5th July 2011, 06:28
I am using Java ... Actually I am using QTJambi ...