Hi,
Is there anyway to transalte the contents of a QStringList automatically without have to transtale every QString item?

I have a QStringList with a number of QStrings that have to be translated (I have the translator installed and the texts are translated). I'm using the "QTableWidget::setHorizontalHeaderLabels ( const QStringList & labels )" method. Is there a way to to this without having to get all the QStrings, transale them an put them into another QStringList ?

Thanks,