How to force WebKit (in QtWebView) to use actual windows for HTML elements?
There is windowful video playing plugin (with gstreamer inside). I want things to be placed atop of it.
Can WebKit be forced to use real windows for non-embeds? Can in control their z-order?
Currently even if I intersect two windowful embeds they get random z-order 开发者_运维问答disregarding my "z-index" CSS property.
精彩评论