Tomasz (17th August 2010)
Hi,
I've similar question. I would like to use widget in QGraphicsScene and manage what is shown on top (close button, title, etc.). But then there are some ambiguities. If I add widget using QGraphicsScene::addWidget(), widget (e.g. QDialog) is alway without frame (and buttons, title on top), regardless on flags. But if I use QGraphicsScene::addItem() to QGraphicsProxyWidget which I create from e.g. QDialog, widget shown on scene is always with frame regardless on flags.
Aren't flags supported inside QGraphicsScene? Or am I doing something wrong? Some ideas?
Thanks.
Bookmarks