Can someone help me understand what are the problems in running multiple QApplication
s on Qt for Embedded Linux? Please point me to some documentation of mailing-list threads.
While going through some of the mails in mailing lists, I have seen some comments which say that, running multiple QApplication
s in Qt is not supported by design and why at all it is required? How can I understand this more clearly?
However, while reading the document "Qt for Embedded Linux Architecture" I did not find anything which says that we should not run multiple QApplication
instances at the same time.
I am executing two QApplication
s on a Embedded Linux platform (not a PC) and one of them in full screen mode. The one which is in fullScreen
mode it is not getting keyboard focus, even though it receives mousePress
events. If same app is run in normalMode
, it gets the mousePress
event followed by focusInEvent`.
Can somebody provide pointers on it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…