Webkit/QWebView rendering for small screen
Can a QWebView (or QWebPage/Frame) render its content for a small sized screen, i.e. something like 320x240? I know that Safari/Webkit does it for the iPhone but I haven't been able to find anything in the Qt documentation.
Thanks in advance,
Michael
Re: Webkit/QWebView rendering for small screen
Hi Michael,
I think you can set your screen size in "QWebSettings" class.
Thanks
Chandra
Re: Webkit/QWebView rendering for small screen
I did not find anything to set the screen size in the QWebSettings. One can change the font size and other attributes, but nothing to tell the rendering engine to format it for a small screen. Could it be done in a style sheet?