qml functions returned value - KerwinKoo/KerwinKoo.github.io GitHub Wiki
Qt QML function 获取返回值
function doSomething(x) // javascript functions
{
return x + photoImage.width
}Qt QML function 获取返回值
function doSomething(x) // javascript functions
{
return x + photoImage.width
}