@@ -37,18 +37,15 @@ QMainWindow {
37
37
QPushButton {
38
38
padding: 2px 8px;
39
39
color: #fff;
40
- font-family: ZELDA;
41
40
font-size: 15px;
42
41
}
43
42
QToolButton {
44
43
padding: 0 5px;
45
- font-family: ZELDA;
46
44
font-size: 12px;
47
45
}
48
46
49
47
50
48
QPushButton, QToolButton {
51
- font-family: ZELDA;
52
49
line-height: 1.8;
53
50
background: #000;
54
51
border: 2px outset qconicalgradient(cx:0.5, cy:0.5, angle:89.1, stop:0 rgba(136, 106, 22, 255), stop:0.104478 rgba(166, 140, 41, 255), stop:0.169154 rgba(204, 181, 74, 255), stop:0.268657 rgba(235, 219, 102, 255), stop:0.333333 rgba(245, 236, 112, 255), stop:0.422886 rgba(209, 190, 76, 255), stop:0.487562 rgba(187, 156, 51, 255), stop:0.537313 rgba(168, 142, 42, 255), stop:0.606965 rgba(202, 174, 68, 255), stop:0.666667 rgba(218, 202, 86, 255), stop:0.746269 rgba(208, 187, 73, 255), stop:0.800995 rgba(187, 156, 51, 255), stop:1 rgba(137, 108, 26, 255));
@@ -60,15 +57,13 @@ QPushButton, QToolButton {
60
57
61
58
QPushButton:hover,
62
59
QToolButton:hover {
63
- font-family: ZELDA;
64
60
background-color: qconicalgradient(cx:0.5, cy:0.5, angle:89.1, stop:0 rgba(136, 106, 22, 255), stop:0.104478 rgba(166, 140, 41, 255), stop:0.169154 rgba(204, 181, 74, 255), stop:0.268657 rgba(235, 219, 102, 255), stop:0.333333 rgba(245, 236, 112, 255), stop:0.422886 rgba(209, 190, 76, 255), stop:0.487562 rgba(187, 156, 51, 255), stop:0.537313 rgba(168, 142, 42, 255), stop:0.606965 rgba(202, 174, 68, 255), stop:0.666667 rgba(218, 202, 86, 255), stop:0.746269 rgba(208, 187, 73, 255), stop:0.800995 rgba(187, 156, 51, 255), stop:1 rgba(137, 108, 26, 255));
65
61
border: 2px inset #000000;
66
62
color: black;
67
63
}
68
64
69
65
QPushButton:pressed,
70
66
QToolButton:pressed {
71
- font-family: ZELDA;
72
67
color: #fff;
73
68
background-color: qconicalgradient(cx:0.5, cy:0.5, angle:272.3, stop:0 rgba(136, 106, 22, 255), stop:0.119403 rgba(166, 140, 41, 255), stop:0.278607 rgba(202, 174, 68, 255), stop:0.537313 rgba(179, 151, 44, 255), stop:0.59204 rgba(187, 156, 51, 255), stop:0.800995 rgba(187, 156, 51, 255), stop:1 rgba(137, 108, 26, 255));
74
69
border: 1px inset #ffdd00;
@@ -97,15 +92,13 @@ QToolButton:focus:hover {
97
92
QPushButton:disabled,
98
93
QToolButton:disabled {
99
94
color: #000000;
100
- font-family: ZELDA;
101
95
background-color: #444444;
102
96
}
103
97
104
98
QPushButton::focus,
105
99
QToolButton::focus {
106
100
background-color: #CFB53B;
107
101
border:2px outset black;
108
- font-family: ZELDA;
109
102
}
110
103
QPushButton#m_sendButton {
111
104
color: gold;
@@ -140,12 +133,10 @@ QPushButton#m_startButton:disabled, #m_stopButton:disabled, #m_startSolo:disable
140
133
color: #555;
141
134
}
142
135
QPushButton#m_csvButton:hover {
143
- font-family: ZELDA;
144
136
font-weight: bold;
145
137
}
146
138
147
139
QPushButton#m_okButton:hover {
148
- font-family: ZELDA;
149
140
background-color: qconicalgradient(cx:0.5, cy:0.5, angle:89.1, stop:0 rgba(136, 106, 22, 255), stop:0.104478 rgba(166, 140, 41, 255), stop:0.169154 rgba(204, 181, 74, 255), stop:0.268657 rgba(235, 219, 102, 255), stop:0.333333 rgba(245, 236, 112, 255), stop:0.422886 rgba(209, 190, 76, 255), stop:0.487562 rgba(187, 156, 51, 255), stop:0.537313 rgba(168, 142, 42, 255), stop:0.606965 rgba(202, 174, 68, 255), stop:0.666667 rgba(218, 202, 86, 255), stop:0.746269 rgba(208, 187, 73, 255), stop:0.800995 rgba(187, 156, 51, 255), stop:1 rgba(137, 108, 26, 255));
150
141
border: 2px inset #000000;
151
142
color: black;
@@ -330,7 +321,7 @@ QSlider::handle:horizontal {
330
321
331
322
332
323
QCheckBox:unchecked { color: red; }
333
- QCheckBox:checked { color: #aeaeae ; }
324
+ QCheckBox:checked { color: goldenrod ; }
334
325
335
326
336
327
0 commit comments