I have a QWebView
in which I load a web page. It it possible to get a list of all images that appear on it? I need to select from the list images that appears on the web page me with a box. Is it possible ?
Thanks in advance.
greetings
EDIT:
Here is what I've tried:
void Revision::on_pushButton_6_clicked()
{
//ui->textEdit->paste();
//ui->textEdit("Hols");
//load(ui->webView->);
QString selectedHtml();
QDomAttr imagen;
imagen.isElement();
imagen.value();
ui->textEdit->addAction(close());
}