Hello.
In unix I can do kill <signal> <process> to send a specific signal to an application, is there any Qt tools for doing this on both *nix/windows/mac?

Or, is there a way to do this in unix only? I find a lot of un-related stuff when googling on "signal" in combination with Qt