35 lines
642 B
Plaintext
35 lines
642 B
Plaintext
|
|
|
|
|
|
.QPushButton {
|
|
background-color: #FFFFFF;
|
|
border-width: 2px;
|
|
border-color: darkkhaki;
|
|
border-style: solid;
|
|
border-radius: 5;
|
|
padding: 3px;
|
|
font :15px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.QPushButton:pressed {
|
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
|
stop: 0 #dadbde, stop: 1 #f6f7fa);
|
|
}
|
|
|
|
QLabel {
|
|
background-color: white;
|
|
background-attachment: scroll;
|
|
|
|
border-width: 2px;
|
|
border-color: darkkhaki;
|
|
border-style: solid;
|
|
border-radius: 5;
|
|
padding: 3px;
|
|
font :20px;
|
|
font-weight:bold;
|
|
|
|
text-align:AlignLeft,AlignVCenter;
|
|
|
|
}
|