I'm not sure what the best practice way is to get a specific listwidget to capture keyboard input. There isn't any kind of itemDoubleClicked( QListWidgetItem* item, QKey? keyID) signal.
I'm not sure if I should use QAction or not with a hotkey, if I do that I need to make a custom class with extra slots.
I'm pretty sure I know how I could make a custom class extending QListWidget, and reimplement the keyPressEvent function, but I'm pretty sure there's a simple and elegant way to do this. I'm just not sure what that way is.
Bookmarks