Changeset 4308 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Jun 23, 2012, 1:41:16 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/rinex/reqcanalyze.cpp ΒΆ
r4307 r4308 84 84 //////////////////////////////////////////////////////////////////////////// 85 85 void 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 } 92 94 } 93 95
Note:
See TracChangeset
for help on using the changeset viewer.