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


Ignore:
Timestamp:
Jun 23, 2012, 1:35:17 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4300 r4307  
    4747#include "bncpostprocess.h"
    4848#include "graphwin.h"
     49#include "polarplot.h"
    4950
    5051using namespace std;
     
    8384////////////////////////////////////////////////////////////////////////////
    8485void t_reqcAnalyze::slotDisplayGraph() {
    85   t_graphWin* graphWin = new t_graphWin(0);
     86  QVector<t_polarPlot*> plots;
     87  t_polarPlot* plotMP1 = new t_polarPlot(0); plots << plotMP1;
     88  t_polarPlot* plotMP2 = new t_polarPlot(0); plots << plotMP2;
     89
     90  t_graphWin* graphWin = new t_graphWin(0, plots);
    8691  graphWin->show();
    8792}
Note: See TracChangeset for help on using the changeset viewer.