I has the old MFC application that works with millions of graphic objects. As a first step and proof of concept, I like to use QGraphicsScene from Qt. But I need the following: 1) to draw the Qt graphics in a MFC view 2) to translate the MFС events to QGraphicsScene events Is it possible? And how to be the simplest? --