Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
QDS 4.5.1
-
None
-
1
-
4ba6cf43e (qds/dev)
-
QDS Oulu - 2024 Week 31/32, QDS Oulu - 2024 Week 33/34
Description
In the Advanced Designer Topics: Ui Files page, the Supported Methods - Qt QML Methods subsection https://doc.qt.io/qtdesignstudio/creator-quick-ui-forms.html#qt-qml-methods) currently lists the following translations methods which are no longer available:
- qsTrNoOp()
- qsTranslateNoOp()
- qsTrIdNoOp()
The document should be updated to refer to the following translation methods (https://doc.qt.io/qt-6/qml-qtqml-qt.html):
- QT_TR_NOOP()
- QT_TRANSLATE_NOOP()
- QT_TRID_NOOP()