Changeset 4347 in ntrip


Ignore:
Timestamp:
Jun 24, 2012, 4:32:48 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

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

    r4337 r4347  
    6969  _colorScale->setColorBarEnabled( true );
    7070
    71    QwtText title( "Intensity" );
     71   QwtText title( "Meters" );
    7272   QFont font = _colorScale->font();
    7373   font.setBold( true );
  • trunk/BNC/src/rinex/reqcanalyze.cpp

    r4346 r4347  
    102102    t_graphWin* graphWin = new t_graphWin(0, plots);
    103103
    104     graphWin->exec();
     104    graphWin->show();
    105105  }
    106106}
Note: See TracChangeset for help on using the changeset viewer.