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();
↧