Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

how to use a class written in javascript to qml ?

$
0
0
what need write for a type spot, to use the class written in javascript ? import QtQuick 1.0 import "control.js" as ScriptControl   Item {     property type control: new ScriptControl.Control();

Viewing all articles
Browse latest Browse all 4972

Trending Articles