I'll add one more odd note about porting to Qt 5. I found that Qt::UniteClip
is no longer an option in Qt5 as used in:
painter.setClipRect(rect, Qt::UniteClip);
I find this is a weird option to get rid of as Qt::IntersectClip is still
there. Why one and not the other...
Josh
> On sexta-feira,
On sexta-feira, 11 de janeiro de 2013 08.31.08, Jaco Naude wrote:
> Hi
>
> Some notes of my experience porting to the final release of Qt 5. I already
> ported to the beta a while back, but the following are new issues
> experienced with the final release. Maybe someone else also finds it useful.
Hi
Some notes of my experience porting to the final release of Qt 5. I already
ported to the beta a while back, but the following are new issues
experienced with the final release. Maybe someone else also finds it useful.
1) QString::toAscii() depreciated.
The Qt5 documentation says that QString