Changeset 4450 in ntrip for trunk/BNC/src/rinex/graphwin.cpp


Ignore:
Timestamp:
Jul 29, 2012, 5:18:09 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/graphwin.cpp

    r4444 r4450  
    4747// Constructor
    4848////////////////////////////////////////////////////////////////////////////
    49 t_graphWin::t_graphWin(QWidget* parent, const QVector<QWidget*>& plots,
     49t_graphWin::t_graphWin(QWidget* parent, const QString& fileName,
     50                       const QVector<QWidget*>& plots,
    5051                       const QwtInterval scaleInterval) :  QDialog(parent) {
     52
     53  _fileName = fileName;
    5154
    5255  this->setAttribute(Qt::WA_DeleteOnClose);
    5356
    54   setWindowTitle(tr("BNC Plot"));
     57  setWindowTitle("Multipath Analyses: " + _fileName);
    5558
    5659  int ww = QFontMetrics(font()).width('w');
Note: See TracChangeset for help on using the changeset viewer.