Changeset 4347 in ntrip
- Timestamp:
- Jun 24, 2012, 4:32:48 PM (12 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/graphwin.cpp
r4337 r4347 69 69 _colorScale->setColorBarEnabled( true ); 70 70 71 QwtText title( " Intensity" );71 QwtText title( "Meters" ); 72 72 QFont font = _colorScale->font(); 73 73 font.setBold( true ); -
trunk/BNC/src/rinex/reqcanalyze.cpp
r4346 r4347 102 102 t_graphWin* graphWin = new t_graphWin(0, plots); 103 103 104 graphWin-> exec();104 graphWin->show(); 105 105 } 106 106 }
Note:
See TracChangeset
for help on using the changeset viewer.