Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
einsteinathome
pulsatingscience
Commits
d2b4fcfc
Commit
d2b4fcfc
authored
Jan 28, 2009
by
Oliver Bock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pulsescopewidget.cpp
src/pulsescopewidget.cpp
+1
-1
No files found.
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
Markdown
is supported
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