Closed stephenrparsons closed 11 months ago
Adds '+' and '-' keyboard shortcuts to zoom in and out for apps that use ImageScrollArea. Helpful for more fine-grained zooming, in particular when scrolling is wonky, as when using a touchpad over remote desktop.
It's more normal to use QShortcut with a QKeySequence for this [example]. This is due to keyboard layout issues.
QShortcut
QKeySequence
Adds '+' and '-' keyboard shortcuts to zoom in and out for apps that use ImageScrollArea. Helpful for more fine-grained zooming, in particular when scrolling is wonky, as when using a touchpad over remote desktop.