[PyQt] Shadow around widget border in PyQt..

Goku Balu tfa.signup.test1 at gmail.com
Mon Aug 29 14:47:21 BST 2016


Hi,

I'm trying to get a uniform shadow around all sides of a widget in PyQt4.
Found this solution in Qt
http://stackoverflow.com/questions/23718827/qt-shadow-around-window/23752747#23752747.
When I tried to port it to PyQt I get two errors as missing modules
QGraphicsEffect.distance() and QGraphicsEffect.qt_blurImage(blurPainter,
tmp, blurRadius(), False, True)

Is the modules missing in the python version?Do we have any other functions
that does this?

Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160829/9b8959d8/attachment.html>


More information about the PyQt mailing list