fluidlauncher example: event management for forked process
-
Hi,
I've got Qt5.5 and the SVG fluidlauncher example built fine for an i.MX6 platform. I wanted to modify this example to launch custom apps. Although it mostly works just by modifying the config.xml, I face an issue where the background app (fluidlauncher) takes over the started app whenever an input event occurs (mouse movement/click).
How to tell the main app to forward every event to the other process? I thought QProcess::ForwardedChannels would take care of it but apparently not.
Not sure if the links below are up to date but the starting process options are the same:
https://github.com/openwebos/qt/blob/master/demos/embedded/fluidlauncher/demoapplication.cpp#L73
http://doc.qt.io/qt-4.8/qt-demos-embedded-fluidlauncher-demoapplication-cpp.htmlRegards,
Gary