On Tue, Dec 10, 2013 at 8:20 PM, pritam.ghang...@gmail.com <
pritam.ghang...@gmail.com> wrote:
>
>
>
> On Mon, Dec 9, 2013 at 9:16 PM, Thiago Macieira > wrote:
>
>> On segunda-feira, 9 de dezembro de 2013 15:43:22,
>> pritam.ghang...@gmail.com
>> wrote:
>> > Within Qt
>> > QtWIdgets use QPainter,
On Mon, Dec 9, 2013 at 9:16 PM, Thiago Macieira
wrote:
> On segunda-feira, 9 de dezembro de 2013 15:43:22,
> pritam.ghang...@gmail.com
> wrote:
> > Within Qt
> > QtWIdgets use QPainter, which can use raster, native or opengl backends.
>
> There's no native backend anymore.
>
> > Most of the time i
On segunda-feira, 9 de dezembro de 2013 15:43:22, pritam.ghang...@gmail.com
wrote:
> Within Qt
> QtWIdgets use QPainter, which can use raster, native or opengl backends.
There's no native backend anymore.
> Most of the time it will be raster. But if one is using QGLWidget or sets a
> QGLWidget a
HI All,
Based on the readings till now, this is what I understand. I will be
grateful if someone can help me clarify it a little bit. WebLinks are also
welcome.
I will start bottom up. Qt does all its magic before the QPA plugin. So all
rendering from Qt's Side has happened before that. After tha