It looks like you're new here. If you want to get involved, click one of these buttons!
Likes: hgy29, SinisterSoft
Comments
https://github.com/MultiPain/Gideros_examples/blob/master/VisualStudio.ini
https://github.com/MultiPain/Gideros_examples/blob/master/VisualStudio.qss
{
border-top: 2px solid #7160E8;
}
QLabel
{
border-top: unset; /* remove blue border inherited from QFrame */
}
But white line still there xD
{
qproperty-drawBase: 0; /* this property removed the line */
left: 5px;
border-bottom: 2px solid #7160e8;
}
Likes: hgy29, SinisterSoft
Fixed like this: