Results 1 to 4 of 4

Thread: Plug-in widgets always on top in QWebPage

  1. #1
    Join Date
    Jun 2009
    Posts
    1
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Plug-in widgets always on top in QWebPage

    Hi,
    I'm using QtWebKit to develop an application. The main widget is a QWebView where a page is displayed. I'm using custom widgets to show information, using the QtWebKit plug-in infrastructure for that matter.
    However, the widgets are always on top of everything in the page. I would need them to be as any other HTML element: if something is shown with more z-index, that widget would be "under" it.
    Is there any way to achieve this?

    Thanks in advance

  2. #2

    Default Re: Plug-in widgets always on top in QWebPage

    I have the same problem here.
    z-index won't affect it.

  3. #3
    Join Date
    Jun 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Plug-in widgets always on top in QWebPage

    Any update on this issue? I'm still digging through the forum here to see if there's an answer somewhere.

    -Rick

  4. #4
    Join Date
    Jul 2011
    Posts
    1
    Qt products
    Qt4
    Platforms
    MacOS X

    Default Re: Plug-in widgets always on top in QWebPage

    The same problem.
    In other browser,the <object> element have a segament param named wmode
    Qt Code:
    1. <param name=”wmode” value=”transparent” />
    To copy to clipboard, switch view to plain text mode 
    who know how do process the param in our plugin.

Similar Threads

  1. Qt3 - Multiple transparent widgets
    By bythesea in forum Qt Programming
    Replies: 4
    Last Post: 11th September 2009, 11:24
  2. Mac OS X Top-Level Transparent Widgets
    By tinsuke in forum Qt Programming
    Replies: 0
    Last Post: 17th October 2008, 16:01
  3. Upper limit on number of widgets?
    By jdiewald in forum Qt Programming
    Replies: 1
    Last Post: 29th September 2008, 23:00
  4. Replies: 2
    Last Post: 16th May 2008, 14:39
  5. widgets behind hidden widgets not working
    By bpetty in forum Newbie
    Replies: 13
    Last Post: 7th September 2007, 20:23

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.