Add tooltips to StyledTabButton#82
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughThis pull request implements tooltip and hover behavior for styled text components. StyledTextLabel's MouseArea now hides the tooltip when pressed without consuming the click event. StyledTabButton enables hover-based display of truncated text on its label, allowing text to appear when the user hovers over a truncated label. 🚥 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 |
62b594f to
93ca12a
Compare
|
/build |
|
Build dispatched: https://github.com/musescore/muse_framework/actions/runs/27967652559 |
Partially resolves: musescore/MuseScore#32604
Adds tooltips over truncated text on StyledTabButtons, without interfering with button interaction.
Related to: musescore/MuseScore#33765