How to display specific part from website?
-
i think you should analyze the Html code inside using DOM and then take the piece you need to view. it's not so simple.
-
You could probably create a widget wrapper over QWebPage that show only the geometry of the element.
For such a simple page, the idea of mario is way simpler and could work.
-
What about just loading http://search.yahoo.com/?
-
[quote author="Volker" date="1294921927"]What about just loading http://search.yahoo.com/?[/quote]
That would be to easy Volker :)
-
Actually, I've done an app with filtering capabilities by settting the display style to none and it works great.
The app shows a web page containing a table with sport matches. I added filtering buttons to support filtering the table. I also remove some links from the page by settings the display style.
-
[quote author="Volker" date="1294921927"]What about just loading http://search.yahoo.com/?[/quote]
@Volker: yahoo.com is just an example. I will use it to other website of course :) thanks anyway@all: thanks all for the clues. I'll try what mario & mohsen suggested.
-
I posted some examples of a few ways of doing this kind of webslicing a while back in my blog: http://www.kdedevelopers.org/node/4086