PDA

View Full Version : Can a MDI SubWindow contains a QGraphicsView?



mut
25th June 2014, 15:25
Can a MDI SubWindow contains a QGraphicsView?

What happens to the QGraphicsView items when the SubWindow is resized?

anda_skoa
25th June 2014, 16:26
Can a MDI SubWindow contains a QGraphicsView?

Yes, QGraphicsView is a QWidget subclass and QMdiSubWindow can show one of those.



What happens to the QGraphicsView items when the SubWindow is resized?

Nothing.

Cheers,
_