Re: [Development] QCommandLineParser

2013-08-01 Thread Thiago Macieira
On quinta-feira, 1 de agosto de 2013 11:13:46, David Faure wrote: > About the naming: -geometry is indeed a system (X11) option, but > -stylesheet, -graphicssystem, -qmljsdebugger, -reverse and many more are > really options that are only available because the application is using Qt. > So --help-

Re: [Development] QCommandLineParser

2013-07-30 Thread Andreas Aardal Hanssen
he foot if they want to accept a list of values. > > > Jan-Arve > > > -Original Message- > > From: development-bounces+jan-arve.saether=digia@qt-project.org > > [mailto:development-bounces+jan-arve.saether=digia@qt-project.org] > > On Behalf Of D

Re: [Development] QCommandLineParser

2013-07-29 Thread Thiago Macieira
On segunda-feira, 29 de julho de 2013 20:38:38, David Faure wrote: > * later if we want to use QCommandLineParser for the builtin qapp options, > qcoreapp would create its own *separate* instance, and register it > internally in qcoreapp (not public, unlike the previous idea). And the > magic is

Re: [Development] QCommandLineParser

2013-07-29 Thread Thiago Macieira
On segunda-feira, 29 de julho de 2013 20:38:38, David Faure wrote: > Now Oswald suggests that apps *could* set up QLocale and QTranslator before > instanciating qapp, and therefore qapp could create a QCommandLineParser > instance and feed its options into it, and use it for parsing. Not sure how