Re: [Development] Antiaaliasing

2012-10-05 Thread Samuel Rødal
On 10/05/2012 11:57 AM, Wehmer, Matthias wrote: > Hi everybody, > > I need some information regarding the antialiasing functionality in Qt > 5. I have implemented a custom widget which basically draws a lot of > lines (also uses custom materials). Unfortunately they are not at all > AA. Anyway, via

[Development] Antiaaliasing

2012-10-05 Thread Wehmer, Matthias
Hi everybody, I need some information regarding the antialiasing functionality in Qt 5. I have implemented a custom widget which basically draws a lot of lines (also uses custom materials). Unfortunately they are not at all AA. Anyway, via setAntialiasing() I turned AA on, but nothing happens.