this is a silly question, that most likely has an easy answer... but if I have a Qwebview called ui->webView... how do I connect the webview event as a signal and slot for a urlChanged()?
this is a silly question, that most likely has an easy answer... but if I have a Qwebview called ui->webView... how do I connect the webview event as a signal and slot for a urlChanged()?
You start by reading the signals and slots documentation.
And then you will write something like:
//i don't know for sure if the correct parameter is QURL, check hereQt Code:
To copy to clipboard, switch view to plain text mode
Bookmarks