QWebView print() not printing as WYSIWYG
Whenever QWebView.print() is used, the print output is broken into several pages, as if the page is really tiny (already tried .setPageSize(QPrinter::A4) - no luck). Plus, CSS formatting doesn't seem to apply to the print output.
Code:
if (dlg
->exec
() != QDialog::Accepted) return;
m_ui->webViewRoute_2->print(&printer);
Is there any way to print the page as you see it in QWebView?
Thanks in advance,
Thiago F Alencar
Re: QWebView print() not printing as WYSIWYG
Nobody really had problems printing from QWebView??