Added 'up' and 'down' actions on the dive planner.

Added 'up' and 'down' keyboard actions on the dive planner,
you need to select the handlers with ctrl + click, then
press up to make the handler go 1m up, or down, to make the
handler go 1m down.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-07-04 11:28:39 -03:00
parent 932ee3da94
commit 52fd769efb
2 changed files with 37 additions and 0 deletions

View file

@ -79,6 +79,8 @@ protected:
private slots:
void keyEscAction();
void keyDeleteAction();
void keyUpAction();
void keyDownAction();
void increaseTime();
void increaseDepth();
void okClicked();