Tagged Questions

0
votes
0answers
29 views

DllMain and Qt Mfc Migration

Hello 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 ba …
0
votes
1answer
31 views

Deleting QWinWidget

Hello 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? The thing is that I want all of my ope …
0
votes
0answers
42 views

Minimizing Mfc application with open Qt dialog

Hello I am using QtWinMigrate solution to show dialogs from my plugin dlls that are loaded in third party Mfc application. The problem is the following : When I minimize the mai …
1
vote
1answer
243 views

MFC Control in a Qt Tab Widget

I'm working on a project that is using the Qt/MFC Migration Framework and I'm trying to reuse some existing MFC controls inside of a Qt dialog. Does anyone know if it is possible …
0
votes
0answers
72 views

Resizing Mfc dialog with embeded QWinWidget

Hello I asked my question on qt centre forum, but no answer yet. Hope someone will know something about this. I have an Mfc dialog with QWinWidget inside it. When I resize my di …
0
votes
3answers
195 views

QWinWidget Inside MFC Dialog Not Repainting or Responding to Tab/Arrow keys

I am using a QWinWidget inside of an MFC dialog and the QWinWidget is not drawing itself correctly and it is not handling keyboard input correctly. Repainting [Unsolved] Within t …