summaryrefslogtreecommitdiffstats
path: root/src/boxplotchart/boxwhiskers_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boxplotchart/boxwhiskers_p.h')
-rw-r--r--src/boxplotchart/boxwhiskers_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boxplotchart/boxwhiskers_p.h b/src/boxplotchart/boxwhiskers_p.h
index 0168c19a..dfea6235 100644
--- a/src/boxplotchart/boxwhiskers_p.h
+++ b/src/boxplotchart/boxwhiskers_p.h
@@ -55,6 +55,7 @@ public:
void setPen(const QPen &pen);
void setLayout(const BoxWhiskersData &data);
void setBoxOutlined(const bool outlined) { m_boxOutlined = outlined; }
+ void setBoxWidth(const qreal width);
void mousePressEvent(QGraphicsSceneMouseEvent *event);
void hoverEnterEvent(QGraphicsSceneHoverEvent *event);
@@ -87,6 +88,7 @@ private:
QPen m_medianPen;
QPen m_outlinePen;
bool m_boxOutlined;
+ qreal m_boxWidth;
BoxWhiskersData m_data;
QSizeF m_domainSize;
QRectF m_middleBox;