Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, new problem. Where do I have to set the tr for translation?``` tempItem->setData(Qt::DisplayRole, QStringLiteral(tr("1 rpm right axis")));
tr already returns a QString, you don't need QStringLiteral
tr
QString
QStringLiteral
Thank you VRonin,it works. Where can I read more about this topic?
@Leopold https://doc.qt.io/qt-5/internationalization.html https://doc.qt.io/qt-5/qobject.html#tr
thank you jsulm, i will have a look!