Qml对象的属性:
- id:id标识
- propert attributes:属性,包括继承自Item的attributes,自定义的attribute.
- signal attributes:信号
- signal handler attributes:信号处理
- method attributes:函数
- attached propetiex and attached signal handler attributes:附带的属性和附带的singal handler
2023-11-10 20:03:34
Qml对象的属性:
下一篇:SpringMVC之拦截器