Hi all, I started to play with Qwt on Qt5 and one of the incompatibilities I have to solve is that the following method is gone:
void QPixmap::fill(const QWidget *, ... ); In the documentation it is qualified as obsolete - left for compatibility issues only - but in fact it is not implemented at all. I could copy and strip down the code from Qt 4.8 ( fortunately this is possible using public APIs only ), but of course I would prefer to find the functionality in Qt 5 somewhere. What are the plans concerning this functionality ? Uwe _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development