Hi all,
I try to apply blur to an image but nothing seems to happen and can't wrap my head arround whatmight be wrong here:
Qt Code:
QGraphicsBlurEffect effect; effect.setBlurHints(QGraphicsBlurEffect::QualityHint); effect.setBlurRadius(5); item.setGraphicsEffect(&effect); item.pixmap().toImage().save("blur.png");To copy to clipboard, switch view to plain text mode
Bookmarks