Hello Lykurg your example helped me solve my problem.. This is what i did to display the Header Labels which i have defined.
Qt Code:
for(int i=0; i<thermoNames.count(); i++) { model->setHeaderData( i, Qt::Horizontal,thermoNames.at(i)); }To copy to clipboard, switch view to plain text mode
thank you
Bookmarks