QVGImagePool: cannot reclaim sufficient space for a width x height pixmap
-
Hi all... I'm experiencing this issue downloading some images from the internet of which I do not know the size. The problem is that the error appears in the console, and no image is visualized in the Image element, but its status ends on Image.Ready, while all of width, sourceSize.width and paintedWith and respective heights contains the right values for the downloaded images.
So I'm wondering if there is some sort of workaround in order to catch this error and in case show some error message to the user instead of a black screen with no information... :)