yeah right, but it would be a lot more simple to monitor it internal and periodically (eg. via pretty standard old-POSIX fstat()) while the external editor QProcess is up and running and close it when it terminates (you'll have to watch for the process anyway, so using inotify/fanotify might look overkill :)
yeah right, but it would be a lot more simple to monitor it internal and periodically (eg. via pretty standard old-POSIX fstat()) while the external editor QProcess is up and running and close it when it terminates (you'll have to watch for the process anyway, so using inotify/fanotify might look overkill :)
thanks anyway