QML错误 - 对象“%1”的属性“args”不是函数

时间:2017-02-20 14:59:26

标签: qt qml

我在qml文件中使用下面的代码但是在加载时会抛出错误。

        //# REQ TODO: Requirement ID from Master list of screens
        text: qsTranslate("", "Devices Found: %1").args(view.count)+ Retranslate.whenLocaleOrLangChanges

错误:

qrc:///Ravi/Screen/myExample.qml:17:TypeError:找到对象的属性'args':%1不是函数

有人可以帮我吗?似乎,这里没有错::)

1 个答案:

答案 0 :(得分:1)

似乎没有args() - 方法  也许你打算使用arg() - 方法?