I want to build a DLL plugin for a 3rd party MFC-based application.The \"official\" way to do this is to build the plugin using MFC as wel开发者_如何学Cl.I\'m looking to see if it\'s possible to use a
I have used QGraphicsTextItem in my MFC applications for text editing, then converted the results to a bitmap to show in the view (screen). But it has issues when printing. For example, if I print to
I can draw Qt objects to an QImage and then draw the image to HDC or CDC. This may hurt our application\'s performance. It would be great if I can draw Qt objects directly to Win32 HDC or MFC CDC. I e
I am using the Mfc to Qt migration solution, to migrate my Mfc plugin to Qt. My Mfc plugin is loaded in third party Mfc app. Basically I am using the following example Qt based Application Extension :
I am using mfc to Qt migration and I am showing Qt dialogs in my Mfc app. Is it Ok to deleteLater QWinWidget in its winEvent handler?