repository for casafeather app
Source
25
25
26
26
#include "FeatherPlot.h"
27
27
#include <guitools/Feather/ExternalAxisControl.h>
28
28
#include <guitools/Feather/ExternalAxis.h>
29
29
#include <guitools/Feather/ExternalAxisControlLeft.h>
30
30
#include <guitools/Feather/ExternalAxisControlRight.h>
31
31
#include <guitools/Feather/ExternalAxisControlBottom.h>
32
32
#include <guitools/Feather/FeatherCurve.h>
33
33
#include <stdcasa/UtilJ.h>
34
34
#include <QHBoxLayout>
35
-
#include <qwt/qwt_text.h>
35
+
#include <qwt_text.h>
36
36
37
37
using namespace casacore;
38
38
namespace casa {
39
39
40
40
const QString FeatherPlot::Y_EQUALS_X = "y=x";
41
41
42
42
FeatherPlot::FeatherPlot(QWidget* parent):QwtPlot( parent ),
43
43
externalLegend( NULL), lineThickness(1),
44
44
dotSize(1), AXIS_COUNT(3) {
45
45