im pretty sure I did that.i set Generate Options as QT GUI.
if I didnt set Generate Options i will get this error:


Generating: "/home/sdr/top_block.py"

Executing: "/home/sdr/top_block.py"

Traceback (most recent call last):
  File "/home/sdr/top_block.py", line 118, in <module>
    tb = top_block()
  File "/home/sdr/top_block.py", line 40, in __init__
    self._variable_qtgui_range_0_tool_bar = Qt.QToolBar(self)
TypeError: arguments did not match any overloaded call:
  QToolBar(QString, QWidget parent=None): argument 1 has unexpected type
'top_block'
  QToolBar(QWidget parent=None): argument 1 has unexpected type 'top_block'

>>> Done




--
View this message in context: 
http://gnuradio.4.n7.nabble.com/WX-GUI-FFT-sink-block-issues-tp47709p47723.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to