<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 10 Mar 2020, at 02:53, Souvik Dutta Chowdhury <<a href="mailto:souvik.viksou@outlook.com" class="">souvik.viksou@outlook.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" class="">

<div class="">
<div dir="auto" style="direction: ltr; margin: 0px; padding: 0px; font-family: sans-serif; font-size: 11pt;" class="">
Hmm but there is nothing pyqt5 called QGraphicsBoxShadowEffect <br class=""></div></div></div></blockquote><div><br class=""></div><div>In the docs <a href="https://doc.qt.io/qt-5/qgraphicsdropshadoweffect.html" class="">https://doc.qt.io/qt-5/qgraphicsdropshadoweffect.html</a> it says that</div><div>this is part of widgets "qmake:<span class="Apple-tab-span" style="white-space: pre;">     </span>QT += widgets"</div><div>That tells me that I should look in PyQt5.QtWidgets to find the class.</div><div><br class=""></div><div><br class=""></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">>>> from PyQt5 import QtWidgets</div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><br class=""></div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);">>>> QtWidgets.QGraphicsDropShadowEffect</div><div style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0);"><class 'PyQt5.QtWidgets.QGraphicsDropShadowEffect'></div><div class=""><br class=""></div><div class="">Barry</div><div class=""><br class=""></div><blockquote type="cite" class=""><div class=""><div class=""><div dir="auto" style="direction: ltr; margin: 0px; padding: 0px; font-family: sans-serif; font-size: 11pt;" class="">
<br class="">
</div>
<div dir="auto" style="direction: ltr; margin: 0px; padding: 0px; font-family: sans-serif; font-size: 11pt;" class="">
<span id="OutlookSignature" class="">
<div dir="auto" style="direction: ltr; margin: 0px; padding: 0px; font-family: sans-serif; font-size: 11pt;" class="">
Get <a href="https://aka.ms/ghei36" class="">Outlook for Android</a></div></span></div></div></div></blockquote><div><br class=""></div><br class=""><blockquote type="cite" class=""><div class=""><div class=""><div dir="auto" style="direction: ltr; margin: 0px; padding: 0px; font-family: sans-serif; font-size: 11pt;" class=""><span id="OutlookSignature" class="">
</span><br class="">
</div>
<hr style="display:inline-block;width:98%" tabindex="-1" class="">
<div id="divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" style="font-size:11pt" class=""><b class="">From:</b> michael h <<a href="mailto:michaelkenth@gmail.com" class="">michaelkenth@gmail.com</a>><br class="">
<b class="">Sent:</b> Tuesday, March 10, 2020 8:20:43 AM<br class="">
<b class="">To:</b> Souvik Dutta <<a href="mailto:souvik.viksou@outlook.com" class="">souvik.viksou@outlook.com</a>><br class="">
<b class="">Cc:</b> pyqt <<a href="mailto:pyqt@riverbankcomputing.com" class="">pyqt@riverbankcomputing.com</a>><br class="">
<b class="">Subject:</b> Re: [PyQt] How to get box shadows in qlabels?</font>
<div class=""> </div>
</div>
<div class="">
<div dir="ltr" class=""><br class="">
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Sun, Mar 8, 2020 at 9:35 PM Souvik Dutta <<a href="mailto:souvik.viksou@outlook.com" class="">souvik.viksou@outlook.com</a>> wrote:<br class="">
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="auto" class="">I am trying to get some neumorphism effect in qlabel. I want two box shadows for this. Both of them will be in opposite direction, one will be white and another will be black. How can I do this, I mean is there an inbuilt function. I tried adding
 box-shadows, box-shadow and boxshadow in the style sheet but everytime it says no property called boxshadow.</div>
<br class="">
</blockquote>
<div class=""><br class="">
</div>
<div class="">I don't believe QSS supports box-shadow. QLabel does have setGraphicsEffect() though. </div></div></div></div></div></div></blockquote><div><br class=""></div><div><br class=""></div><blockquote type="cite" class=""><div class=""><div class=""><div class=""><div dir="ltr" class=""><div class="x_gmail_quote">
</div>
</div>
</div>
</div>

_______________________________________________<br class="">PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" class="">PyQt@riverbankcomputing.com</a><br class=""><a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" class="">https://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br class=""></div></blockquote></div><br class=""></body></html>