PDA

View Full Version : Web browser on Mac OS



pkloc
21st March 2007, 22:40
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.

patrik08
21st March 2007, 23:39
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/viewvc/qt-webdav/html_editor/ based on class QTextBrowser switch to view mode ... if you build.... the diff you can edit image table font ecc..

wysota
22nd March 2007, 02:21
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 (http://labs.trolltech.com/page/Projects/Internet/WebKit) to Qt. I don't know how usable it is now, but maybe it's worth checking out.