Hi,

I would like to print 2 (or more) QWebView on a QPrinter.
For that I tried to call QWebView:rint(QPrinter *printer) but it doesn't work because, only the last QWebView is printed.

Do you know a solution?