diff main.h @ 65:f9a1d33ed4a8

Add more keyboard controls.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Apr 2017 14:49:03 +0300
parents d7a2a48ebe24
children 6767807df30e
line wrap: on
line diff
--- a/main.h	Sun Apr 09 11:29:56 2017 +0300
+++ b/main.h	Sun Apr 09 14:49:03 2017 +0300
@@ -140,7 +140,11 @@
     void on_tableview_People_doubleClicked(const QModelIndex &index);
 
     void selectedPersonChanged(const QModelIndex &, const QModelIndex &);
-    
+
+    void focusDebtEdit();
+    void selectRowPrev();
+    void selectRowNext();
+
     void changeUIZoomIn();
     void changeUIZoomOut();
     void changeUIZoomReset();