summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/pyqt_example_f.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-04-06 00:22:29 -0400
committerTom Rondeau <trondeau@vt.edu>2011-04-06 00:22:29 -0400
commit8f53f5a782a6500d191ba557b37e7e3785cf6e02 (patch)
treea18c33aa51f4ac3defb8e179b12ce380b74e3da9 /gr-qtgui/apps/pyqt_example_f.py
parentb0f876b55549db96920c2b3bfee32de6748096af (diff)
gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to remove bool that turns it on/off.
Diffstat (limited to 'gr-qtgui/apps/pyqt_example_f.py')
-rwxr-xr-xgr-qtgui/apps/pyqt_example_f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/pyqt_example_f.py b/gr-qtgui/apps/pyqt_example_f.py
index 55d9873296..29905b8d97 100755
--- a/gr-qtgui/apps/pyqt_example_f.py
+++ b/gr-qtgui/apps/pyqt_example_f.py
@@ -120,7 +120,7 @@ class my_top_block(gr.top_block):
self.snk1 = qtgui.sink_f(fftsize, gr.firdes.WIN_BLACKMAN_hARRIS,
0, Rs,
"Float Signal Example",
- True, True, False, True, False)
+ True, True, True, False)
self.connect(src1, (src,0))
self.connect(src2, (src,1))