Results 1 to 3 of 3

Thread: HIWebView

  1. #1
    Join Date
    Sep 2006
    Posts
    6
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default HIWebView

    Hi,
    I'm using HIWebView inside a QStackedWidget which is inside a QSplitter ....
    The problem is that the HIWebView gets displayed in the lower left corner of the
    mainwindow instead of the upper right.

    Any hint ?

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: HIWebView

    Just to assure,
    J-P Nurmi

  3. #3
    Join Date
    Sep 2006
    Posts
    6
    Thanks
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11

    Default Re: HIWebView

    I tried both in a QWidget and as child of a centralwidget .

    And widgets where added with addWidget not insertWidget.

    To be more precise I first created a WebWidget following qq20 and then used this in a tree :

    QSplitter <- QStackedWidget <- WebWidget.

    Since the post I did other tests. The WebWidget does not like to be in QSplitters or QStackedWidget. It is ok to add it to a QLayout (but not a nested layout).

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.