The function you are looking for is Ctrl::Tip().,
You don't need to override it and you can't anyway, it is not virtual.
Just set the text according to your need/data, e.g:
button.Tip("This is a tooltip");
Note that, you can use Qtf with tips. (just prepend "\1" to string).