summaryrefslogtreecommitdiffstats
path: root/qt-ui/simplewidgets.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tomaz.canabrava@intel.com>2014-06-19 15:58:27 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-06-20 15:41:57 -0700
commitef6c41057471245be863636ae00a841326a44f6c (patch)
tree2964becdaf09337ba504051bdd22ceeccdc83f05 /qt-ui/simplewidgets.h
parenta7240cd83f24c64d4a65d5f2ed22d1f61d810769 (diff)
downloadsubsurface-ef6c41057471245be863636ae00a841326a44f6c.tar.gz
Added keyboard navigation to the calendar date picker.
Wee. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r--qt-ui/simplewidgets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h
index 445dfebd4..6587c2739 100644
--- a/qt-ui/simplewidgets.h
+++ b/qt-ui/simplewidgets.h
@@ -102,6 +102,7 @@ protected:
void mousePressEvent(QMouseEvent *event);
void focusInEvent(QFocusEvent *);
void focusOutEvent(QFocusEvent *);
+ void keyPressEvent(QKeyEvent *);
signals:
void dateChanged(const QDate& date);
private: