[Qt] Delivering Embedded Panda3D in Qt (X11 / Windows)

I had some problems with QEvents in the Panda part of the window, the Panda seems to be very territorial…ha
I’ve been working on a type of scene viewer/editor, but I do things in another way than you do. I make a QMainWindow and set the Panda WindowProperties parent to the QMainWindow centralWidget, then I have the Panda main loop that calls qApp.processEvents();

I’m okay with this since I wanted to use the Panda events in the Panda window.

There is a post, started by someone else who wanted to use Panda with Qt and I made some comments there about how I was doing things and problems.

perhaps you have seen it already…
[url]Panda 3D and Qt with C++]

edit
Ha… I just looked over the all of that post again and I see you had already found it and replied there