efegea said:
If I have time, I'll try to do a simple browser based on webkit and Qt's opengl es accelerated graphicsview, so it gets iphone-like zooming feature. I can't promise anything, though, but I think it's possible.
There's a KPart for WebKit ("webkitkde"), so you can just make a normal KPart viewer (à la the Konqueror frontend, or Kate, etc) and you're done.
Otherwise, look at Arora, or just plain Konqueror+the KPart mentioned. Good stuff.
BTW: You tend to really like duplicating a lot of work, don't you? Look around in the open-source world first to see if your application already exists before making a new one