When exactly are Qt Quick items repainted?

﹥>﹥吖頭↗ 提交于 2019-12-23 17:37:12

问题


When exactly are Qt Quick items repainted? I.e. on which events?

For example, if I have overlapping items A and B, and I change a property of A, will B get repainted as well? If not, how can it work?

What if they are non-overlapping?

来源:https://stackoverflow.com/questions/40040954/when-exactly-are-qt-quick-items-repainted

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!