diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 17:54:36 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-20 17:54:36 -0300 |
commit | cbdd78c0fca06645248dafe3999bbabd91c48449 (patch) | |
tree | 8894d8b704909095b88aad322b9b8bbdffbb81a2 /qt-ui/diveplanner.h | |
parent | 2d683b66a8a7d514c8cd766303832876ccbab9bb (diff) | |
download | subsurface-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.h | 3 |
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 |