-
Notifications
You must be signed in to change notification settings - Fork 58
Description
Issue Description
hello:
When i simulate the gr-doa in gnuradio 3.7.13.4, i encountered an problem which may be related to the 'QT GUI DoA Compass' module.
As follows:
Generating: '/home/cruise/mygnuradio/grc program/MUSIC_simulation.py'
Executing: /usr/bin/python2 -u /home/cruise/mygnuradio/grc program/MUSIC_simulation.py
Traceback (most recent call last):
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 193, in
main()
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 181, in main
tb = top_block_cls()
File "/home/cruise/mygnuradio/grc program/MUSIC_simulation.py", line 77, in init
self.top_grid_layout.addWidget(self.doa_qt_compass_0.this_layout)
TypeError: arguments did not match any overloaded call:
addWidget(self, QWidget): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
addWidget(self, QWidget, int, int, int, int, alignment: Union[Qt.Alignment, Qt.AlignmentFlag] = 0): argument 1 has unexpected type 'QVBoxLayout'
Done (return code 1)