PDA

View Full Version : Filter QWebView to show only selected objects.



anupam
20th February 2014, 06:32
Hi Everyone,
I have a QWebView which is showing the web pages which I have loaded.
I want to show only some objects from that web page.

Such as My loaded web page is having a live streaming video . So i want to show only video nothing else, The screen is showing every thing on the web page.
Please help me .

Thanks in advance.

anupam
24th February 2014, 07:21
Please suggest me ..

anda_skoa
24th February 2014, 08:43
The API gives you access to the web page's DOM tree, so either remove the elements you don't need to hide them.
Or find the video element, get its values and load a simple page that only contains the video element.

Cheers,
_