Is it possible for QShortcut (or some similar QObject) to send its code (Such as Qt::Key_G) as a SIGNAL to another widget's SLOT? It'd be nice if the other widget could have only one function to deal with all its keyboard events, as opposed to having one for each key.
Bookmarks