01/07/2014 16:41, Scott Kostyshak:
error: ‘UniteClip’ is not a member of ‘Qt’
Qt::UniteClip);
^
It looks like this change was intended:
"This is one of the few source breakages we will do for Qt 5. The
unite clip complicates and slows down some rendering paths and it is
not very useful."
https://bugreports.qt-project.org/browse/QTBUG-20140
These are amusing people. How do they suggest that I draw a string but
hide the middle? Is the best solution to draw the string twice with two
different clip rects? I can do that.
JMarc