qWarning()<<"The bad guy which steals the keyevent is"<<o;
}
returnfalse;
}
qApp->installEventFilter(this);
bool MainWidgetThatContainsGrphViewAndItems::eventFilter(QObject* o,QEvent* e)
{
if(e->type()==QEvent::KeyPress)
{
qWarning()<<"The bad guy which steals the keyevent is"<<o;
}
return false;
}
To copy to clipboard, switch view to plain text mode
easy!!
edit: do tell us who was stealing.
Just by browsing the thread can teach me a lot even though I don't need it now
Bookmarks