aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-16 15:12:46 +0900
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-05-18 14:32:15 +0900
commit6d42a99e7f6d3ea3a9c977604c7cc980a4215f18 (patch)
tree8fed51d0cf5bac1fa64dcdd8fb35b15da97b0dd5 /qt-ui/maintab.h
parent531a5db2f182164e5344344e3678245215a430d0 (diff)
downloadsubsurface-6d42a99e7f6d3ea3a9c977604c7cc980a4215f18.tar.gz
Improve the tag widget to allow us to tab to the next field
If the last key that went in ended a tag and the next key is a tab - deliver that to the TabWidget instead so we can navigate between input fields. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index d201d2a47..241f4c7e6 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -66,6 +66,7 @@ public:
void initialUiSetup();
bool isEditing();
void updateCoordinatesText(qreal lat, qreal lon);
+ void nextInputField(QKeyEvent *event);
public
slots:
void addCylinder_clicked();