Re: Web browser on Mac OS
Quote:
Originally Posted by
pkloc
Hello everyone. I am new to Qt and new to this forum.
Is there a similar way to do this using Qt? Perhaps there is a way to tie into Safari.
The QT browser is exact the same as the ready sample browser on your MAC XCode 2.2 sample... (no java script support!)
the same sample you can browse code .. (no java script support!)
http://qt-webdav.svn.sourceforge.net...v/html_editor/ based on class QTextBrowser switch to view mode ... if you build.... the diff you can edit image table font ecc..
Re: Web browser on Mac OS
Quote:
Originally Posted by
pkloc
Hello everyone. I am new to Qt and new to this forum.
I was wondering whether there is a way to implement a web browser on a Mac using Qt. I was looking at the ActiveQt Web browser example that implements a fully functional Web Browser application using the Microsoft Web Browser ActiveX control.
Is there a similar way to do this using Qt? Perhaps there is a way to tie into Safari.
The Trolls are backporting WebKit to Qt. I don't know how usable it is now, but maybe it's worth checking out.