Changeset 4301 in ntrip for trunk/BNC/src/rinex/graphwin.cpp


Ignore:
Timestamp:
Jun 23, 2012, 11:46:56 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.