I tried to do: this->setStyleSheet("-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);") and I get the error: Unknown property -webkit-box-shadow. The same goes for box-shadow and -moz-box-shadow. Box-shadow, however, renders fine in a QWebView. Is there no way to add this effect to normal elements?
this?QFrame(it has no custom paint event)QGraphicsDropShadowEffectcheck this out stackoverflow.com/questions/12328251/…