[Qt-interest] Multiple Process
Yuvraj
yuvraj.ragupathi at indieontech.com
Mon Mar 22 06:16:18 CET 2010
linux newbie wrote:
> can you provide me an example?
>
> On Mon, Mar 22, 2010 at 3:52 PM, Yuvraj
> <yuvraj.ragupathi at indieontech.com
> <mailto:yuvraj.ragupathi at indieontech.com>> wrote:
>
> linux newbie wrote:
>
> Hi,
> In my embedded application (using QWS), I need to manage
> different applications.
> For example, my qws server application has to bring up new Qt
> client application on pressing ALT+F2 (now server application
> has to be hidden). and on pressing ALT+F1 , the server
> application has to come foreground(client application on
> background).
> Any suggestions on how to do this?
> Thanks
> ------------------------------------------------------------------------
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com <mailto:Qt-interest at trolltech.com>
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
>
> you can use signals(Linux) .
>
> Thanks
>
> Yuvraj
>
>
create two process
process one --->server application
process two --- > client application
Signal(
in each process ,monitor key press event. if key is pressed raise a
signal to do your task,using kill system call.
I am not sure,this may help you
Thanks
Yuvraj
More information about the Qt-interest-old
mailing list