Changeset 4450 in ntrip for trunk/BNC/src/rinex/graphwin.cpp
- Timestamp:
- Jul 29, 2012, 5:18:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/graphwin.cpp
r4444 r4450 47 47 // Constructor 48 48 //////////////////////////////////////////////////////////////////////////// 49 t_graphWin::t_graphWin(QWidget* parent, const QVector<QWidget*>& plots, 49 t_graphWin::t_graphWin(QWidget* parent, const QString& fileName, 50 const QVector<QWidget*>& plots, 50 51 const QwtInterval scaleInterval) : QDialog(parent) { 52 53 _fileName = fileName; 51 54 52 55 this->setAttribute(Qt::WA_DeleteOnClose); 53 56 54 setWindowTitle( tr("BNC Plot"));57 setWindowTitle("Multipath Analyses: " + _fileName); 55 58 56 59 int ww = QFontMetrics(font()).width('w');
Note:
See TracChangeset
for help on using the changeset viewer.