I am looking for a command line parser for Qt4.
I did a small google search, and found this: http://www.froglogic.com/pg?id=PublicationsFreeware&category=getopt how
Since Qt 5.2 you can finally find a solution in QtCore itself: I contributed QCommandLineParser there.