Stylesheet support
parent
8e999c7818
commit
2bb07716b9
@ -0,0 +1,16 @@
|
||||
#navigation {
|
||||
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 255), stop:1 rgba(255, 255, 255, 255));
|
||||
}
|
||||
|
||||
#navigation QPushButton {
|
||||
color: black;
|
||||
border: 1px solid #555;
|
||||
border-radius: 11px;
|
||||
padding: 5px;
|
||||
background: qradialgradient(cx: 0.3, cy: -0.4,
|
||||
fx: 0.3, fy: -0.4,
|
||||
radius: 1.35, stop: 0 #e3e67e, stop: 1 #f3f5d0);
|
||||
min-width: 80px;
|
||||
min-height: 40px;
|
||||
font: 14px;
|
||||
}
|
Loading…
Reference in New Issue