############################################################################## ####################### Private implementation ############################### ##############################################################################
| 634 | // ####################### Private implementation ############################### |
| 635 | // ############################################################################## |
| 636 | BoxPlotPrivate::BoxPlotPrivate(BoxPlot* owner) |
| 637 | : PlotPrivate(owner) |
| 638 | , q(owner) { |
| 639 | setFlag(QGraphicsItem::ItemIsSelectable); |
| 640 | setAcceptHoverEvents(false); |
| 641 | } |
| 642 | |
| 643 | Background* BoxPlotPrivate::addBackground(const KConfigGroup& group) { |
| 644 | auto* background = new Background(QStringLiteral("background")); |