MCPcopy Create free account
hub / github.com/CieNTi/serial_port_plotter / setDateTimeFormat

Method setDateTimeFormat

qcustomplot/qcustomplot.cpp:5915–5918  ·  view source on GitHub ↗

! Sets the format in which dates and times are displayed as tick labels. For details about the \a format string, see the documentation of QDateTime::toString(). Newlines can be inserted with "\n". \see setDateTimeSpec */

Source from the content-addressed store, hash-verified

5913 \see setDateTimeSpec
5914*/
5915void QCPAxisTickerDateTime::setDateTimeFormat(const QString &format)
5916{
5917 mDateTimeFormat = format;
5918}
5919
5920/*!
5921 Sets the time spec that is used for creating the tick labels from corresponding dates/times.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected