Hi, All. I have already embedded a "rdesktop" (Windows (R) Remote Desktop Client) in a common QWidget using rdesktop's parameter -X (winID) and extracting this information directly from QWidget ( widget->winId(); ).
Now I want to do some fancy stuff like switching among several remote desktop sessions in a QGraphicsScene environment. So I started to try using the same QWidget, but inside a QGraphicsProxyWidget, so the rdesktop's QWidget could be presented as a QGraphicsItem with all sorts of deformations possible on to it. But I couldn't. The QProcess that usually started "rdesktop" inside a common QWidget, now refuses to start, aborting with an error code of 255. Any ideas? Should I use another "winId()"? I'm using Qt 5.9.6 in a Linux machine. Thanks! Francisco
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest