Allow Qt to word-wrap tooltips, should fix #1063. Qt can only word-wrap rich text messages.
Implemented without having to touch any translation: by listening for QEvent::ToolTipChange events, then rewriting the tooltips to prefix <qt/> and convert to rich text if it is not yet rich text.