Hi,
I'am trying to get a general sense of how i could use the functionality of QMdiArea with QGraphicsScene. The idea is to be able to animate my QDialog but also manage them inside QMdiArea. However the Qwidget can only be added to the QGraphicsScene(scene->addWidget) or QMdiArea(myarea->addSubWindow) but not both. Inheritance didnt work, I could have a list of my Qwidget that i move from one to the other but doesnt sound right.
thanks
Bookmarks