Results 1 to 3 of 3

Thread: kde pid from window id and vice versa

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: kde pid from window id and vice versa

    If the you are doing this because you want a Qt application to prohibit multiple copies of itself then QtSingleApplication can do that for Qt applications.

    If you want a general, nothing-to-do-with-Qt, approach for X11 systems then I suggest you look at the source of xwininfo to get an idea how to traverse the window information. The "-all" option shows the PID probably using the approach here: http://unix.stackexchange.com/questi...his-x11-window
    The same information is visible using xprop.

  2. The following 3 users say thank you to ChrisW67 for this useful post:

    sky (26th October 2012)

Similar Threads

  1. reinterpretcast help . from struct to stream and vice-versa
    By tonnot in forum General Programming
    Replies: 4
    Last Post: 27th June 2011, 13:21
  2. Replies: 3
    Last Post: 13th May 2011, 13:46
  3. Replies: 0
    Last Post: 25th March 2010, 12:10
  4. conversion between string to hex and vice versa
    By mohanakrishnan in forum Newbie
    Replies: 2
    Last Post: 5th December 2009, 11:25
  5. Convert QByteArray to object and vice versa
    By DiamonDogX in forum Qt Programming
    Replies: 4
    Last Post: 20th July 2009, 20:07

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.