Changeset 4356 in ntrip for trunk/BNC/src/rinex/graphwin.h


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

Legend:

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

    r4349 r4356  
    3838  t_colorMap() : QwtLinearColorMap(Qt::darkBlue, Qt::yellow) {
    3939    addColorStop(0.05, Qt::blue);
    40     addColorStop(0.30, Qt::cyan);
    41     addColorStop(0.60, Qt::green);
    42     addColorStop(0.98, Qt::red);
     40//    addColorStop(0.30, Qt::cyan);
     41//    addColorStop(0.60, Qt::green);
     42    addColorStop(9.98, Qt::red);
    4343  }
    4444};
     
    5151
    5252 public:
    53   t_graphWin(QWidget* parent, const QVector<QWidget*>& plots);
     53  t_graphWin(QWidget* parent, const QVector<QWidget*>& plots,
     54             const QwtInterval scaleInterval);
    5455  ~t_graphWin();
    5556
Note: See TracChangeset for help on using the changeset viewer.