Results 1 to 2 of 2

Thread: QWebView Auto Tabs

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2010
    Posts
    38
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Post QWebView Auto Tabs

    If executed in Firefox the browser automatically opens a new tab/window to show the returned page.

    How to tell QWebView to open a new instance of QWebview with the returned data loaded?

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QWebView Auto Tabs

    If what is executed in Firefox? Javascript? Or are you saying that all "new window" requests are redirected to tabs?

    You probably need to implement QWebView::createWindow() and possibly change QWebSettings

Similar Threads

  1. Tear-off Tabs
    By Max Yaffe in forum Qt Programming
    Replies: 7
    Last Post: 21st October 2016, 22:48
  2. Replies: 8
    Last Post: 3rd September 2013, 09:51
  3. QML tabs
    By user2704 in forum Newbie
    Replies: 0
    Last Post: 25th May 2012, 18:03
  4. Color Tabs
    By FoleyX90 in forum Newbie
    Replies: 20
    Last Post: 1st May 2010, 00:28
  5. Firefox-like tabs
    By sdfisher in forum Qt Programming
    Replies: 7
    Last Post: 10th March 2007, 06:51

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.