Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我用的Qt版本是6.1.3, 通过重写QQuickItem的updatePaintNode函数显示8192*8192 16bit的灰度图,发现渲染效率特别低,用qml分析器看到渲染的render阶段需要50ms, swap阶段需要90ms,这个是什么原因造成的