Hi,
While I am trying to use LinkClicked Signal with webPage, in the slot I am not getting any processing.
Code:
page.linkClicked.connect(this , "clickLink(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