Results 1 to 2 of 2

Thread: how to set the position of external program in QProcess()

  1. #1
    Join Date
    Sep 2008
    Location
    Bangalore
    Posts
    659
    Thanks
    116
    Thanked 42 Times in 41 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Question how to set the position of external program in QProcess()

    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 ....

  2. #2
    Join Date
    May 2008
    Posts
    155
    Thanked 15 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: how to set the position of external program in QProcess()

    Quote Originally Posted by wagmare View Post
    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,

Similar Threads

  1. Replies: 3
    Last Post: 20th November 2014, 07:10
  2. shared vs static
    By alisami in forum Installation and Deployment
    Replies: 3
    Last Post: 4th October 2008, 13:04
  3. Replies: 16
    Last Post: 23rd May 2008, 10:12
  4. QT MySQL
    By sabeeshcs in forum Newbie
    Replies: 6
    Last Post: 12th January 2007, 04:19
  5. Link Errors
    By magikalpnoi in forum Qt Programming
    Replies: 5
    Last Post: 25th September 2006, 22:04

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.