From 6d42a99e7f6d3ea3a9c977604c7cc980a4215f18 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 16 May 2014 15:12:46 +0900 Subject: 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 --- qt-ui/tagwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui/tagwidget.h') diff --git a/qt-ui/tagwidget.h b/qt-ui/tagwidget.h index 62fa36f30..003e9283d 100644 --- a/qt-ui/tagwidget.h +++ b/qt-ui/tagwidget.h @@ -27,6 +27,7 @@ protected: private: QCompleter *m_completer; + bool lastFinishedTag; }; #endif // TAGWIDGET_H -- cgit v1.2.3-70-g09d2