QML自定义属性集合

Page{

property
variant
musicList:
[]
自定义数组

property variant myjson:{} 自定义JSON集合

signal abc(variant musicList);

function efg(v){

}

}