Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

How to let parent' s QGraphicsBlurEffect not affect the child widgets?

$
0
0
How to let parent’ s QGraphicsBlurEffect not affect the child widgets? MainWindow::MainWindow(QWidget *parent) :      QMainWindow(parent),      ui(new Ui::MainWindow) {      ui->setupUi(this);        QGraphicsBlurEffect* eff = new QGraphicsBlurEffect;      eff->setBlurRadius(5);      this->setGraphicsEffect(eff);      ... } This code will cause the child widgets have blur effect. How to cancel that?

Viewing all articles
Browse latest Browse all 13965

Latest Images

Trending Articles



Latest Images