Here a short example of how JS used in QML looks like: Button { width: 200 height: 300 property bool checked: false text: "Click to toggle" // JS function ...
確定! 回上一頁