Merging trondeau/qt branch r11231:11360. This merge improves the usability and exampl...
[debian/gnuradio] / gr-qtgui / src / python / pyqt_example.py
index ac636295dbc4eb3edf8109647fbd84be7f054df3..4fa8cdd92510cc9451136329bed9d914c4659ab6 100755 (executable)
@@ -114,7 +114,7 @@ class my_top_block(gr.top_block):
         channel = gr.channel_model(0.001)
         thr = gr.throttle(gr.sizeof_gr_complex, 100*fftsize)
         self.snk1 = qtgui.sink_c(fftsize, gr.firdes.WIN_BLACKMAN_hARRIS,
-                                 -Rs/2, Rs/2,
+                                 0, Rs,
                                  "Complex Signal Example",
                                  True, True, False, True, False)