Results 1 to 5 of 5

Thread: QWebView autoscroll to bottom

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Sep 2009
    Location
    Warsaw/Poland
    Posts
    56
    Thanks
    8
    Thanked 4 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QWebView autoscroll to bottom

    Ok, I found solution:
    Qt Code:
    1. webView->page()->mainFrame()->setScrollBarValue(Qt::Vertical, webView->page()->mainFrame()->scrollBarMaximum(Qt::Vertical));
    To copy to clipboard, switch view to plain text mode 

  2. The following 4 users say thank you to mero for this useful post:

    grantbj74 (2nd August 2012), thanyaj (1st March 2011), wendelmaques (6th January 2011), Xagen (3rd April 2011)

Similar Threads

  1. ScrollArea:AutoScroll to setfocus'ed control
    By BalaQT in forum Qt Programming
    Replies: 4
    Last Post: 26th October 2009, 05:39
  2. Autoscroll in ScrollArea
    By BalaQT in forum Qt Programming
    Replies: 2
    Last Post: 26th October 2009, 05:37
  3. Replies: 7
    Last Post: 15th November 2007, 17:19
  4. Autoscroll QTextBrowser
    By aLiNuSh in forum Newbie
    Replies: 4
    Last Post: 24th March 2007, 12:27
  5. Listbox Autoscroll is not happening?
    By mahe2310 in forum Qt Programming
    Replies: 4
    Last Post: 9th March 2006, 09:13

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.