Qml 对象的属性

Qml对象的属性:

  • id:id标识
  • propert attributes:属性,包括继承自Item的attributes,自定义的attribute.
  • signal attributes:信号
  • signal handler attributes:信号处理
  • method attributes:函数
  • attached propetiex and attached signal handler attributes:附带的属性和附带的singal handler
上一篇:设计模式最优实践—策略模式


下一篇:SpringMVC之拦截器