Hey guys,

I'm working on embedding Gecko in a QT app using GtkMozEmbed. With Qt 4.2 now using the glib event loop I want to integrate Gtk based widgets with my qt apps, in the same process. Has anyone had good success with that? Or do i still need to use QX11EmbedContainer? I have a simple app i found googling that uses both QT and Gtk in the same app. Showing a qt window with a button, that when clicked will launch a gtk window with a button, that goes back the other direction.

A simple question would be has anyone been able to do something like display a window with two buttons, one using QT and one using Gtk side by side in the initial qt window? Is there any particular technique to say, building a class extending QWidget that the gui components within are all built using Gtk, that would allow me to instantiate it in any other qt app and display it?

Thanks,
Chuck