how to set borders (top/bot etc) with different width/color in C++?
-
hi
This made top line red and rest green.
QWidget {
border: 2px solid green;
border-top: 2px solid red;
border-radius: 4px;
padding: 2px;
background-image: url(images/welcome.png);
} -
hi
This made top line red and rest green.
QWidget {
border: 2px solid green;
border-top: 2px solid red;
border-radius: 4px;
padding: 2px;
background-image: url(images/welcome.png);
}