Changeset 4301 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Jun 23, 2012, 11:46:56 AM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

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

    r4299 r4301  
    4242
    4343#include "graphwin.h"
     44#include "polarplot.h"
    4445
    4546using namespace std;
     
    5455  int ww = QFontMetrics(font()).width('w');
    5556
     57  _polarPlot = new t_polarPlot(this);
     58
    5659  // Dialog Layout
    5760  // -------------
     
    6366
    6467  QVBoxLayout* mainLayout = new QVBoxLayout(this);
     68  mainLayout->addWidget(_polarPlot);
    6569  mainLayout->addLayout(buttonLayout);
    6670
  • TabularUnified trunk/BNC/src/rinex/graphwin.h

    r4299 r4301  
    2929#include <QtGui>
    3030
     31class t_polarPlot;
     32
    3133class t_graphWin : public QDialog {
    3234
     
    4648
    4749  private:
    48    QPushButton*   _buttonOK;
     50   QPushButton* _buttonOK;
     51   t_polarPlot* _polarPlot;
    4952};
    5053
Note: See TracChangeset for help on using the changeset viewer.