Hello,
I want to start an application with QProcess with some files as arguments.
As every application has it's own parameters, I was wondering if there is a common interface which can be used to ease the pain?
k3b runs like this :
Qt Code:
  1. k3b --data file1 file2 file3
To copy to clipboard, switch view to plain text mode 
and file-roller has this :
Qt Code:
  1. file-roller -d file1 file2 file3
To copy to clipboard, switch view to plain text mode 

Thank you.