Qt-interest Archive, December 2006
Qt and XUL
Message 1 in thread
Hi all,
I'd like to embed a browser in my application capable of processing XUL files, at the moment I found the Web Browser Example (ActiveQt) but this doesn't seem to work with XUL.
Do you have any idea on how to do that?
thanks in advance
bye
Message 2 in thread
Hi,
Emanuele Fumagalli wrote:
> I'd like to embed a browser in my application capable of processing XUL
> files, at the moment I found the Web Browser Example (ActiveQt) but this
> doesn't seem to work with XUL.
XUL is originally a mozilla technology; as such it is supported by
mozilla based applications, so I guess you could try embedding moz. into
your application. Another good place to look for links is
http://xul.sourceforge.net/index.html.
However, as XUL is just XML (used in conjunction with javascript) you
could try translating the XUL to the XML format that designer produces
and dynamically load this.
Tim
--
[ signature omitted ]