forked from WXLmjr/VirtualOscilloscope_Qt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathosci.css
55 lines (48 loc) · 876 Bytes
/
osci.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
MainWindow
{
border: 1px solid white;
border-radius: 20px;
padding: 10px;
background-color: qlineargradient( x1: 0, y1: 0, x2: 1, y2: 1,
stop: 0 #31312C, stop: 0.5 #808080 stop: 1 #31312C );
}
QwtPlotCanvas
{
border: 1px solid White;
border-radius: 10px;
background-color: #101010;
color: yellow; /* used as curve color */
}
QwtScaleWidget
{
color: white;
}
WheelBox
{
qproperty-theme: #878787;
}
QwtWheel
{
/* background-color: yellow; */
qproperty-mass: 0.0;
qproperty-tickCount: 5;
qproperty-wheelWidth: 15;
qproperty-borderWidth: 2;
qproperty-wheelBorderWidth: 2;
qproperty-wrapping: true;
}
Knob
{
qproperty-theme: #606060;
}
QwtKnob
{
qproperty-knobStyle: Sunken;
qproperty-markerStyle: Nub;
qproperty-markerSize: 8;
qproperty-borderWidth: 2;
}
QLCDNumber
{
color: yellow;
}