Changeset 4329 in ntrip for trunk/BNC/src/rinex/polarplot.cpp


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

Legend:

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

    r4328 r4329  
    2323
    2424#include "polarplot.h"
     25#include "graphwin.h"
    2526
    2627// Draw Symbols (virtual) - change symbol's color
     
    108109  grid->attach(this);
    109110
    110   _colorMap = new t_colorMap();
    111   QwtScaleWidget* colorScale = new QwtScaleWidget(this);
    112   colorScale->setAlignment(QwtScaleDraw::RightScale);
    113   colorScale->setColorBarEnabled(true);
    114   colorScale->setColorMap(QwtInterval(0.0,1.0), _colorMap);
    115 
    116111  // Curves
    117112  // ------
Note: See TracChangeset for help on using the changeset viewer.