Hello,

I couldn't find in the Qt help any class that encapsulates command line argument parsing (like getopt(3) or getopt_long(3).
Is there anything like this or I have to use one of the above methods?

THX for your help