[Kst] Combine date / time columns to one x-axis

Peter Kuemmel syntheticpp at gmx.net
Fri Nov 30 10:05:04 UTC 2012


-------- Original-Nachricht --------
> Datum: Fri, 30 Nov 2012 00:41:12 +0100 (CET)
> Von: Nicolas Brisset <nicolas.brisset at free.fr>
> An: kst at kde.org
> Betreff: Re: [Kst] Combine date / time columns to one x-axis

> > The are two spaces between the two time columns which doesn't
> > work ATM, only one space.
> Couldn't we just pass the string through QString::simplified() in
> kst_atof.cpp?

Or we use as size of the format string:
https://github.com/syntheticpp/kst/blob/master/src/datasources/ascii/kst_atof.cpp#L215

QString::fromLatin1(p, p + _formatString_size); 

then formats like "ddMM in yy,  hh:mm:ss zzz" are be possible.

>  
> Nicolas
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst


More information about the Kst mailing list