Results 1 to 6 of 6

Thread: QProcess and kfmclient exec problem

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: QProcess and kfmclient exec problem

    Blocking an application sounds brutal. Why don't you use QFileSystemWatcher to detect changes to the file?
    J-P Nurmi

  2. #2
    Join Date
    Jul 2007
    Posts
    35
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1

    Default Re: QProcess and kfmclient exec problem

    Quote Originally Posted by jpn View Post
    Blocking an application sounds brutal. Why don't you use QFileSystemWatcher to detect changes to the file?
    I don't want to watch changes of file. I want to be aware of closing of file. I want to open file and when file is closed i want to do other some works.QFileSystemWatcher is not agreeable for me.Thanks for your answer.

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.