Skip to content

qml functions returned value

KerwinKoo edited this page Dec 28, 2015 · 2 revisions

Qt QML function 获取返回值

function doSomething(x)                // javascript functions
     {
         return x + photoImage.width
     }

[[TOC]]

Clone this wiki locally