Changeset 4301 in ntrip for trunk/BNC/src/rinex/graphwin.cpp
- Timestamp:
- Jun 23, 2012, 11:46:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/graphwin.cpp
r4299 r4301 42 42 43 43 #include "graphwin.h" 44 #include "polarplot.h" 44 45 45 46 using namespace std; … … 54 55 int ww = QFontMetrics(font()).width('w'); 55 56 57 _polarPlot = new t_polarPlot(this); 58 56 59 // Dialog Layout 57 60 // ------------- … … 63 66 64 67 QVBoxLayout* mainLayout = new QVBoxLayout(this); 68 mainLayout->addWidget(_polarPlot); 65 69 mainLayout->addLayout(buttonLayout); 66 70
Note:
See TracChangeset
for help on using the changeset viewer.