Changeset 6261 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 28, 2014, 9:16:15 AM (10 years ago)
- Location:
- trunk/BNC/src/rinex
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/availplot.cpp
r4669 r6261 42 42 #include <qwt_text.h> 43 43 #include <qwt_legend.h> 44 #include <qwt_plot_canvas.h> 44 45 45 46 #include "availplot.h" … … 75 76 76 77 setCanvasBackground(QColor(Qt::white)); 78 canvas()->setFrameStyle(QFrame::NoFrame | QFrame::Plain); 77 79 78 80 // Axes -
trunk/BNC/src/rinex/dopplot.cpp
r4719 r6261 43 43 #include <qwt_legend.h> 44 44 #include <qwt_plot_marker.h> 45 #include <qwt_plot_canvas.h> 45 46 46 47 #include "dopplot.h" … … 64 65 65 66 setCanvasBackground(QColor(Qt::white)); 67 canvas()->setFrameStyle(QFrame::NoFrame | QFrame::Plain); 66 68 67 69 // Axes -
trunk/BNC/src/rinex/eleplot.cpp
r4665 r6261 43 43 #include <qwt_legend.h> 44 44 #include <qwt_plot_marker.h> 45 #include <qwt_plot_canvas.h> 45 46 46 47 #include "eleplot.h" … … 64 65 65 66 setCanvasBackground(QColor(Qt::white)); 67 canvas()->setFrameStyle(QFrame::NoFrame | QFrame::Plain); 66 68 67 69 // Axes
Note:
See TracChangeset
for help on using the changeset viewer.