PDA

View Full Version : QX11EmbedContainer's problem, thanks for you help



ecbtnrt
2nd November 2010, 11:24
QX11EmbedContainer *container = new QX11EmbedContainer;
container->embedClient(0x221072f); //here is a win ID
container->show();

This code is alright I know.
The QX11EmbedContainer is a widget. If you put it on the other widget for example QGraphicsProxyWidget, it can't display anything.


Why?
Thank you!