tooltip displaying current measure number when mouse over or drag Play Panel's position slider

• Mar 21, 2017 - 06:24

I would like the play panel's position slider to display a popup tooltip indicating the measure number:

Screenshot (202).png

I realize the measure is already displayed in big font elsewhere in the play panel. But I think having the tooltip helps communication and helps when dragging to find the measure number you want.

pseudocode would be something along the lines of:

positionSlider->setTooltip(QString("Measure") + QString::number(measureCorrespondingTo(positionSlider->sliderposition())));

Comments

Do you still have an unanswered question? Please log in first to post your question.