Well, if you dont want text at all, you can override data() function of the model, and return empty string (QString()) for Qt:isplayRole.

If you want changes only in icon mode, best would be to make your own delegate and do nothing in drawDisplay.