QT Stylesheet
QT Stylesheet
QPushButton {
color: white;
background-color: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #88d, sto
p: 0.1 #99e, stop: 0.49 #77c, stop: 0.5 #66b, stop: 1 #77c);
border-width: 3px;
border-color: #339;
border-style: solid;
border-radius: 7;
padding: 3px;
font-size: 22px;
padding-left: 5px;
padding-right: 5px;
min-width: 10px;
max-width: 200px;
min-height: 13px;
max-height: 30px;
}
GRADIENTE
background: transparent;font: 24pt "Arial";
font-weight:bold;
background-color:qconicalgradient(cx:0, cy:0, angle:135, stop:0 rgba(255, 255, 0
, 69), stop:0.375 rgba(255, 255, 0, 69), stop:0.423533 rgba(251, 255, 0, 145), s
top:0.45 rgba(247, 255, 0, 208), stop:0.477581 rgba(255, 244, 71, 130), stop:0.5
18717 rgba(255, 218, 71, 130), stop:0.55 rgba(255, 255, 0, 255), stop:0.57754 rg
ba(255, 203, 0, 130), stop:0.625 rgba(255, 255, 0, 69), stop:1 rgba(255, 255, 0,
69));
color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 lightblue, stop: 1 na
vy);
BORDO
color: rgb(0, 0, 235);
background: transparent;font: 87 18pt "Arial";
font-weight:bold;
padding: 1px;
border-style: solid;
border: 2px solid gray;
border-radius: 8px;