PDA

View Full Version : how to set the position of external program in QProcess()



wagmare
1st December 2008, 09:50
hi friends/experts,
i am spawning a external program execution in my app QProcess and working fine but can i set the position of that external execution to a prescribed position by my code .... please help me ....

ktk
1st December 2008, 21:02
hi friends/experts,
i am spawning a external program execution in my app QProcess and working fine but can i set the position of that external execution to a prescribed position by my code .... please help me ....

Positioning windows is the task of the window manager and not "enforcable" in general.

Having said that, on X11 passing -geometry +<xoffset>+<yoffset> on the commandline often helps,