Qt Code:
  1. container->embedClient(0x221072f); //here is a win ID
  2. container->show();
To copy to clipboard, switch view to plain text mode 
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!