Hello all,<br><br>I've been trying to embed a
QColorDialog into a QGraphicsScene using a QProxyWidget. This works as
expected with a QFileDialog, but with a QColorDialog a second window is
created for the color dialog, though the dialog is rendered inside of
the graphics scene. Dragging around this extra window moves the dialog
inside the graphics scene. I've attached a simple code snippet that
demonstrates the issue, just change the commenting on the lines with the
dialog creation to switch between QFileDialog and QColorDialog.<br>
<br>Environment: Win XP, Python 2.6.2, PyQt 4.7, SIP 4.10 ,QT 4.6.2<br><br>Thanks
for any help!<br><font color="#888888"><br>- Tom</font>