Changeset 8556 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Dec 12, 2018, 2:01:19 PM (5 years ago)
Author:
mervart
Message:

Analyze more than two signals

File:
1 edited

Legend:

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

    r8555 r8556  
    672672
    673673    t_graphWin* graphWin = new t_graphWin(0, fileName, plots,
    674                                           &scaleTitle, &scaleInterval);
     674                                          &scaleTitle, &scaleInterval, false);
    675675
    676676    graphWin->show();
     
    748748    QVector<QWidget*> plots;
    749749    plots << plotA << plotZ << plotD;
    750     t_graphWin* graphWin = new t_graphWin(0, fileName, plots, 0, 0);
     750    t_graphWin* graphWin = new t_graphWin(0, fileName, plots, 0, 0, true);
    751751
    752752    int ww = QFontMetrics(graphWin->font()).width('w');
Note: See TracChangeset for help on using the changeset viewer.