In think you reached the possible texture size. One options can be to split the content in multiple QQuickPaintedItems. Another way, split into multiple textures and use SceneGraph with QSGSimpleTextureNode [qt-project.org] and QSGTextureMaterial [qt-project.org] for better performance.
↧