Hello all,

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.

Environment: Win XP, Python 2.6.2, PyQt 4.7, SIP 4.10 ,QT 4.6.2

Thanks for any help!

- Tom

Attachment: dialog_test.py
Description: Binary data

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to