Can someone help me understand what are the problems when running multiple QApplication in Qt for embedded Linux? Please provide me with documentation on mailing streams.
When I looked at some of the letters on the mailing lists, I saw a few comments that say that running multiple QApplication in Qt is not supported by the design and why is it required at all? How can I understand this more clearly?
However, while reading the Qt for Linux Embedded Architecture document, I did not find anything that suggests that we should not run multiple QApplication instances QApplication the same time.
I run two QApplication on the Embedded Linux platform (and not on a PC) and one of them is in full screen. One that is in fullScreen mode does not receive keyboard focus, even if it accepts mousePress events. If the same application is running in normalMode , it receives a mousePress event, followed by focusInEvent`.
Can anyone provide pointers to it?
source share