Is there any way to blur a widget in Qt? For instance, supose I want to create a \'Loading...\' dialog and blur the background (not active window).
See QGraphicsBlurEffect Class and QWidget::setGraphicsEffect().
QWidget::setGraphicsEffect()