<div dir="ltr"><div><div><div>Hi folks,<br><br></div>In PMC, we have this fragment of code which (from what I understand) uses an OpenGL canvas to draw stuff -<br><br>        QGLWidget *glWidget = new QGLWidget;<br>        glWidget->setAutoFillBackground(false);<br>
        view->setViewport(glWidget);<br><br></div>While this gives improved video playback performance and quality (antialiasing etc), this leads to the QML1 Image element rendering a black area for images more than a specific size (Somewhat more than 4000x3000 px).<br>
<br>The Image renders fine if I remove the GLWidget, has anyone encountered this before and/or can suggest a solution?<br><br></div>Cheers!<br clear="all"><div><div><div><div><br>-- <br>Shantanu Tushar    (UTC +0530)<br><a href="http://www.shantanutushar.com" target="_blank">http://www.shantanutushar.com</a>
</div></div></div></div></div>