diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-04-06 00:22:29 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-04-06 00:22:29 -0400 |
commit | 8f53f5a782a6500d191ba557b37e7e3785cf6e02 (patch) | |
tree | a18c33aa51f4ac3defb8e179b12ce380b74e3da9 /gr-qtgui/apps/pyqt_example_c.py | |
parent | b0f876b55549db96920c2b3bfee32de6748096af (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_c.py')
-rwxr-xr-x | gr-qtgui/apps/pyqt_example_c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/pyqt_example_c.py b/gr-qtgui/apps/pyqt_example_c.py index e1fb8a6beb..90eec3694f 100755 --- a/gr-qtgui/apps/pyqt_example_c.py +++ b/gr-qtgui/apps/pyqt_example_c.py @@ -121,7 +121,7 @@ class my_top_block(gr.top_block): self.snk1 = qtgui.sink_c(fftsize, gr.firdes.WIN_BLACKMAN_hARRIS, 0, Rs, "Complex Signal Example", - True, True, False, True, False) + True, True, True, False) self.connect(src1, (src,0)) self.connect(src2, (src,1)) |