PDA

View Full Version : Web browser



mania
6th December 2013, 06:50
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.

folibis
7th December 2013, 08:26
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?

skunkos
7th December 2013, 15:36
If displayed text is not clearly visible, you may want to try to change render hints (http://harmattan-dev.nokia.com/docs/library/html/qt4/qwebview.html#setRenderHint).

mania
13th December 2013, 09:09
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.