Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Spectacle Spectacle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GraphicsGraphics
  • SpectacleSpectacle
  • Merge requests
  • !233

Add hover outline for selectable annotation objects

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Noah Davis requested to merge work/ndavis/hover-outline into master Apr 23, 2023
  • Overview 3
  • Commits 1
  • Pipelines 4
  • Changes 7

There is now a text color/background color dashed outline around the visualGeometry of hovered visible EditActions. I implemented it using a QML item instead of in the paint event because it repaints faster at high zoom levels that way. It might be a bit troublesome to change if we ever want to switch to more tightly fitting outlines instead of simple rectangle outlines.

Still visible at different zoom level and on different backgrounds:

Screenshot_20230423_144045Screenshot_20230423_144111Screenshot_20230423_144206

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/ndavis/hover-outline