Quote Originally Posted by Tepi View Post
I'll use QProcess then. Although it would seem quite logical to be able to launch also executables with QDesktopServices, but that's only my opinion
Why? This class is for opening a datafile with a program. In my system I can have a default file handler for .exe files to be set to open them in a hex editor or something. What should QDesktopServices do if I passed it such an exe file? Open it in the hex editor or run the executable?