Hi,
https://bugreports.qt-project.org/browse/QTBUG-40881 might be related?
Regards,
Friedemann
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development
>> Hello, I have a problem with event loop. I am creating DLL which I am
>> injecting into MFCapplication – my dll spawns a qt window. it works fine,
>> except ‘input’ to spawned window is blocked: for ex. i have edit box, i am
>> typing into it and nothing happens – unless, I resize / minimalzie w
On Sunday 19 October 2014 19:12:29 Arkadiusz Szulakiewicz wrote:
> Hello, I have a problem with event loop. I am creating DLL which I am
> injecting into MFCapplication – my dll spawns a qt window. it works fine,
> except ‘input’ to spawned window is blocked: for ex. i have edit box, i am
> typing
Hello, I have a problem with event loop. I am creating DLL which I am injecting
into MFCapplication – my dll spawns a qt window. it works fine, except ‘input’
to spawned window is blocked: for ex. i have edit box, i am typing into it and
nothing happens – unless, I resize / minimalzie window the