shift-key + shift-click + key corner cases covered.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2013-05-13 21:42:31 -05:00 committed by Dirk Hohndel
parent 6f74618d9c
commit 009e6a6fa7
3 changed files with 23 additions and 7 deletions

View file

@ -26,6 +26,8 @@ public:
void mousePressEvent(QMouseEvent* event);
void mouseReleaseEvent(QMouseEvent* event);
void keyPressEvent(QKeyEvent* event);
void keyReleaseEvent(QKeyEvent*);
void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command);