Changeset 4980 in ntrip for trunk/BNC/src/bncfigureppp.cpp
- Timestamp:
- Mar 11, 2013, 2:56:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncfigureppp.cpp
r4974 r4980 305 305 if (_pppSPP == "Realtime-PPP") { 306 306 307 QString startStr = QString("%1 %2Start %3:%4:%5")307 QString startStr = QString("%1 & %2, Start %3:%4:%5") 308 308 .arg(_pppMount) 309 309 .arg(_pppCorrMount) … … 312 312 .arg(int(second), 2, 10, QChar('0')); 313 313 painter.setPen(QColor(Qt::black)); 314 painter.drawText(0, ww, pntP.x() + 21*ww, pntP.x(),314 painter.drawText(0, ww, pntP.x() + 31*ww, pntP.x(), 315 315 Qt::AlignRight, startStr); 316 316 }
Note:
See TracChangeset
for help on using the changeset viewer.