Re: [Interest] some doubts about current graphics stack in Qt 5.1

2013-12-10 Thread pritam.ghang...@gmail.com
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,

Re: [Interest] some doubts about current graphics stack in Qt 5.1

2013-12-10 Thread pritam.ghang...@gmail.com
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

Re: [Interest] some doubts about current graphics stack in Qt 5.1

2013-12-09 Thread Thiago Macieira
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