Changeset 4308 in ntrip


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

Legend:

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

    r4307 r4308  
    8484////////////////////////////////////////////////////////////////////////////
    8585void t_reqcAnalyze::slotDisplayGraph() {
    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);
    91   graphWin->show();
     86  if (((bncApp*) qApp)->mode() == bncApp::interactive) {
     87    QVector<t_polarPlot*> plots;
     88    t_polarPlot* plotMP1 = new t_polarPlot(0); plots << plotMP1;
     89    t_polarPlot* plotMP2 = new t_polarPlot(0); plots << plotMP2;
     90   
     91    t_graphWin* graphWin = new t_graphWin(0, plots);
     92    graphWin->show();
     93  }
    9294}
    9395
Note: See TracChangeset for help on using the changeset viewer.