default property alias xxx 應(yīng)用
ArchInterface.qml
Control {
id: content
default property alias contentChildren: content.data // 內(nèi)部的元素, 由子模塊去實(shí)現(xiàn)
backgroud: Rectangle {
color: "transparent"
anchor.fill: parent
}
}
應(yīng)用:
AppModule.qml
Item {
ArchInterface {
Rectangle {
id: firstChild
}
Rectangle {
id: secondChild
}
Rectangle {
id: thirdChild
}
}
}
浙公網(wǎng)安備 33010602011771號