summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divetooltipitem.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2015-01-16 16:17:26 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-17 08:04:37 +1300
commit12dd46c1409dee7f09dcd970728681976459296e (patch)
treee56179fb64c4334badc612931e1dcccd39698c88 /qt-ui/profile/divetooltipitem.h
parent48a23b9b3ceb7cd6b9de0e2faad8845e6cdaf692 (diff)
downloadsubsurface-12dd46c1409dee7f09dcd970728681976459296e.tar.gz
Implement the paint method to draw the rounded rectangle.
The rectangle is now correct, but the collors are still wrong. I'm tracking that down - most probably I've set the wrong pen or brush ( or both ) somewhere. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divetooltipitem.h')
-rw-r--r--qt-ui/profile/divetooltipitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/divetooltipitem.h b/qt-ui/profile/divetooltipitem.h
index a383fecb3..6235ec8d9 100644
--- a/qt-ui/profile/divetooltipitem.h
+++ b/qt-ui/profile/divetooltipitem.h
@@ -43,6 +43,7 @@ public:
void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
void setTimeAxis(DiveCartesianAxis *axis);
void setPlotInfo(const plot_info &plot);
+ void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
public
slots:
void setRect(const QRectF &rect);