Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
einsteinathome
pulsatingscience
Commits
d2b4fcfc
Commit
d2b4fcfc
authored
Jan 28, 2009
by
Oliver Bock
Browse files
Changed scope color to yellow
* Looks much nicer in conjunction with 3D part * Matches cones
parent
654c92bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pulsescopewidget.cpp
View file @
d2b4fcfc
...
...
@@ -70,7 +70,7 @@ void PulseScopeWidget::drawCurve(const QVector<float>& vector)
for
(
int
i
=
0
;
i
<
m_scopeSizeH
;
++
i
)
{
pulsePath
.
lineTo
(
i
,
m_data
[
i
]);
}
m_scene
.
addPath
(
pulsePath
,
QPen
(
Qt
::
green
));
m_scene
.
addPath
(
pulsePath
,
QPen
(
Qt
::
yellow
));
if
(
m_marker
.
scene
()
==
0
)
{
m_marker
.
setLine
(
0.0
,
0.0
,
0.0
,
m_scopeSizeV
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment