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