I want to create a print
button for an HTML file. Well, window.print()
.
But this does not work because the web browser embedded in the software was developed by my company itself. It does not support print.
This web browser was using WebKit, and I only knew a little about Qt and WebKit.
So, how web browser deals with window.print
?