diff options
Diffstat (limited to 'gr-qtgui/apps')
-rwxr-xr-x | gr-qtgui/apps/gr_constellation_plot | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_psd_plot_c | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_psd_plot_f | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_psd_plot_i | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_spectrogram_plot_b | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_spectrogram_plot_c | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_spectrogram_plot_f | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_spectrogram_plot_i | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_spectrogram_plot_s | 2 | ||||
-rwxr-xr-x | gr-qtgui/apps/gr_time_plot_c | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_constellation_form.py | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_form.py | 6 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_psd_base.py | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_psd_form.py | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_spectrogram_base.py | 4 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_spectrogram_form.py | 4 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_time_base.py | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_time_form.py | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_time_raster_base.py | 2 | ||||
-rw-r--r-- | gr-qtgui/apps/plot_time_raster_form.py | 4 |
20 files changed, 25 insertions, 25 deletions
diff --git a/gr-qtgui/apps/gr_constellation_plot b/gr-qtgui/apps/gr_constellation_plot index 559b643c53..85caed6d05 100755 --- a/gr-qtgui/apps/gr_constellation_plot +++ b/gr-qtgui/apps/gr_constellation_plot @@ -185,4 +185,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_psd_plot_c b/gr-qtgui/apps/gr_psd_plot_c index 6ade908bd4..6cb065796a 100755 --- a/gr-qtgui/apps/gr_psd_plot_c +++ b/gr-qtgui/apps/gr_psd_plot_c @@ -77,4 +77,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_psd_plot_f b/gr-qtgui/apps/gr_psd_plot_f index 792b04290b..903a237e64 100755 --- a/gr-qtgui/apps/gr_psd_plot_f +++ b/gr-qtgui/apps/gr_psd_plot_f @@ -77,4 +77,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_psd_plot_i b/gr-qtgui/apps/gr_psd_plot_i index b2ae5f7103..3413469b7c 100755 --- a/gr-qtgui/apps/gr_psd_plot_i +++ b/gr-qtgui/apps/gr_psd_plot_i @@ -76,4 +76,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_spectrogram_plot_b b/gr-qtgui/apps/gr_spectrogram_plot_b index 82a443038e..b20567cd2d 100755 --- a/gr-qtgui/apps/gr_spectrogram_plot_b +++ b/gr-qtgui/apps/gr_spectrogram_plot_b @@ -76,4 +76,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_spectrogram_plot_c b/gr-qtgui/apps/gr_spectrogram_plot_c index bb4fad1b7a..122f4ec5d6 100755 --- a/gr-qtgui/apps/gr_spectrogram_plot_c +++ b/gr-qtgui/apps/gr_spectrogram_plot_c @@ -77,4 +77,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_spectrogram_plot_f b/gr-qtgui/apps/gr_spectrogram_plot_f index dcb0305bf5..41212eaaf7 100755 --- a/gr-qtgui/apps/gr_spectrogram_plot_f +++ b/gr-qtgui/apps/gr_spectrogram_plot_f @@ -77,4 +77,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_spectrogram_plot_i b/gr-qtgui/apps/gr_spectrogram_plot_i index 27a1bebd45..6a076c9546 100755 --- a/gr-qtgui/apps/gr_spectrogram_plot_i +++ b/gr-qtgui/apps/gr_spectrogram_plot_i @@ -76,4 +76,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_spectrogram_plot_s b/gr-qtgui/apps/gr_spectrogram_plot_s index b41b650a64..61fa826e90 100755 --- a/gr-qtgui/apps/gr_spectrogram_plot_s +++ b/gr-qtgui/apps/gr_spectrogram_plot_s @@ -76,4 +76,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/gr_time_plot_c b/gr-qtgui/apps/gr_time_plot_c index 174b3ee1ed..d3d00b5cf1 100755 --- a/gr-qtgui/apps/gr_time_plot_c +++ b/gr-qtgui/apps/gr_time_plot_c @@ -74,4 +74,4 @@ if __name__ == "__main__": main() except KeyboardInterrupt: pass - + diff --git a/gr-qtgui/apps/plot_constellation_form.py b/gr-qtgui/apps/plot_constellation_form.py index d5e37bb33c..01c6ed1865 100644 --- a/gr-qtgui/apps/plot_constellation_form.py +++ b/gr-qtgui/apps/plot_constellation_form.py @@ -62,7 +62,7 @@ class plot_constellation_form(plot_form): self.ybar.setValue(1000*self.top_block._y_value) self.add_line_control(self.right_col_layout) - + def set_auto_scale(self, state): if(state): self.top_block.auto_scale(True) diff --git a/gr-qtgui/apps/plot_form.py b/gr-qtgui/apps/plot_form.py index 2e1a6c5f77..75e39ec98e 100644 --- a/gr-qtgui/apps/plot_form.py +++ b/gr-qtgui/apps/plot_form.py @@ -32,7 +32,7 @@ import numpy class plot_form(QtGui.QWidget): def __init__(self, top_block, title='', scale=1): QtGui.QWidget.__init__(self, None) - + self._start = 0 self._end = 0 self._y_min = 0 @@ -41,7 +41,7 @@ class plot_form(QtGui.QWidget): self.top_block = top_block self.top_block.gui_y_axis = self.gui_y_axis - + self.setWindowTitle(title) self.layout = QtGui.QGridLayout(self) @@ -350,7 +350,7 @@ class plot_form(QtGui.QWidget): if(ret): self._y_min = ret[0] self._y_max = ret[1] - + self.gui_y_axis(self._y_min, self._y_max) else: self.ybar.setValue(self._y_max*self._pos_scale) diff --git a/gr-qtgui/apps/plot_psd_base.py b/gr-qtgui/apps/plot_psd_base.py index bb1567e014..46f903e1b5 100644 --- a/gr-qtgui/apps/plot_psd_base.py +++ b/gr-qtgui/apps/plot_psd_base.py @@ -107,7 +107,7 @@ class plot_base(gr.top_block): self.pyWin = sip.wrapinstance(pyQt, QtGui.QWidget) self._is_setup = True - + def is_setup(self): return self._is_setup diff --git a/gr-qtgui/apps/plot_psd_form.py b/gr-qtgui/apps/plot_psd_form.py index 262734bd67..2d1fcd10bc 100644 --- a/gr-qtgui/apps/plot_psd_form.py +++ b/gr-qtgui/apps/plot_psd_form.py @@ -74,7 +74,7 @@ class plot_psd_form(plot_form): self.update_psd_avg) self.add_line_control(self.right_col_layout) - + def update_psd_size(self): newpsdsize = self.psd_size_edit.text().toInt()[0] if(newpsdsize != self.top_block._psd_size): diff --git a/gr-qtgui/apps/plot_spectrogram_base.py b/gr-qtgui/apps/plot_spectrogram_base.py index a3fdf65117..26c336e36c 100644 --- a/gr-qtgui/apps/plot_spectrogram_base.py +++ b/gr-qtgui/apps/plot_spectrogram_base.py @@ -108,7 +108,7 @@ class plot_base(gr.top_block): self.pyWin = sip.wrapinstance(pyQt, QtGui.QWidget) self._is_setup = True - + def is_setup(self): return self._is_setup @@ -165,4 +165,4 @@ def setup_options(desc): sys.exit(0) return (options, args) - + diff --git a/gr-qtgui/apps/plot_spectrogram_form.py b/gr-qtgui/apps/plot_spectrogram_form.py index 7f8361e6b1..17cb0335bd 100644 --- a/gr-qtgui/apps/plot_spectrogram_form.py +++ b/gr-qtgui/apps/plot_spectrogram_form.py @@ -80,7 +80,7 @@ class plot_spectrogram_form(plot_form): self.spectrogram_auto_scale) self.add_spectrogram_control(self.right_col_layout) - + def update_psd_size(self): newpsdsize = self.psd_size_edit.text().toInt()[0] if(newpsdsize != self.top_block._psd_size): @@ -155,7 +155,7 @@ class plot_spectrogram_form(plot_form): index = self._line_tabs.currentIndex() self.top_block.gui_snk.set_color_map(index, c_index) self.update_line_alpha() - + def spectrogram_auto_scale(self): self.top_block.gui_snk.auto_scale() _min = self.top_block.gui_snk.min_intensity(0) diff --git a/gr-qtgui/apps/plot_time_base.py b/gr-qtgui/apps/plot_time_base.py index 942500c627..007c94d044 100644 --- a/gr-qtgui/apps/plot_time_base.py +++ b/gr-qtgui/apps/plot_time_base.py @@ -111,7 +111,7 @@ class plot_base(gr.top_block): self.pyWin = sip.wrapinstance(pyQt, QtGui.QWidget) self._is_setup = True - + def is_setup(self): return self._is_setup diff --git a/gr-qtgui/apps/plot_time_form.py b/gr-qtgui/apps/plot_time_form.py index 30701c8d37..0ab94e6cfe 100644 --- a/gr-qtgui/apps/plot_time_form.py +++ b/gr-qtgui/apps/plot_time_form.py @@ -57,7 +57,7 @@ class plot_time_form(plot_form): self.right_col_layout.addWidget(self.stem) self.add_line_control(self.right_col_layout) - + def set_auto_scale(self, state): if(state): self.top_block.auto_scale(True) diff --git a/gr-qtgui/apps/plot_time_raster_base.py b/gr-qtgui/apps/plot_time_raster_base.py index 2fc498ba28..856c8c8945 100644 --- a/gr-qtgui/apps/plot_time_raster_base.py +++ b/gr-qtgui/apps/plot_time_raster_base.py @@ -106,7 +106,7 @@ class plot_base(gr.top_block): self.pyWin = sip.wrapinstance(pyQt, QtGui.QWidget) self._is_setup = True - + def is_setup(self): return self._is_setup diff --git a/gr-qtgui/apps/plot_time_raster_form.py b/gr-qtgui/apps/plot_time_raster_form.py index 32d93744d5..32fbba0765 100644 --- a/gr-qtgui/apps/plot_time_raster_form.py +++ b/gr-qtgui/apps/plot_time_raster_form.py @@ -119,12 +119,12 @@ class plot_time_raster_form(plot_form): self._line_tabs.addTab(self._line_pages[-1], "{0}".format(label)) layout.addWidget(self._line_tabs) - + def update_color_map(self, c_index): index = self._line_tabs.currentIndex() self.top_block.gui_snk.set_color_map(index, c_index) self.update_line_alpha() - + def set_auto_scale(self, state): if(state): self.top_block.auto_scale(True) |