PDA

View Full Version : Getting QApplication instance from the executable



nikhilqt
6th July 2009, 12:40
Hi,

I have a query regarding getting QApplication/QCoreApplication handle while executing any of the Qt based executable. I mean, if exe is built and users executes it, and I want to get QApplication/QCoreApplication handle of that executable in another application.
I do not know whether it is feasible.;)

Or please suggest if any alternatives too.:)

Thanks in advance.

wysota
6th July 2009, 13:47
You can't.

nish
6th July 2009, 13:51
You can't.

i was just thinking for so long how to say this to him.:D

nikhilqt
7th July 2009, 10:16
Oh!! ok. Thanks for the reply. I just thought whether is there any way to reconstruct the object.