How to display specific part from website?
-
wrote on 13 Jan 2011, 10:11 last edited by
Sure, that should be possible I think.
-
wrote on 13 Jan 2011, 10:33 last edited by
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.
-
wrote on 13 Jan 2011, 11:27 last edited by
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.
-
wrote on 13 Jan 2011, 12:32 last edited by
What about just loading http://search.yahoo.com/?
-
wrote on 13 Jan 2011, 13:51 last edited by
[quote author="Volker" date="1294921927"]What about just loading http://search.yahoo.com/?[/quote]
That would be to easy Volker :)
-
wrote on 14 Jan 2011, 04:53 last edited by
mario solution is interesting
-
wrote on 14 Jan 2011, 07:43 last edited by
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.
-
wrote on 14 Jan 2011, 09:08 last edited by
nice job dude! :)
-
wrote on 16 Jan 2011, 18:00 last edited by
[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.
-
wrote on 23 Jan 2011, 12:39 last edited by
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
13/13