Changeset 7684 in ntrip


Ignore:
Timestamp:
Jan 14, 2016, 1:23:27 PM (8 years ago)
Author:
weber
Message:

Added string "Start" to ppp displacements time series plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncfigureppp.cpp

    r6734 r7684  
    268268      // ----------
    269269      QString startStr = QString(_startTime.timestr(0).c_str());
     270      startStr = "Start " + startStr;
    270271      painter.setPen(QColor(Qt::black));
    271272      painter.drawText(0, ww, pntP.x() + 31*ww, pntP.x(), Qt::AlignRight, startStr);
Note: See TracChangeset for help on using the changeset viewer.