mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
XTicker Fix #2 - Temporary show hours after date
This commit is contained in:
parent
83de75c3df
commit
5df4fb96f8
@ -175,8 +175,8 @@ void gXAxis::paint(gGraph & w,int left,int top, int width, int height)
|
|||||||
|
|
||||||
if (fitmode==0) {
|
if (fitmode==0) {
|
||||||
int d=(j/1000);
|
int d=(j/1000);
|
||||||
QDateTime dt=QDateTime::fromTime_t(d);
|
QDateTime dt=QDateTime::fromTime_t(d).toUTC();
|
||||||
tmpstr=dt.toString("MMM dd");
|
tmpstr=dt.toString("MMM dd hh");
|
||||||
//} else if (fitmode==0) {
|
//} else if (fitmode==0) {
|
||||||
// tmpstr=QString("%1 %2:%3").arg(dow[d]).arg(h,2,10,QChar('0')).arg(m,2,10,QChar('0'));
|
// tmpstr=QString("%1 %2:%3").arg(dow[d]).arg(h,2,10,QChar('0')).arg(m,2,10,QChar('0'));
|
||||||
} else if (fitmode==1) { // minute
|
} else if (fitmode==1) { // minute
|
||||||
|
Loading…
Reference in New Issue
Block a user