Results 1 to 3 of 3

Thread: Filter QWebView to show only selected objects.

  1. #1
    Join Date
    Apr 2011
    Location
    Gurgaon
    Posts
    32
    Thanks
    6
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Post Filter QWebView to show only selected objects.

    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.

  2. #2
    Join Date
    Apr 2011
    Location
    Gurgaon
    Posts
    32
    Thanks
    6
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Filter QWebView to show only selected objects.

    Please suggest me ..

  3. #3
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Filter QWebView to show only selected objects.

    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,
    _

  4. The following user says thank you to anda_skoa for this useful post:

    anupam (25th February 2014)

Similar Threads

  1. To filter QFiledialog with the directory selected.
    By merry in forum Qt Programming
    Replies: 2
    Last Post: 30th September 2011, 06:44
  2. QTreeView show-decoration-selected has no effect
    By stefanadelbert in forum Qt Programming
    Replies: 3
    Last Post: 2nd July 2010, 00:42
  3. Show selected rows
    By mpi in forum Qt Programming
    Replies: 3
    Last Post: 23rd June 2010, 02:59
  4. Determining selected filter on getSaveFileName
    By Vash5556 in forum Qt Programming
    Replies: 4
    Last Post: 23rd June 2009, 20:21
  5. Replies: 2
    Last Post: 4th February 2008, 12:00

Tags for this Thread

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.