Results 1 to 4 of 4

Thread: Web browser

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Nov 2012
    Location
    Coimbatore
    Posts
    53
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Web browser

    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.

  2. #2
    Join Date
    Nov 2011
    Posts
    79
    Thanks
    5
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Web browser

    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?

  3. #3
    Join Date
    Jul 2012
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Web browser

    If displayed text is not clearly visible, you may want to try to change render hints.

  4. #4
    Join Date
    Nov 2012
    Location
    Coimbatore
    Posts
    53
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Web browser

    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.

Similar Threads

  1. QT Web browser
    By prajith in forum Newbie
    Replies: 2
    Last Post: 14th September 2013, 06:36
  2. Please help me qt browser
    By nguahoang205 in forum Qt Programming
    Replies: 1
    Last Post: 30th July 2012, 04:52
  3. Replies: 0
    Last Post: 17th March 2011, 03:17
  4. Not able to run fancy browser and demo browser example applications
    By GoGetIt in forum Installation and Deployment
    Replies: 1
    Last Post: 16th August 2010, 06:23
  5. Value Browser 3
    By Arsen in forum Qt-based Software
    Replies: 7
    Last Post: 27th December 2007, 14:12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.