Hello,
is there a way to set the window icon for a QGraphicsProxyWidget?

I've tried to set it via
Qt Code:
  1. widget()->setWindowIcon(QIcon(...));
To copy to clipboard, switch view to plain text mode 
and also by
Qt Code:
  1. QApplication::setWindowIcon(QIcon(...));
To copy to clipboard, switch view to plain text mode 

..but still the Qt-Icon shows, which is neat, but I want to show my own icon.

any ideas?

Thanks in advance!