impagina / core

An experimental layout engine based on Scribus code.
GNU General Public License v2.0
5 stars 0 forks source link

choose a command line parser #5

Open aoloe opened 10 years ago

aoloe commented 10 years ago

since qt does not provide a command line parser, we should find one that fits our needs:

here is a longer discussion on the integration of a command line parser in QtCore: http://comments.gmane.org/gmane.comp.lib.qt.qt5-feedback/1805
and one on stackoverflow:
http://stackoverflow.com/questions/870258/command-line-parser-for-qt4

... if we need one at all...

mrmoje commented 10 years ago

If you need one at all....(a simple one that is)....checkout https://github.com/mrmoje/QArgParser

aoloe commented 10 years ago

thanks @mrmoje. using your tiny library indeed leads to more readable code... the day i start implementing "real" options i will take it in consideration.