Hi,
I tried to use the StatusBar feature in my Model/View application by selecting the right role in my data() method:
if (role == Qt::StatusTipRole)
return QVariant("Hello World");
but nothing happens :-/ Do I have to activate the status bar in my main window ? Or what is my mistake ?
Thanks for your help,
Alex
Bookmarks