summaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-20 17:54:36 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-20 17:54:36 -0300
commitcbdd78c0fca06645248dafe3999bbabd91c48449 (patch)
tree8894d8b704909095b88aad322b9b8bbdffbb81a2 /qt-ui/diveplanner.h
parent2d683b66a8a7d514c8cd766303832876ccbab9bb (diff)
downloadsubsurface-cbdd78c0fca06645248dafe3999bbabd91c48449.tar.gz
Added text to the rules so the user knows what's happening at that point.
Added text to the rules, so the user knows what's happening at that point The text will move left / right ( for time ) and up / down ( for depth ) Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index f7af25113..0e7f6f4b2 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -63,7 +63,10 @@ private:
DiveHandler *activeDraggedHandler;
Ruler *timeLine;
+ QGraphicsSimpleTextItem *timeString;
+
Ruler *depthLine;
+ QGraphicsSimpleTextItem *depthString;
};
#endif