Re: [Qt5-feedback] Command line parser in QtCore?

2011-10-22 Thread Craig.Scott
Number of parameters for flag is controlled by the last parameter to addSupportedFlag(), which is of type QStringList. If this string list is empty, the flag accepts no parameters. If it is non-empty, then the flag accepts the same number of parameters as there are items in the string list. The

Re: [Qt5-feedback] Command line parser in QtCore?

2011-10-22 Thread Иван Комиссаров
22.10.2011, в 13:00, craig.sc...@csiro.au написал(а): Number of parameters for flag is controlled by the last parameter to addSupportedFlag(), which is of type QStringList. If this string list is empty, the flag accepts no parameters. If it is non-empty, then the flag accepts the same

Re: [Qt5-feedback] [Development] Command line parser in QtCore?

2011-10-22 Thread Craig.Scott
On 22/10/2011, at 10:44 PM, Thiago Macieira wrote: On Saturday, 22 de October de 2011 11:29:38 craig.sc...@csiro.au wrote: With that out of the way, I've put the class definition up on pastebin for comment. I've withheld the implementation until I've had a chance to clear it with our legal

Re: [Qt5-feedback] QDateTime and QLocale

2011-10-22 Thread John Layt
On Friday 21 Oct 2011 19:27:25 lars.kn...@nokia.com wrote: Hmmm I wonder if there isn't a way to get this to a reasonable size. It sounds weird that the index into the data is 20 times bigger than the data itself. It's because a lot of the data is duplicated for variants of the same

Re: [Qt5-feedback] QDateTime and QLocale

2011-10-22 Thread John Layt
On Friday 21 Oct 2011 19:07:09 Andre Somers wrote: Op 20-10-2011 22:36, John Layt schreef: I have now completed most of the Calendar System framework and think it's close to ready for an initial review. The code is at the usual place: