Hi guys,
After having spent considerable time trying to debug this myself,
I have decided to post a question here.
I'm trying to embed a non-Qt X11 application into my own application
using QX11EmbedContainer. I'm using Qt4. Example:
QX11EmbedContainer *test=new QX11EmbedContainer(parent);
QProcess *process=new QProcess(test);
process->start(QString("/usr/bin/xclock"));
What happens is that the container widget is created perfectly, xclock
appears on the screen, but not inside the container. I read there are
keyboard focus limitations, but at least the xclock window should be
reparented if I am not mistaken. Other X11 tools (even qtconfig)
behave in the same manner.
I would be very grateful if someone could shed some light onto this!
Martin
Bookmarks