Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): add zoom in/out buttons and menu #1266

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 8, 2024

  1. feat(ui): add menu button for zoom actions

    An event filter was also added to prevent pop-up menu closing while
    zoom in/out actions triggered.
    Serge45 authored and trollixx committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    d3835d8 View commit details
    Browse the repository at this point in the history
  2. feat(ui): use QWidgetAction to implement zoom actions

    A custom QStyleSheet must be applied to BrowserZoomWidget
    since QMenu does not handle item highlighting of QWidget
    in QWidgetAction.
    Serge45 authored and trollixx committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    ee6c552 View commit details
    Browse the repository at this point in the history