How would one go about create a glowing border around a button when a user hovers over it in PyQT4 QSS? I'm speaking of something similar to the box-shadowin CSS.
someButton:hover {
border:1px solid black;
/*Glowing code here?*/
}

How would one go about create a glowing border around a button when a user hovers over it in PyQT4 QSS? I'm speaking of something similar to the box-shadowin CSS.
someButton:hover {
border:1px solid black;
/*Glowing code here?*/
}
