Add tooltips to StyledTabButton#82
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughHidden review stack artifactWalkthroughThis pull request adds a MouseArea overlay to StyledTabButton that manages tooltip display. The overlay hides the tooltip when the button is pressed without consuming the click event, and on mouse enter/leave shows the tooltip only when the label exists and is truncated; otherwise it hides the tooltip. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Partially resolves: musescore/MuseScore#32604
Adds tooltips over truncated text on StyledTabButtons, without interfering with button interaction.
Related to: musescore/MuseScore#33765