v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
41
attic/launcher/launcher.qss
Normal file
41
attic/launcher/launcher.qss
Normal file
|
@ -0,0 +1,41 @@
|
|||
QWidget#background {
|
||||
border: none;
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,
|
||||
stop: 0.39999 #717171, stop: 0.4 #626262,
|
||||
stop: 0.9 #4c4c4c, stop: 1 #333333);
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
color: #333;
|
||||
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 #fff, stop: 1 #888);
|
||||
}
|
||||
|
||||
QPushButton:hover {
|
||||
background: qradialgradient(cx: 0.3, cy: -0.4,
|
||||
fx: 0.3, fy: -0.4,
|
||||
radius: 1.35, stop: 0 #fff, stop: 1 #bbb);
|
||||
}
|
||||
|
||||
QPushButton:pressed {
|
||||
background: qradialgradient(cx: 0.4, cy: -0.1,
|
||||
fx: 0.4, fy: -0.1,
|
||||
radius: 1.35, stop: 0 #fff, stop: 1 #ddd);
|
||||
}
|
||||
|
||||
QPushButton#launchClientButton {
|
||||
max-width: 140px;
|
||||
}
|
||||
|
||||
QPushButton#launchOglClientButton {
|
||||
max-width: 180px;
|
||||
}
|
||||
|
||||
QPushButton#launchServerButton {
|
||||
max-width: 180px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue