Is there a convenient way to add a marker to the scale widget? I've got a vertical marker enabled on the plot itself, but I'd like for that marker to be extended onto the x-axis scale widget as well.

I didn't see any obvious function, but it looks like maybe I could use something like QwtScaleDraw::drawTick() to help?