mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Tweak format of date bar on Daily page slightly.
This commit is contained in:
parent
cd30fd73ab
commit
edfbb692e9
@ -1559,12 +1559,14 @@ QString gGraphView::getRangeString()
|
|||||||
|
|
||||||
QDate std = st.date();
|
QDate std = st.date();
|
||||||
QDate etd = et.date();
|
QDate etd = et.date();
|
||||||
|
|
||||||
// Format if Begin and End are on different days
|
// Format if Begin and End are on different days
|
||||||
if (std != etd) {
|
if (std != etd) {
|
||||||
QString txt = st.toString(" d MMM [ HH:mm:ss") + " - " + et.toString("HH:mm:ss ] d MMM yyyy");
|
QString txt = st.toString(" d MMM [ HH:mm:ss") + " - " + et.toString("HH:mm:ss ] d MMM yyyy");
|
||||||
return txt;
|
return txt;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Range is within one (local) day
|
||||||
qint64 diff = m_maxx - m_minx;
|
qint64 diff = m_maxx - m_minx;
|
||||||
QString fmt;
|
QString fmt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user