I have this:

horizontalHeader()->viewport()->setMouseTracking(true);
horizontalHeader()->setMouseTracking(true);

I monitor the calls to MyModel::headerData and I see Qt::ToolTipRole but never Qt::StatusTipRole
maybe am I missing something else?