make ctrl+lmb and mmb work in a same way everywhere (like in browsers)

This commit is contained in:
kh
2009-05-18 14:03:13 +02:00
parent a36dd9d2df
commit 4cb93339bd
9 changed files with 197 additions and 140 deletions

View File

@@ -69,6 +69,7 @@ private slots:
void searchingFinished(int hits);
private:
bool eventFilter(QObject* o, QEvent *e);
void keyPressEvent(QKeyEvent *keyEvent);
void contextMenuEvent(QContextMenuEvent *contextMenuEvent);