Skip to content
  • 0 Votes
    5 Posts
    3k Views
    M

    @grafzahl said:

    I also now use the system command.

    If you can, I suggest to use QProcess to run external commands. This for two reasons:

    QProcess is cross-platform (in the future you could want to build your application also on other platforms); You can have direct access to the standard out/err, ....