Showing posts with label options. Show all posts
Showing posts with label options. Show all posts

Monday, February 24, 2014

QCommandLineParser: an integrated way to treat command line options, new in Qt 5.2

A long awaited feature is available with the release of Qt 5.2.1: a command line parser, so for applications that need to accept command line options, a cross platform solution is finally available as part of the Qt framework itself, say good bye to relying on third parties libraries (for instance QtArg just to mention any of them).