Hello,

I am trying to output some graphical items (circles, rectangles, etc...) on a QGraphicsView object. For that purpose, I created a QGraphicsView object in the main window form. How do I get to make it output the graphical content of the QGraphicsScene?

Thank you very much!