Sharma, Ashish wrote:
>   
> 2. Is there a direct non GUI QT class or component that is probably used by 
> QWebPage that I can use for above mentioned purpose?
>   

I guess GUI is an inherent part of graphically rendering web pages. If, 
by non-GUI, you mean classes that do not depend on widgets that are 
painted on a screen, then QWebPage is the class you are looking for. 
This is a general web page renderer which can render to any device, such 
as a screen, an image, a printer or a .pdf-file.

Or are you only looking to get the structure of the web page so that you 
can render it yourself?

> 3. Solution may not be restricted to java language(Jambi), QT C++ solution 
> too are welcome as I am open to writing my own JNI interface.
>   

The C++ and Java APIs in Qt should be identical in this respect.


-- Eskil

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to