Hi all,
I want to create a web browser in qt and the screen size is 320x480 as like mobile use . I have used QWebview class but not getting clearly web page . Can any one help me and give a solution for this.
Thanks in Advance.
Hi all,
I want to create a web browser in qt and the screen size is 320x480 as like mobile use . I have used QWebview class but not getting clearly web page . Can any one help me and give a solution for this.
Thanks in Advance.
Mobile iOs uses WebKit to render web pages so it have to work in low screen resolution. What exactly problem do you have with it?
If displayed text is not clearly visible, you may want to try to change render hints.
Hi,
I want to create application for handheld device. I am using the class QWebview by the below scratch code:
ui->webView->setUrl(QUrl("http://www.google.com"));
Thus the screen is design for 320x480, but it is not adjust for the mentioned size and also not display as like mobile used google
Any one help me .
Thanks in advance.
Bookmarks