Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, October 1998
HTML widget


Message 1 in thread


<<< text/html: EXCLUDED >>>


Message 2 in thread

"Saif A. Warsi" <warsi@airnet.net> writes:

> We have a Qt based application running cross platform. We distribute help
> via html files and wanted to know if there is a Qt based HTML widget that
> we can fold in to display the help files. The html widget in KDE won't do
> as we don't want to distribute KDE libs with our application. Also, it
> would be a problem for non-UNIX machines.

  I don't know of one, but it is easy enough to just launch an external
browser.  The code in our app to deal with 4 different unix browsers (KFM,
Netscape, Grail, and Emacs/W3) and the windows stuff is only ~200 lines of
code.

-Bill P.


Message 3 in thread

On man, 26 okt 1998, Saif A. Warsi wrote about HTML widget:
>>Hello,
>
>We have a Qt based application running cross platform. We distribute
>help via html files and wanted to know if there is a Qt based HTML
>widget that we can fold in to display the help files. The html widget in
>KDE won't do as we don't want to distribute KDE libs with our
>application. Also, it would be a problem for non-UNIX machines.
>

You dont have to distribute KDE libs to use khtmlw. Just take what you need
and modify it as you please.

--
 [ signature omitted ] 

Message 4 in thread

    >> We have a Qt based application running cross platform. We distribute
help via html files and wanted to know if there is a Qt based HTML widget
that we can fold in to display the help files. The html widget in KDE won't
do as we don't want to distribute KDE libs with our application. Also, it
would be a problem for non-UNIX machines.

    I'm in the same boat!

    -Quang




Message 5 in thread

Hi,

On Mon, 26 Oct 1998, Quang Ngo wrote:

>     >> We have a Qt based application running cross platform. We distribute
> help via html files and wanted to know if there is a Qt based HTML widget
> that we can fold in to display the help files. The html widget in KDE won't
> do as we don't want to distribute KDE libs with our application. Also, it
> would be a problem for non-UNIX machines.

KDE libs and khtmlw are LGPL. So you are allowed to take khtmlw and the
needed sources of kdelibs. It should not be too difficult to make
khtmlw run without KDE libs installed.

Bye
Torben

>     I'm in the same boat!
> 
>     -Quang
> 
> -- 
> List archive and information: http://www.troll.no/qt-interest/
>