Embedding a wxWidgets app inside a Qt app
James Whitwell
jams at momento.com.au
Tue Jan 1 15:32:54 PST 2008
Hi,
We're currently trying to figure out what's the best way to integrate
our application, written in wx, with a client's application written in
Qt, both running on Windows. One of the methods they suggested was that
Qt has support for embedding ActiveX controls, so could we turn our app
into an ActiveX control. Has anybody done this with their wx app? It
sounds pretty difficult, but then again I don't know much about ActiveX
controls from the programming point of view. Our backup plan is to
launch our app like normal, and pass data files between the two apps,
but having it as a control (albeit a nearly full-window control, as our
app is quite complex), would be preferable, so we're looking for a more
seamless user experience.
Thanks,
James.
More information about the wx-users
mailing list